HEX: #141519
RGB: (20,21,25)
#141519 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #141519 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #141519 wird in RGB als (20,21,25) definiert.
RGB: (20,21,25) (8%,8%,10%)
R 20 von 255 = 8%
G 21 von 255 = 8%
B 25 von 255 = 10%
R + G + B ~ 9%. #141519 dunkle Farbe.
R + G + B =
20 + 21 + 25 = 66 (100%)
R 20 von 66 ~ 30.3%
G 21 von 66 ~ 31.82%
B 25 von 66 ~ 37.88%
Die Farbe #141519 wird in CMYK als (20,16,0,90) definiert.
CMYK: (20,16,0,90) C20M16Y0K90 (20%,16%,0%,90%) (0.20/0.16/0.00/0.90)
14 | 15 | 19 | |
---|---|---|---|
RGB | 20 | 21 | 25 |
HSL | 228° | 11.11% | 8.82% |
HSB/HSV | 228° | 20.00% | 9.80% |
CMYK | 20.00% | 16.00% | 0.00% |
90.20% |
Hexadezimal | 14 | 15 | 19 |
Dezimal | 20 | 21 | 25 |
Binär | 10100 | 10101 | 11001 |
Oktal | 24 | 25 | 31 |
Beispiele css- und html für Elemente in der Farbe #141519. Bitte benutzen Sie auch rgb(20,21,25) statt hex-Code.
.myTextColor { color: #141519; }
<p style="color:#141519">This sample text font color is #141519.</p>
Die Farbe dieses Textes ist #141519.
.myBgColor { background-color: #141519; }
<div style="background-color:#141519">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #141519.
.myBorderColor { border: 1px solid #141519; }
<div style="border:3px solid #141519">Div</div>
Die Grenzen von diesem div sind in Farbe #141519.
.myOpacity80 { color: #141519; opacity: 0.8; }
<p style="color:#141519;opacity:0.8;">80%</p>
Text in Farbe #141519 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #141519;}
<p style="text-shadow: 3px 3px 1px #141519">Text here.</p>
Dieser Text hat den Schatten in Farbe #141519.
.textShadow {text-shadow: 3px 3px 1px #141519, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #141519, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #141519 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#141519, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#141519, Direction=45, Strength=4)">Text</p>
This text has shadow with #141519 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #141519; -webkit-box-shadow: 1px 1px 3px 2px #141519; box-shadow: 1px 1px 3px 2px #141519; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #141519; -webkit-box-shadow: 1px 1px 3px 2px #141519; box-shadow:1px 1px 3px 2px #141519;">
Div content here</div>
Dieser Text ist in der Farbe #141519 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #141519 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #141519.
Dieser Text ist weiß auf dem Hintergrund in Farbe #141519.