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