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