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