HEX: #15130B
RGB: (21,19,11)
#15130B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15130B ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #15130B wird in RGB als (21,19,11) definiert.
RGB: (21,19,11) (8%,7%,4%)
R 21 von 255 = 8%
G 19 von 255 = 7%
B 11 von 255 = 4%
R + G + B ~ 6%. #15130B dunkle Farbe.
R + G + B =
21 + 19 + 11 = 51 (100%)
R 21 von 51 ~ 41.18%
G 19 von 51 ~ 37.25%
B 11 von 51 ~ 21.57%
Die Farbe #15130B wird in CMYK als (0,10,48,92) definiert.
CMYK: (0,10,48,92) C0M10Y48K92 (0%,10%,48%,92%) (0.00/0.10/0.48/0.92)
15 | 13 | 0B | |
---|---|---|---|
RGB | 21 | 19 | 11 |
HSL | 48° | 31.25% | 6.27% |
HSB/HSV | 48° | 47.62% | 8.24% |
CMYK | 0.00% | 9.52% | 47.62% |
91.76% |
Hexadezimal | 15 | 13 | 0B |
Dezimal | 21 | 19 | 11 |
Binär | 10101 | 10011 | 1011 |
Oktal | 25 | 23 | 13 |
Beispiele css- und html für Elemente in der Farbe #15130B. Bitte benutzen Sie auch rgb(21,19,11) statt hex-Code.
.myTextColor { color: #15130B; }
<p style="color:#15130B">This sample text font color is #15130B.</p>
Die Farbe dieses Textes ist #15130B.
.myBgColor { background-color: #15130B; }
<div style="background-color:#15130B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15130B.
.myBorderColor { border: 1px solid #15130B; }
<div style="border:3px solid #15130B">Div</div>
Die Grenzen von diesem div sind in Farbe #15130B.
.myOpacity80 { color: #15130B; opacity: 0.8; }
<p style="color:#15130B;opacity:0.8;">80%</p>
Text in Farbe #15130B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15130B;}
<p style="text-shadow: 3px 3px 1px #15130B">Text here.</p>
Dieser Text hat den Schatten in Farbe #15130B.
.textShadow {text-shadow: 3px 3px 1px #15130B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15130B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15130B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15130B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15130B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15130B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15130B; -webkit-box-shadow: 1px 1px 3px 2px #15130B; box-shadow: 1px 1px 3px 2px #15130B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15130B; -webkit-box-shadow: 1px 1px 3px 2px #15130B; box-shadow:1px 1px 3px 2px #15130B;">
Div content here</div>
Dieser Text ist in der Farbe #15130B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15130B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15130B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15130B.