HEX: #15141E
RGB: (21,20,30)
#15141E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15141E ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15141E wird in RGB als (21,20,30) definiert.
RGB: (21,20,30)
(8%, 8%, 12%)
R 21 von 255 = 8%
G 20 von 255 = 8%
B 30 von 255 = 12%
R + G + B ~ 9%. #15141E dunkle Farbe.
R + G + B = 21 + 20 + 30 = 71 (100%)
R 21 von 71 ~ 29.58%
G 20 von 71 ~ 28.17%
B 30 von 71 ~ 42.25'%
Die Farbe #15141E wird in CMYK als (30,33,0,88) definiert.
CMYK: (30,33,0,88)
C30M33Y0K88 (30%, 33%, 0%, 88%)
(0.30 / 0.33 / 0.00 / 0.88)
Farbe #15141E in den populären Farbmodellen.
15 | 14 | 1E | |
---|---|---|---|
RGB | 21 | 20 | 30 |
HSL | 246° | 20.00% | 9.80% |
HSB/HSV | 246° | 33.33% | 11.76% |
CMYK | 30.00% | 33.33% | 0.00% |
88.24% |
Die Farbe #15141E in den populären Zahlensystemen.
Hexadezimal | 15 | 14 | 1E |
Dezimal | 21 | 20 | 30 |
Binär | 10101 | 10100 | 11110 |
Oktal | 25 | 24 | 36 |
Dunkle Töne der Farbe #15141E
Helle Töne der Farbe #15141E
Beispiele css- und html für Elemente in der Farbe #15141E. Bitte benutzen Sie auch rgb(21,20,30) statt hex-Code.
.myTextColor { color: #15141E; }
<p style="color:#15141E">This sample text font color is #15141E.</p>
Die Farbe dieses Textes ist #15141E.
.myBgColor { background-color: #15141E; }
<div style="background-color:#15141E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15141E.
.myBorderColor { border: 1px solid #15141E; }
<div style="border:3px solid #15141E">Div</div>
Die Grenzen von diesem div sind in Farbe #15141E.
.myOpacity80 { color: #15141E; opacity: 0.8; }
<p style="color:#15141E;opacity:0.8;">80%</p>
Text in Farbe #15141E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15141E;}
<p style="text-shadow: 3px 3px 1px #15141E">Text here.</p>
Dieser Text hat den Schatten in Farbe #15141E.
.textShadow {text-shadow: 3px 3px 1px #15141E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15141E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15141E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15141E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15141E, Direction=45, Strength=4)">Text</p>
This text has shadow with #15141E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15141E;
-webkit-box-shadow: 1px 1px 3px 2px #15141E;
box-shadow: 1px 1px 3px 2px #15141E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15141E; -webkit-box-shadow: 1px 1px 3px 2px #15141E; box-shadow:1px 1px 3px 2px #15141E;">
Div content here
</div>
Dieser Text ist in der Farbe #15141E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15141E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15141E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15141E.
Kontrastfarbe für #hex ist #EAEBE1.