HEX: #09111D
RGB: (9,17,29)
#09111D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #09111D ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #09111D wird in RGB als (9,17,29) definiert.
RGB: (9,17,29)
(4%, 7%, 11%)
R 9 von 255 = 4%
G 17 von 255 = 7%
B 29 von 255 = 11%
R + G + B ~ 7%. #09111D dunkle Farbe.
R + G + B = 9 + 17 + 29 = 55 (100%)
R 9 von 55 ~ 16.36%
G 17 von 55 ~ 30.91%
B 29 von 55 ~ 52.73'%
Die Farbe #09111D wird in CMYK als (69,41,0,89) definiert.
CMYK: (69,41,0,89)
C69M41Y0K89 (69%, 41%, 0%, 89%)
(0.69 / 0.41 / 0.00 / 0.89)
Farbe #09111D in den populären Farbmodellen.
09 | 11 | 1D | |
---|---|---|---|
RGB | 9 | 17 | 29 |
HSL | 216° | 52.63% | 7.45% |
HSB/HSV | 216° | 68.97% | 11.37% |
CMYK | 68.97% | 41.38% | 0.00% |
88.63% |
Die Farbe #09111D in den populären Zahlensystemen.
Hexadezimal | 09 | 11 | 1D |
Dezimal | 9 | 17 | 29 |
Binär | 1001 | 10001 | 11101 |
Oktal | 11 | 21 | 35 |
Dunkle Töne der Farbe #09111D
Helle Töne der Farbe #09111D
Beispiele css- und html für Elemente in der Farbe #09111D. Bitte benutzen Sie auch rgb(9,17,29) statt hex-Code.
.myTextColor { color: #09111D; }
<p style="color:#09111D">This sample text font color is #09111D.</p>
Die Farbe dieses Textes ist #09111D.
.myBgColor { background-color: #09111D; }
<div style="background-color:#09111D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09111D.
.myBorderColor { border: 1px solid #09111D; }
<div style="border:3px solid #09111D">Div</div>
Die Grenzen von diesem div sind in Farbe #09111D.
.myOpacity80 { color: #09111D; opacity: 0.8; }
<p style="color:#09111D;opacity:0.8;">80%</p>
Text in Farbe #09111D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09111D;}
<p style="text-shadow: 3px 3px 1px #09111D">Text here.</p>
Dieser Text hat den Schatten in Farbe #09111D.
.textShadow {text-shadow: 3px 3px 1px #09111D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09111D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09111D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09111D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09111D, Direction=45, Strength=4)">Text</p>
This text has shadow with #09111D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09111D;
-webkit-box-shadow: 1px 1px 3px 2px #09111D;
box-shadow: 1px 1px 3px 2px #09111D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09111D; -webkit-box-shadow: 1px 1px 3px 2px #09111D; box-shadow:1px 1px 3px 2px #09111D;">
Div content here
</div>
Dieser Text ist in der Farbe #09111D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09111D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09111D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09111D.
Kontrastfarbe für #hex ist #F6EEE2.