HEX: #12181C
RGB: (18,24,28)
#12181C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #12181C ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #12181C wird in RGB als (18,24,28) definiert.
RGB: (18,24,28) (7%,9%,11%)
R 18 von 255 = 7%
G 24 von 255 = 9%
B 28 von 255 = 11%
R + G + B ~ 9%. #12181C dunkle Farbe.
R + G + B =
18 + 24 + 28 = 70 (100%)
R 18 von 70 ~ 25.71%
G 24 von 70 ~ 34.29%
B 28 von 70 ~ 40%
Die Farbe #12181C wird in CMYK als (36,14,0,89) definiert.
CMYK: (36,14,0,89) C36M14Y0K89 (36%,14%,0%,89%) (0.36/0.14/0.00/0.89)
12 | 18 | 1C | |
---|---|---|---|
RGB | 18 | 24 | 28 |
HSL | 204° | 21.74% | 9.02% |
HSB/HSV | 204° | 35.71% | 10.98% |
CMYK | 35.71% | 14.29% | 0.00% |
89.02% |
Hexadezimal | 12 | 18 | 1C |
Dezimal | 18 | 24 | 28 |
Binär | 10010 | 11000 | 11100 |
Oktal | 22 | 30 | 34 |
Beispiele css- und html für Elemente in der Farbe #12181C. Bitte benutzen Sie auch rgb(18,24,28) statt hex-Code.
.myTextColor { color: #12181C; }
<p style="color:#12181C">This sample text font color is #12181C.</p>
Die Farbe dieses Textes ist #12181C.
.myBgColor { background-color: #12181C; }
<div style="background-color:#12181C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #12181C.
.myBorderColor { border: 1px solid #12181C; }
<div style="border:3px solid #12181C">Div</div>
Die Grenzen von diesem div sind in Farbe #12181C.
.myOpacity80 { color: #12181C; opacity: 0.8; }
<p style="color:#12181C;opacity:0.8;">80%</p>
Text in Farbe #12181C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #12181C;}
<p style="text-shadow: 3px 3px 1px #12181C">Text here.</p>
Dieser Text hat den Schatten in Farbe #12181C.
.textShadow {text-shadow: 3px 3px 1px #12181C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #12181C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #12181C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12181C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#12181C, Direction=45, Strength=4)">Text</p>
This text has shadow with #12181C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12181C; -webkit-box-shadow: 1px 1px 3px 2px #12181C; box-shadow: 1px 1px 3px 2px #12181C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #12181C; -webkit-box-shadow: 1px 1px 3px 2px #12181C; box-shadow:1px 1px 3px 2px #12181C;">
Div content here</div>
Dieser Text ist in der Farbe #12181C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #12181C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #12181C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #12181C.