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