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