HEX: #13090D
RGB: (19,9,13)
#13090D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #13090D ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #13090D wird in RGB als (19,9,13) definiert.
RGB: (19,9,13) (7%,4%,5%)
R 19 von 255 = 7%
G 9 von 255 = 4%
B 13 von 255 = 5%
R + G + B ~ 5%. #13090D dunkle Farbe.
R + G + B =
19 + 9 + 13 = 41 (100%)
R 19 von 41 ~ 46.34%
G 9 von 41 ~ 21.95%
B 13 von 41 ~ 31.71%
Die Farbe #13090D wird in CMYK als (0,53,32,93) definiert.
CMYK: (0,53,32,93) C0M53Y32K93 (0%,53%,32%,93%) (0.00/0.53/0.32/0.93)
13 | 09 | 0D | |
---|---|---|---|
RGB | 19 | 9 | 13 |
HSL | 336° | 35.71% | 5.49% |
HSB/HSV | 336° | 52.63% | 7.45% |
CMYK | 0.00% | 52.63% | 31.58% |
92.55% |
Hexadezimal | 13 | 09 | 0D |
Dezimal | 19 | 9 | 13 |
Binär | 10011 | 1001 | 1101 |
Oktal | 23 | 11 | 15 |
Beispiele css- und html für Elemente in der Farbe #13090D. Bitte benutzen Sie auch rgb(19,9,13) statt hex-Code.
.myTextColor { color: #13090D; }
<p style="color:#13090D">This sample text font color is #13090D.</p>
Die Farbe dieses Textes ist #13090D.
.myBgColor { background-color: #13090D; }
<div style="background-color:#13090D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #13090D.
.myBorderColor { border: 1px solid #13090D; }
<div style="border:3px solid #13090D">Div</div>
Die Grenzen von diesem div sind in Farbe #13090D.
.myOpacity80 { color: #13090D; opacity: 0.8; }
<p style="color:#13090D;opacity:0.8;">80%</p>
Text in Farbe #13090D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #13090D;}
<p style="text-shadow: 3px 3px 1px #13090D">Text here.</p>
Dieser Text hat den Schatten in Farbe #13090D.
.textShadow {text-shadow: 3px 3px 1px #13090D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #13090D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #13090D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#13090D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#13090D, Direction=45, Strength=4)">Text</p>
This text has shadow with #13090D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13090D; -webkit-box-shadow: 1px 1px 3px 2px #13090D; box-shadow: 1px 1px 3px 2px #13090D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #13090D; -webkit-box-shadow: 1px 1px 3px 2px #13090D; box-shadow:1px 1px 3px 2px #13090D;">
Div content here</div>
Dieser Text ist in der Farbe #13090D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #13090D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #13090D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #13090D.