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