HEX: #14080B
RGB: (20,8,11)
#14080B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #14080B ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #14080B wird in RGB als (20,8,11) definiert.
RGB: (20,8,11) (8%,3%,4%)
R 20 von 255 = 8%
G 8 von 255 = 3%
B 11 von 255 = 4%
R + G + B ~ 5%. #14080B dunkle Farbe.
R + G + B =
20 + 8 + 11 = 39 (100%)
R 20 von 39 ~ 51.28%
G 8 von 39 ~ 20.51%
B 11 von 39 ~ 28.21%
Die Farbe #14080B wird in CMYK als (0,60,45,92) definiert.
CMYK: (0,60,45,92) C0M60Y45K92 (0%,60%,45%,92%) (0.00/0.60/0.45/0.92)
14 | 08 | 0B | |
---|---|---|---|
RGB | 20 | 8 | 11 |
HSL | 345° | 42.86% | 5.49% |
HSB/HSV | 345° | 60.00% | 7.84% |
CMYK | 0.00% | 60.00% | 45.00% |
92.16% |
Hexadezimal | 14 | 08 | 0B |
Dezimal | 20 | 8 | 11 |
Binär | 10100 | 1000 | 1011 |
Oktal | 24 | 10 | 13 |
Beispiele css- und html für Elemente in der Farbe #14080B. Bitte benutzen Sie auch rgb(20,8,11) statt hex-Code.
.myTextColor { color: #14080B; }
<p style="color:#14080B">This sample text font color is #14080B.</p>
Die Farbe dieses Textes ist #14080B.
.myBgColor { background-color: #14080B; }
<div style="background-color:#14080B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #14080B.
.myBorderColor { border: 1px solid #14080B; }
<div style="border:3px solid #14080B">Div</div>
Die Grenzen von diesem div sind in Farbe #14080B.
.myOpacity80 { color: #14080B; opacity: 0.8; }
<p style="color:#14080B;opacity:0.8;">80%</p>
Text in Farbe #14080B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #14080B;}
<p style="text-shadow: 3px 3px 1px #14080B">Text here.</p>
Dieser Text hat den Schatten in Farbe #14080B.
.textShadow {text-shadow: 3px 3px 1px #14080B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #14080B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #14080B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#14080B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#14080B, Direction=45, Strength=4)">Text</p>
This text has shadow with #14080B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14080B; -webkit-box-shadow: 1px 1px 3px 2px #14080B; box-shadow: 1px 1px 3px 2px #14080B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #14080B; -webkit-box-shadow: 1px 1px 3px 2px #14080B; box-shadow:1px 1px 3px 2px #14080B;">
Div content here</div>
Dieser Text ist in der Farbe #14080B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #14080B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #14080B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #14080B.