COLOR #0B020E

HEX: #0B020E
RGB: (11,2,14)

Color info

#0B020E contains red, green and blue colors in about the same proportion. Web safe color of #0B020E is #000000 (or #000).

RGB color model

#0B020E color RGB value is (11,2,14).

  • red value is 11;
  • green value is 2;
  • blue value is 14.
RGB:
(11,2,14)
(4%,1%,5%)

RGB channels and saturation

R 11 of 255 = 4%
G 2 of 255 = 1%
B 14 of 255 = 5%

11
2
14

R + G + B ~ 3%. #0B020E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 2 + 14 = 27 (100%)
R 11 of 27 ~ 40.74%
G 2 of 27 ~ 7.41%
B 14 of 27 ~ 51.85%

%40.74
%51.85

CMYK color model

#0B020E color CMYK value is (21,86,0,95).

  • cyan value is 21.43%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(21,86,0,95)
C21M86Y0K95 
(21%,86%,0%,95%)
(0.21/0.86/0.00/0.95)	

CMYK percentages

%21.43
%85.71
%0
%94.51

Codes

Color #0B020E in popluar color models

0B020E
RGB11214
HSL285°75.00%3.14%
HSB/HSV285°85.71%5.49%
CMYK21.43%85.71%0.00%
94.51%

Color #0B020E in popluar number systems.

HEX0B020E
Decimal11214
Binary1011101110
Octal13216

Shades and tints

Shades of #0B020E

#0B020E
(11,2,14)
#0A020D
(10,2,13)
#09020C
(9,2,12)
#08020B
(8,2,11)
#07020A
(7,2,10)
#060209
(6,2,9)
#050208
(5,2,8)
#040207
(4,2,7)
#030206
(3,2,6)
#020205
(2,2,5)
#010204
(1,2,4)
#000000
(0,0,0)

Tints of #0B020E

#0B020E
(11,2,14)
#211923
(33,25,35)
#373038
(55,48,56)
#4D474D
(77,71,77)
#635E62
(99,94,98)
#797577
(121,117,119)
#8F8C8C
(143,140,140)
#A5A3A1
(165,163,161)
#BBBAB6
(187,186,182)
#D1D1CB
(209,209,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B020E color. Also use rgb(11,2,14) instead hex code.

Text Font Color

.myTextColor { color: #0B020E; }

<p style="color:#0B020E">This sample text font color is #0B020E.</p>

This text font color is #0B020E.


Background Color

.myBgColor { background-color: #0B020E; }

<div style="background-color:#0B020E">Inner text</div>

This div background color is #0B020E.


Border color

.myBorderColor { border: 1px solid #0B020E; }

<div style="border:3px solid #0B020E">Div</div>

This div border color is #0B020E.


Opacity

.myOpacity80 { color: #0B020E; opacity: 0.8; }

<p style="color:#0B020E;opacity:0.8;">80%</p>

Text with #0B020E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0B020E;}

<p style="text-shadow: 3px 3px 1px #0B020E">Text here.</p>

This text has shadow with #0B020E color.

.textShadow {text-shadow: 3px 3px 1px #0B020E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0B020E, 5px 5px 20px red">Text here.</p>

This text has shadow with #0B020E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B020E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0B020E, Direction=45, Strength=4)">Text</p>

This text has shadow with #0B020E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0B020E;
  -webkit-box-shadow:	1px 1px 3px 2px #0B020E;
  box-shadow:		1px 1px 3px 2px #0B020E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0B020E;
-webkit-box-shadow: 1px 1px 3px 2px #0B020E;
box-shadow:1px 1px 3px 2px #0B020E;">
Div content here</div>
This div box has shadow with color #0B020E.

Preview

Color preview on black background

This text has color #0B020E on black background.


Color preview on white background

This text has color #0B020E on white background.



Black color preview on #0B020E background

This text has black color on #0B020E background.


White color preview on #0B020E background

This text has white color on #0B020E background.