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