HEX: #001509
RGB: (0,21,9)
#001509 enthält nur grüne und blaue Farbe. Für #001509 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #001509 wird in RGB als (0,21,9) definiert.
RGB: (0,21,9)
(0%, 8%, 4%)
R 0 von 255 = 0%
G 21 von 255 = 8%
B 9 von 255 = 4%
R + G + B ~ 4%. #001509 dunkle Farbe.
R + G + B = 0 + 21 + 9 = 30 (100%)
R 0 von 30 ~ 0%
G 21 von 30 ~ 70%
B 9 von 30 ~ 30'%
Die Farbe #001509 wird in CMYK als (100,0,57,92) definiert.
CMYK: (100,0,57,92)
C100M0Y57K92 (100%, 0%, 57%, 92%)
(1.00 / 0.00 / 0.57 / 0.92)
Farbe #001509 in den populären Farbmodellen.
00 | 15 | 09 | |
---|---|---|---|
RGB | 0 | 21 | 9 |
HSL | 146° | 100.00% | 4.12% |
HSB/HSV | 146° | 100.00% | 8.24% |
CMYK | 100.00% | 0.00% | 57.14% |
91.76% |
Die Farbe #001509 in den populären Zahlensystemen.
Hexadezimal | 00 | 15 | 09 |
Dezimal | 0 | 21 | 9 |
Binär | 0 | 10101 | 1001 |
Oktal | 0 | 25 | 11 |
Dunkle Töne der Farbe #001509
Helle Töne der Farbe #001509
Beispiele css- und html für Elemente in der Farbe #001509. Bitte benutzen Sie auch rgb(0,21,9) statt hex-Code.
.myTextColor { color: #001509; }
<p style="color:#001509">This sample text font color is #001509.</p>
Die Farbe dieses Textes ist #001509.
.myBgColor { background-color: #001509; }
<div style="background-color:#001509">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #001509.
.myBorderColor { border: 1px solid #001509; }
<div style="border:3px solid #001509">Div</div>
Die Grenzen von diesem div sind in Farbe #001509.
.myOpacity80 { color: #001509; opacity: 0.8; }
<p style="color:#001509;opacity:0.8;">80%</p>
Text in Farbe #001509 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #001509;}
<p style="text-shadow: 3px 3px 1px #001509">Text here.</p>
Dieser Text hat den Schatten in Farbe #001509.
.textShadow {text-shadow: 3px 3px 1px #001509', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #001509, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #001509 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001509, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#001509, Direction=45, Strength=4)">Text</p>
This text has shadow with #001509 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #001509;
-webkit-box-shadow: 1px 1px 3px 2px #001509;
box-shadow: 1px 1px 3px 2px #001509;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001509; -webkit-box-shadow: 1px 1px 3px 2px #001509; box-shadow:1px 1px 3px 2px #001509;">
Div content here
</div>
Dieser Text ist in der Farbe #001509 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #001509 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #001509.
Dieser Text ist weiß auf dem Hintergrund in Farbe #001509.
Kontrastfarbe für #hex ist #FFEAF6.