COLOR #0B0E13

HEX: #0B0E13
RGB: (11,14,19)

Color info

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

RGB color model

#0B0E13 color RGB value is (11,14,19).

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

RGB channels and saturation

R 11 of 255 = 4%
G 14 of 255 = 5%
B 19 of 255 = 7%

11
14
19

R + G + B ~ 5%. #0B0E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 14 + 19 = 44 (100%)
R 11 of 44 ~ 25%
G 14 of 44 ~ 31.82%
B 19 of 44 ~ 43.18%

%25
%31.82
%43.18

CMYK color model

#0B0E13 color CMYK value is (42,26,0,93).

  • cyan value is 42.11%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(42,26,0,93)
C42M26Y0K93 
(42%,26%,0%,93%)
(0.42/0.26/0.00/0.93)	

CMYK percentages

%42.11
%26.32
%0
%92.55

Codes

Color #0B0E13 in popluar color models

0B0E13
RGB111419
HSL218°26.67%5.88%
HSB/HSV218°42.11%7.45%
CMYK42.11%26.32%0.00%
92.55%

Color #0B0E13 in popluar number systems.

HEX0B0E13
Decimal111419
Binary1011111010011
Octal131623

Shades and tints

Shades of #0B0E13

#0B0E13
(11,14,19)
#0A0D12
(10,13,18)
#090C11
(9,12,17)
#080B10
(8,11,16)
#070A0F
(7,10,15)
#06090E
(6,9,14)
#05080D
(5,8,13)
#04070C
(4,7,12)
#03060B
(3,6,11)
#02050A
(2,5,10)
#010409
(1,4,9)
#000000
(0,0,0)

Tints of #0B0E13

#0B0E13
(11,14,19)
#212328
(33,35,40)
#37383D
(55,56,61)
#4D4D52
(77,77,82)
#636267
(99,98,103)
#79777C
(121,119,124)
#8F8C91
(143,140,145)
#A5A1A6
(165,161,166)
#BBB6BB
(187,182,187)
#D1CBD0
(209,203,208)
#E7E0E5
(231,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0E13; }

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

This text font color is #0B0E13.


Background Color

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

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

This div background color is #0B0E13.


Border color

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

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

This div border color is #0B0E13.


Opacity

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

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

Text with #0B0E13 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 #0B0E13;}

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

This text has shadow with #0B0E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0E13 on black background.


Color preview on white background

This text has color #0B0E13 on white background.



Black color preview on #0B0E13 background

This text has black color on #0B0E13 background.


White color preview on #0B0E13 background

This text has white color on #0B0E13 background.