HEX: #041B09
RGB: (4,27,9)
#041B09 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #041B09 ist eine «websichere» Webfarbe #003300 (oder kurz #030).
Die Farbe #041B09 wird in RGB als (4,27,9) definiert.
RGB: (4,27,9)
(2%, 11%, 4%)
R 4 von 255 = 2%
G 27 von 255 = 11%
B 9 von 255 = 4%
R + G + B ~ 6%. #041B09 dunkle Farbe.
R + G + B = 4 + 27 + 9 = 40 (100%)
R 4 von 40 ~ 10%
G 27 von 40 ~ 67.5%
B 9 von 40 ~ 22.5'%
Die Farbe #041B09 wird in CMYK als (85,0,67,89) definiert.
CMYK: (85,0,67,89)
C85M0Y67K89 (85%, 0%, 67%, 89%)
(0.85 / 0.00 / 0.67 / 0.89)
Farbe #041B09 in den populären Farbmodellen.
04 | 1B | 09 | |
---|---|---|---|
RGB | 4 | 27 | 9 |
HSL | 133° | 74.19% | 6.08% |
HSB/HSV | 133° | 85.19% | 10.59% |
CMYK | 85.19% | 0.00% | 66.67% |
89.41% |
Die Farbe #041B09 in den populären Zahlensystemen.
Hexadezimal | 04 | 1B | 09 |
Dezimal | 4 | 27 | 9 |
Binär | 100 | 11011 | 1001 |
Oktal | 4 | 33 | 11 |
Dunkle Töne der Farbe #041B09
Helle Töne der Farbe #041B09
Beispiele css- und html für Elemente in der Farbe #041B09. Bitte benutzen Sie auch rgb(4,27,9) statt hex-Code.
.myTextColor { color: #041B09; }
<p style="color:#041B09">This sample text font color is #041B09.</p>
Die Farbe dieses Textes ist #041B09.
.myBgColor { background-color: #041B09; }
<div style="background-color:#041B09">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #041B09.
.myBorderColor { border: 1px solid #041B09; }
<div style="border:3px solid #041B09">Div</div>
Die Grenzen von diesem div sind in Farbe #041B09.
.myOpacity80 { color: #041B09; opacity: 0.8; }
<p style="color:#041B09;opacity:0.8;">80%</p>
Text in Farbe #041B09 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #041B09;}
<p style="text-shadow: 3px 3px 1px #041B09">Text here.</p>
Dieser Text hat den Schatten in Farbe #041B09.
.textShadow {text-shadow: 3px 3px 1px #041B09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #041B09, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #041B09 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#041B09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#041B09, Direction=45, Strength=4)">Text</p>
This text has shadow with #041B09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #041B09;
-webkit-box-shadow: 1px 1px 3px 2px #041B09;
box-shadow: 1px 1px 3px 2px #041B09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #041B09; -webkit-box-shadow: 1px 1px 3px 2px #041B09; box-shadow:1px 1px 3px 2px #041B09;">
Div content here
</div>
Dieser Text ist in der Farbe #041B09 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #041B09 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #041B09.
Dieser Text ist weiß auf dem Hintergrund in Farbe #041B09.
Kontrastfarbe für #hex ist #FBE4F6.