HEX: #20201B
RGB: (32,32,27)
#20201B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #20201B ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #20201B wird in RGB als (32,32,27) definiert.
RGB: (32,32,27) (13%,13%,11%)
R 32 von 255 = 13%
G 32 von 255 = 13%
B 27 von 255 = 11%
R + G + B ~ 12%. #20201B dunkle Farbe.
R + G + B =
32 + 32 + 27 = 91 (100%)
R 32 von 91 ~ 35.16%
G 32 von 91 ~ 35.16%
B 27 von 91 ~ 29.67%
Die Farbe #20201B wird in CMYK als (0,0,16,87) definiert.
CMYK: (0,0,16,87) C0M0Y16K87 (0%,0%,16%,87%) (0.00/0.00/0.16/0.87)
20 | 20 | 1B | |
---|---|---|---|
RGB | 32 | 32 | 27 |
HSL | 60° | 8.47% | 11.57% |
HSB/HSV | 60° | 15.63% | 12.55% |
CMYK | 0.00% | 0.00% | 15.63% |
87.45% |
Hexadezimal | 20 | 20 | 1B |
Dezimal | 32 | 32 | 27 |
Binär | 100000 | 100000 | 11011 |
Oktal | 40 | 40 | 33 |
Beispiele css- und html für Elemente in der Farbe #20201B. Bitte benutzen Sie auch rgb(32,32,27) statt hex-Code.
.myTextColor { color: #20201B; }
<p style="color:#20201B">This sample text font color is #20201B.</p>
Die Farbe dieses Textes ist #20201B.
.myBgColor { background-color: #20201B; }
<div style="background-color:#20201B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #20201B.
.myBorderColor { border: 1px solid #20201B; }
<div style="border:3px solid #20201B">Div</div>
Die Grenzen von diesem div sind in Farbe #20201B.
.myOpacity80 { color: #20201B; opacity: 0.8; }
<p style="color:#20201B;opacity:0.8;">80%</p>
Text in Farbe #20201B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #20201B;}
<p style="text-shadow: 3px 3px 1px #20201B">Text here.</p>
Dieser Text hat den Schatten in Farbe #20201B.
.textShadow {text-shadow: 3px 3px 1px #20201B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #20201B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #20201B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#20201B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#20201B, Direction=45, Strength=4)">Text</p>
This text has shadow with #20201B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20201B; -webkit-box-shadow: 1px 1px 3px 2px #20201B; box-shadow: 1px 1px 3px 2px #20201B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #20201B; -webkit-box-shadow: 1px 1px 3px 2px #20201B; box-shadow:1px 1px 3px 2px #20201B;">
Div content here</div>
Dieser Text ist in der Farbe #20201B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #20201B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #20201B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #20201B.