HEX: #010409
RGB: (1,4,9)
#010409 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #010409 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #010409 wird in RGB als (1,4,9) definiert.
RGB: (1,4,9)
(0%, 2%, 4%)
R 1 von 255 = 0%
G 4 von 255 = 2%
B 9 von 255 = 4%
R + G + B ~ 2%. #010409 dunkle Farbe.
R + G + B = 1 + 4 + 9 = 14 (100%)
R 1 von 14 ~ 7.14%
G 4 von 14 ~ 28.57%
B 9 von 14 ~ 64.29'%
Die Farbe #010409 wird in CMYK als (89,56,0,96) definiert.
CMYK: (89,56,0,96)
C89M56Y0K96 (89%, 56%, 0%, 96%)
(0.89 / 0.56 / 0.00 / 0.96)
Farbe #010409 in den populären Farbmodellen.
01 | 04 | 09 | |
---|---|---|---|
RGB | 1 | 4 | 9 |
HSL | 218° | 80.00% | 1.96% |
HSB/HSV | 218° | 88.89% | 3.53% |
CMYK | 88.89% | 55.56% | 0.00% |
96.47% |
Die Farbe #010409 in den populären Zahlensystemen.
Hexadezimal | 01 | 04 | 09 |
Dezimal | 1 | 4 | 9 |
Binär | 1 | 100 | 1001 |
Oktal | 1 | 4 | 11 |
Helle Töne der Farbe #010409
Beispiele css- und html für Elemente in der Farbe #010409. Bitte benutzen Sie auch rgb(1,4,9) statt hex-Code.
.myTextColor { color: #010409; }
<p style="color:#010409">This sample text font color is #010409.</p>
Die Farbe dieses Textes ist #010409.
.myBgColor { background-color: #010409; }
<div style="background-color:#010409">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #010409.
.myBorderColor { border: 1px solid #010409; }
<div style="border:3px solid #010409">Div</div>
Die Grenzen von diesem div sind in Farbe #010409.
.myOpacity80 { color: #010409; opacity: 0.8; }
<p style="color:#010409;opacity:0.8;">80%</p>
Text in Farbe #010409 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #010409;}
<p style="text-shadow: 3px 3px 1px #010409">Text here.</p>
Dieser Text hat den Schatten in Farbe #010409.
.textShadow {text-shadow: 3px 3px 1px #010409', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #010409, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #010409 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010409, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#010409, Direction=45, Strength=4)">Text</p>
This text has shadow with #010409 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #010409;
-webkit-box-shadow: 1px 1px 3px 2px #010409;
box-shadow: 1px 1px 3px 2px #010409;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010409; -webkit-box-shadow: 1px 1px 3px 2px #010409; box-shadow:1px 1px 3px 2px #010409;">
Div content here
</div>
Dieser Text ist in der Farbe #010409 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #010409 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #010409.
Dieser Text ist weiß auf dem Hintergrund in Farbe #010409.
Kontrastfarbe für #hex ist #FEFBF6.