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