HEX: #120D1D
RGB: (18,13,29)
#120D1D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #120D1D ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #120D1D wird in RGB als (18,13,29) definiert.
RGB: (18,13,29)
(7%, 5%, 11%)
R 18 von 255 = 7%
G 13 von 255 = 5%
B 29 von 255 = 11%
R + G + B ~ 8%. #120D1D dunkle Farbe.
R + G + B = 18 + 13 + 29 = 60 (100%)
R 18 von 60 ~ 30%
G 13 von 60 ~ 21.67%
B 29 von 60 ~ 48.33'%
Die Farbe #120D1D wird in CMYK als (38,55,0,89) definiert.
CMYK: (38,55,0,89) C38M55Y0K89 (38%,55%,0%,89%) (0.38/0.55/0.00/0.89)
Farbe #120D1D in den populären Farbmodellen.
12 | 0D | 1D | |
---|---|---|---|
RGB | 18 | 13 | 29 |
HSL | 259° | 38.10% | 8.24% |
HSB/HSV | 259° | 55.17% | 11.37% |
CMYK | 37.93% | 55.17% | 0.00% |
88.63% |
Die Farbe #120D1D in den populären Zahlensystemen.
Hexadezimal | 12 | 0D | 1D |
Dezimal | 18 | 13 | 29 |
Binär | 10010 | 1101 | 11101 |
Oktal | 22 | 15 | 35 |
Dunkle Töne der Farbe #120D1D
Helle Töne der Farbe #120D1D
Beispiele css- und html für Elemente in der Farbe #120D1D. Bitte benutzen Sie auch rgb(18,13,29) statt hex-Code.
.myTextColor { color: #120D1D; }
<p style="color:#120D1D">This sample text font color is #120D1D.</p>
Die Farbe dieses Textes ist #120D1D.
.myBgColor { background-color: #120D1D; }
<div style="background-color:#120D1D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #120D1D.
.myBorderColor { border: 1px solid #120D1D; }
<div style="border:3px solid #120D1D">Div</div>
Die Grenzen von diesem div sind in Farbe #120D1D.
.myOpacity80 { color: #120D1D; opacity: 0.8; }
<p style="color:#120D1D;opacity:0.8;">80%</p>
Text in Farbe #120D1D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #120D1D;}
<p style="text-shadow: 3px 3px 1px #120D1D">Text here.</p>
Dieser Text hat den Schatten in Farbe #120D1D.
.textShadow {text-shadow: 3px 3px 1px #120D1D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #120D1D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #120D1D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#120D1D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#120D1D, Direction=45, Strength=4)">Text</p>
This text has shadow with #120D1D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #120D1D;
-webkit-box-shadow: 1px 1px 3px 2px #120D1D;
box-shadow: 1px 1px 3px 2px #120D1D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #120D1D; -webkit-box-shadow: 1px 1px 3px 2px #120D1D; box-shadow:1px 1px 3px 2px #120D1D;">
Div content here
</div>
Dieser Text ist in der Farbe #120D1D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #120D1D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #120D1D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #120D1D.
Kontrastfarbe für #hex ist #EDF2E2.