HEX: #0B020A
RGB: (11,2,10)
#0B020A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0B020A ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #0B020A wird in RGB als (11,2,10) definiert.
RGB: (11,2,10) (4%,1%,4%)
R 11 von 255 = 4%
G 2 von 255 = 1%
B 10 von 255 = 4%
R + G + B ~ 3%. #0B020A dunkle Farbe.
R + G + B =
11 + 2 + 10 = 23 (100%)
R 11 von 23 ~ 47.83%
G 2 von 23 ~ 8.7%
B 10 von 23 ~ 43.48%
Die Farbe #0B020A wird in CMYK als (0,82,9,96) definiert.
CMYK: (0,82,9,96) C0M82Y9K96 (0%,82%,9%,96%) (0.00/0.82/0.09/0.96)
0B | 02 | 0A | |
---|---|---|---|
RGB | 11 | 2 | 10 |
HSL | 307° | 69.23% | 2.55% |
HSB/HSV | 307° | 81.82% | 4.31% |
CMYK | 0.00% | 81.82% | 9.09% |
95.69% |
Hexadezimal | 0B | 02 | 0A |
Dezimal | 11 | 2 | 10 |
Binär | 1011 | 10 | 1010 |
Oktal | 13 | 2 | 12 |
Beispiele css- und html für Elemente in der Farbe #0B020A. Bitte benutzen Sie auch rgb(11,2,10) statt hex-Code.
.myTextColor { color: #0B020A; }
<p style="color:#0B020A">This sample text font color is #0B020A.</p>
Die Farbe dieses Textes ist #0B020A.
.myBgColor { background-color: #0B020A; }
<div style="background-color:#0B020A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0B020A.
.myBorderColor { border: 1px solid #0B020A; }
<div style="border:3px solid #0B020A">Div</div>
Die Grenzen von diesem div sind in Farbe #0B020A.
.myOpacity80 { color: #0B020A; opacity: 0.8; }
<p style="color:#0B020A;opacity:0.8;">80%</p>
Text in Farbe #0B020A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0B020A;}
<p style="text-shadow: 3px 3px 1px #0B020A">Text here.</p>
Dieser Text hat den Schatten in Farbe #0B020A.
.textShadow {text-shadow: 3px 3px 1px #0B020A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0B020A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0B020A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B020A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0B020A, Direction=45, Strength=4)">Text</p>
This text has shadow with #0B020A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0B020A; -webkit-box-shadow: 1px 1px 3px 2px #0B020A; box-shadow: 1px 1px 3px 2px #0B020A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0B020A; -webkit-box-shadow: 1px 1px 3px 2px #0B020A; box-shadow:1px 1px 3px 2px #0B020A;">
Div content here</div>
Dieser Text ist in der Farbe #0B020A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0B020A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0B020A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0B020A.