HEX: #121104
RGB: (18,17,4)
#121104 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #121104 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #121104 wird in RGB als (18,17,4) definiert.
RGB: (18,17,4)
(7%, 7%, 2%)
R 18 von 255 = 7%
G 17 von 255 = 7%
B 4 von 255 = 2%
R + G + B ~ 5%. #121104 dunkle Farbe.
R + G + B = 18 + 17 + 4 = 39 (100%)
R 18 von 39 ~ 46.15%
G 17 von 39 ~ 43.59%
B 4 von 39 ~ 10.26'%
Die Farbe #121104 wird in CMYK als (0,6,78,93) definiert.
CMYK: (0,6,78,93)
C0M6Y78K93 (0%, 6%, 78%, 93%)
(0.00 / 0.06 / 0.78 / 0.93)
Farbe #121104 in den populären Farbmodellen.
12 | 11 | 04 | |
---|---|---|---|
RGB | 18 | 17 | 4 |
HSL | 56° | 63.64% | 4.31% |
HSB/HSV | 56° | 77.78% | 7.06% |
CMYK | 0.00% | 5.56% | 77.78% |
92.94% |
Die Farbe #121104 in den populären Zahlensystemen.
Hexadezimal | 12 | 11 | 04 |
Dezimal | 18 | 17 | 4 |
Binär | 10010 | 10001 | 100 |
Oktal | 22 | 21 | 4 |
Dunkle Töne der Farbe #121104
Helle Töne der Farbe #121104
Beispiele css- und html für Elemente in der Farbe #121104. Bitte benutzen Sie auch rgb(18,17,4) statt hex-Code.
.myTextColor { color: #121104; }
<p style="color:#121104">This sample text font color is #121104.</p>
Die Farbe dieses Textes ist #121104.
.myBgColor { background-color: #121104; }
<div style="background-color:#121104">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #121104.
.myBorderColor { border: 1px solid #121104; }
<div style="border:3px solid #121104">Div</div>
Die Grenzen von diesem div sind in Farbe #121104.
.myOpacity80 { color: #121104; opacity: 0.8; }
<p style="color:#121104;opacity:0.8;">80%</p>
Text in Farbe #121104 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #121104;}
<p style="text-shadow: 3px 3px 1px #121104">Text here.</p>
Dieser Text hat den Schatten in Farbe #121104.
.textShadow {text-shadow: 3px 3px 1px #121104', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #121104, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #121104 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#121104, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#121104, Direction=45, Strength=4)">Text</p>
This text has shadow with #121104 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #121104;
-webkit-box-shadow: 1px 1px 3px 2px #121104;
box-shadow: 1px 1px 3px 2px #121104;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #121104; -webkit-box-shadow: 1px 1px 3px 2px #121104; box-shadow:1px 1px 3px 2px #121104;">
Div content here
</div>
Dieser Text ist in der Farbe #121104 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #121104 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #121104.
Dieser Text ist weiß auf dem Hintergrund in Farbe #121104.
Kontrastfarbe für #hex ist #EDEEFB.