HEX: #141721
RGB: (20,23,33)
#141721 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #141721 ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #141721 wird in RGB als (20,23,33) definiert.
RGB: (20,23,33) (8%,9%,13%)
R 20 von 255 = 8%
G 23 von 255 = 9%
B 33 von 255 = 13%
R + G + B ~ 10%. #141721 dunkle Farbe.
R + G + B =
20 + 23 + 33 = 76 (100%)
R 20 von 76 ~ 26.32%
G 23 von 76 ~ 30.26%
B 33 von 76 ~ 43.42%
Die Farbe #141721 wird in CMYK als (39,30,0,87) definiert.
CMYK: (39,30,0,87) C39M30Y0K87 (39%,30%,0%,87%) (0.39/0.30/0.00/0.87)
14 | 17 | 21 | |
---|---|---|---|
RGB | 20 | 23 | 33 |
HSL | 226° | 24.53% | 10.39% |
HSB/HSV | 226° | 39.39% | 12.94% |
CMYK | 39.39% | 30.30% | 0.00% |
87.06% |
Hexadezimal | 14 | 17 | 21 |
Dezimal | 20 | 23 | 33 |
Binär | 10100 | 10111 | 100001 |
Oktal | 24 | 27 | 41 |
Beispiele css- und html für Elemente in der Farbe #141721. Bitte benutzen Sie auch rgb(20,23,33) statt hex-Code.
.myTextColor { color: #141721; }
<p style="color:#141721">This sample text font color is #141721.</p>
Die Farbe dieses Textes ist #141721.
.myBgColor { background-color: #141721; }
<div style="background-color:#141721">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #141721.
.myBorderColor { border: 1px solid #141721; }
<div style="border:3px solid #141721">Div</div>
Die Grenzen von diesem div sind in Farbe #141721.
.myOpacity80 { color: #141721; opacity: 0.8; }
<p style="color:#141721;opacity:0.8;">80%</p>
Text in Farbe #141721 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #141721;}
<p style="text-shadow: 3px 3px 1px #141721">Text here.</p>
Dieser Text hat den Schatten in Farbe #141721.
.textShadow {text-shadow: 3px 3px 1px #141721, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #141721, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #141721 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#141721, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#141721, Direction=45, Strength=4)">Text</p>
This text has shadow with #141721 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #141721; -webkit-box-shadow: 1px 1px 3px 2px #141721; box-shadow: 1px 1px 3px 2px #141721; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #141721; -webkit-box-shadow: 1px 1px 3px 2px #141721; box-shadow:1px 1px 3px 2px #141721;">
Div content here</div>
Dieser Text ist in der Farbe #141721 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #141721 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #141721.
Dieser Text ist weiß auf dem Hintergrund in Farbe #141721.