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