HEX: #110009
RGB: (17,0,9)
#110009 enthält nur rote und blaue Farbe. Für #110009 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #110009 wird in RGB als (17,0,9) definiert.
RGB: (17,0,9) (7%,0%,4%)
R 17 von 255 = 7%
G 0 von 255 = 0%
B 9 von 255 = 4%
R + G + B ~ 4%. #110009 dunkle Farbe.
R + G + B =
17 + 0 + 9 = 26 (100%)
R 17 von 26 ~ 65.38%
G 0 von 26 ~ 0%
B 9 von 26 ~ 34.62%
Die Farbe #110009 wird in CMYK als (0,100,47,93) definiert.
CMYK: (0,100,47,93) C0M100Y47K93 (0%,100%,47%,93%) (0.00/1.00/0.47/0.93)
11 | 00 | 09 | |
---|---|---|---|
RGB | 17 | 0 | 9 |
HSL | 328° | 100.00% | 3.33% |
HSB/HSV | 328° | 100.00% | 6.67% |
CMYK | 0.00% | 100.00% | 47.06% |
93.33% |
Hexadezimal | 11 | 00 | 09 |
Dezimal | 17 | 0 | 9 |
Binär | 10001 | 0 | 1001 |
Oktal | 21 | 0 | 11 |
Beispiele css- und html für Elemente in der Farbe #110009. Bitte benutzen Sie auch rgb(17,0,9) statt hex-Code.
.myTextColor { color: #110009; }
<p style="color:#110009">This sample text font color is #110009.</p>
Die Farbe dieses Textes ist #110009.
.myBgColor { background-color: #110009; }
<div style="background-color:#110009">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #110009.
.myBorderColor { border: 1px solid #110009; }
<div style="border:3px solid #110009">Div</div>
Die Grenzen von diesem div sind in Farbe #110009.
.myOpacity80 { color: #110009; opacity: 0.8; }
<p style="color:#110009;opacity:0.8;">80%</p>
Text in Farbe #110009 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #110009;}
<p style="text-shadow: 3px 3px 1px #110009">Text here.</p>
Dieser Text hat den Schatten in Farbe #110009.
.textShadow {text-shadow: 3px 3px 1px #110009, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #110009, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #110009 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#110009, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#110009, Direction=45, Strength=4)">Text</p>
This text has shadow with #110009 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #110009; -webkit-box-shadow: 1px 1px 3px 2px #110009; box-shadow: 1px 1px 3px 2px #110009; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #110009; -webkit-box-shadow: 1px 1px 3px 2px #110009; box-shadow:1px 1px 3px 2px #110009;">
Div content here</div>
Dieser Text ist in der Farbe #110009 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #110009 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #110009.
Dieser Text ist weiß auf dem Hintergrund in Farbe #110009.