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