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