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