HEX: #09050D
RGB: (9,5,13)
#09050D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #09050D ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #09050D wird in RGB als (9,5,13) definiert.
RGB: (9,5,13)
(4%, 2%, 5%)
R 9 von 255 = 4%
G 5 von 255 = 2%
B 13 von 255 = 5%
R + G + B ~ 4%. #09050D dunkle Farbe.
R + G + B = 9 + 5 + 13 = 27 (100%)
R 9 von 27 ~ 33.33%
G 5 von 27 ~ 18.52%
B 13 von 27 ~ 48.15'%
Die Farbe #09050D wird in CMYK als (31,62,0,95) definiert.
CMYK: (31,62,0,95)
C31M62Y0K95 (31%, 62%, 0%, 95%)
(0.31 / 0.62 / 0.00 / 0.95)
Farbe #09050D in den populären Farbmodellen.
09 | 05 | 0D | |
---|---|---|---|
RGB | 9 | 5 | 13 |
HSL | 270° | 44.44% | 3.53% |
HSB/HSV | 270° | 61.54% | 5.10% |
CMYK | 30.77% | 61.54% | 0.00% |
94.90% |
Die Farbe #09050D in den populären Zahlensystemen.
Hexadezimal | 09 | 05 | 0D |
Dezimal | 9 | 5 | 13 |
Binär | 1001 | 101 | 1101 |
Oktal | 11 | 5 | 15 |
Dunkle Töne der Farbe #09050D
Helle Töne der Farbe #09050D
Beispiele css- und html für Elemente in der Farbe #09050D. Bitte benutzen Sie auch rgb(9,5,13) statt hex-Code.
.myTextColor { color: #09050D; }
<p style="color:#09050D">This sample text font color is #09050D.</p>
Die Farbe dieses Textes ist #09050D.
.myBgColor { background-color: #09050D; }
<div style="background-color:#09050D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09050D.
.myBorderColor { border: 1px solid #09050D; }
<div style="border:3px solid #09050D">Div</div>
Die Grenzen von diesem div sind in Farbe #09050D.
.myOpacity80 { color: #09050D; opacity: 0.8; }
<p style="color:#09050D;opacity:0.8;">80%</p>
Text in Farbe #09050D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09050D;}
<p style="text-shadow: 3px 3px 1px #09050D">Text here.</p>
Dieser Text hat den Schatten in Farbe #09050D.
.textShadow {text-shadow: 3px 3px 1px #09050D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09050D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09050D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09050D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09050D, Direction=45, Strength=4)">Text</p>
This text has shadow with #09050D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09050D;
-webkit-box-shadow: 1px 1px 3px 2px #09050D;
box-shadow: 1px 1px 3px 2px #09050D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09050D; -webkit-box-shadow: 1px 1px 3px 2px #09050D; box-shadow:1px 1px 3px 2px #09050D;">
Div content here
</div>
Dieser Text ist in der Farbe #09050D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09050D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09050D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09050D.
Kontrastfarbe für #hex ist #F6FAF2.