COLOR #0B0E16

HEX: #0B0E16
RGB: (11,14,22)

Color info

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

RGB color model

#0B0E16 color RGB value is (11,14,22).

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

RGB channels and saturation

R 11 of 255 = 4%
G 14 of 255 = 5%
B 22 of 255 = 9%

11
14
22

R + G + B ~ 6%. #0B0E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 14 + 22 = 47 (100%)
R 11 of 47 ~ 23.4%
G 14 of 47 ~ 29.79%
B 22 of 47 ~ 46.81%

%23.4
%29.79
%46.81

CMYK color model

#0B0E16 color CMYK value is (50,36,0,91).

  • cyan value is 50.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(50,36,0,91)
C50M36Y0K91 
(50%,36%,0%,91%)
(0.50/0.36/0.00/0.91)	

CMYK percentages

%50
%36.36
%0
%91.37

Codes

Color #0B0E16 in popluar color models

0B0E16
RGB111422
HSL224°33.33%6.47%
HSB/HSV224°50.00%8.63%
CMYK50.00%36.36%0.00%
91.37%

Color #0B0E16 in popluar number systems.

HEX0B0E16
Decimal111422
Binary1011111010110
Octal131626

Shades and tints

Shades of #0B0E16

#0B0E16
(11,14,22)
#0A0D14
(10,13,20)
#090C12
(9,12,18)
#080B10
(8,11,16)
#070A0E
(7,10,14)
#06090C
(6,9,12)
#05080A
(5,8,10)
#040708
(4,7,8)
#030606
(3,6,6)
#020504
(2,5,4)
#010402
(1,4,2)
#000000
(0,0,0)

Tints of #0B0E16

#0B0E16
(11,14,22)
#21232B
(33,35,43)
#373840
(55,56,64)
#4D4D55
(77,77,85)
#63626A
(99,98,106)
#79777F
(121,119,127)
#8F8C94
(143,140,148)
#A5A1A9
(165,161,169)
#BBB6BE
(187,182,190)
#D1CBD3
(209,203,211)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0E16; }

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

This text font color is #0B0E16.


Background Color

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

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

This div background color is #0B0E16.


Border color

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

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

This div border color is #0B0E16.


Opacity

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

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

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

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

This text has shadow with #0B0E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0E16 on black background.


Color preview on white background

This text has color #0B0E16 on white background.



Black color preview on #0B0E16 background

This text has black color on #0B0E16 background.


White color preview on #0B0E16 background

This text has white color on #0B0E16 background.