HEX: #15051D
RGB: (21,5,29)
#15051D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15051D ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15051D wird in RGB als (21,5,29) definiert.
RGB: (21,5,29) (8%,2%,11%)
R 21 von 255 = 8%
G 5 von 255 = 2%
B 29 von 255 = 11%
R + G + B ~ 7%. #15051D dunkle Farbe.
R + G + B =
21 + 5 + 29 = 55 (100%)
R 21 von 55 ~ 38.18%
G 5 von 55 ~ 9.09%
B 29 von 55 ~ 52.73%
Die Farbe #15051D wird in CMYK als (28,83,0,89) definiert.
CMYK: (28,83,0,89) C28M83Y0K89 (28%,83%,0%,89%) (0.28/0.83/0.00/0.89)
15 | 05 | 1D | |
---|---|---|---|
RGB | 21 | 5 | 29 |
HSL | 280° | 70.59% | 6.67% |
HSB/HSV | 280° | 82.76% | 11.37% |
CMYK | 27.59% | 82.76% | 0.00% |
88.63% |
Hexadezimal | 15 | 05 | 1D |
Dezimal | 21 | 5 | 29 |
Binär | 10101 | 101 | 11101 |
Oktal | 25 | 5 | 35 |
Beispiele css- und html für Elemente in der Farbe #15051D. Bitte benutzen Sie auch rgb(21,5,29) statt hex-Code.
.myTextColor { color: #15051D; }
<p style="color:#15051D">This sample text font color is #15051D.</p>
Die Farbe dieses Textes ist #15051D.
.myBgColor { background-color: #15051D; }
<div style="background-color:#15051D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15051D.
.myBorderColor { border: 1px solid #15051D; }
<div style="border:3px solid #15051D">Div</div>
Die Grenzen von diesem div sind in Farbe #15051D.
.myOpacity80 { color: #15051D; opacity: 0.8; }
<p style="color:#15051D;opacity:0.8;">80%</p>
Text in Farbe #15051D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15051D;}
<p style="text-shadow: 3px 3px 1px #15051D">Text here.</p>
Dieser Text hat den Schatten in Farbe #15051D.
.textShadow {text-shadow: 3px 3px 1px #15051D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15051D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15051D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15051D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15051D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15051D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15051D; -webkit-box-shadow: 1px 1px 3px 2px #15051D; box-shadow: 1px 1px 3px 2px #15051D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15051D; -webkit-box-shadow: 1px 1px 3px 2px #15051D; box-shadow:1px 1px 3px 2px #15051D;">
Div content here</div>
Dieser Text ist in der Farbe #15051D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15051D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15051D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15051D.