COLOR #0B1416

HEX: #0B1416
RGB: (11,20,22)

Color info

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

RGB color model

#0B1416 color RGB value is (11,20,22).

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

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 22 of 255 = 9%

11
20
22

R + G + B ~ 7%. #0B1416 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 20 + 22 = 53 (100%)
R 11 of 53 ~ 20.75%
G 20 of 53 ~ 37.74%
B 22 of 53 ~ 41.51%

%20.75
%37.74
%41.51

CMYK color model

#0B1416 color CMYK value is (50,9,0,91).

  • cyan value is 50.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(50,9,0,91)
C50M9Y0K91 
(50%,9%,0%,91%)
(0.50/0.09/0.00/0.91)	

CMYK percentages

%50
%9.09
%0
%91.37

Codes

Color #0B1416 in popluar color models

0B1416
RGB112022
HSL191°33.33%6.47%
HSB/HSV191°50.00%8.63%
CMYK50.00%9.09%0.00%
91.37%

Color #0B1416 in popluar number systems.

HEX0B1416
Decimal112022
Binary10111010010110
Octal132426

Shades and tints

Shades of #0B1416

#0B1416
(11,20,22)
#0A1314
(10,19,20)
#091212
(9,18,18)
#081110
(8,17,16)
#07100E
(7,16,14)
#060F0C
(6,15,12)
#050E0A
(5,14,10)
#040D08
(4,13,8)
#030C06
(3,12,6)
#020B04
(2,11,4)
#010A02
(1,10,2)
#000000
(0,0,0)

Tints of #0B1416

#0B1416
(11,20,22)
#21292B
(33,41,43)
#373E40
(55,62,64)
#4D5355
(77,83,85)
#63686A
(99,104,106)
#797D7F
(121,125,127)
#8F9294
(143,146,148)
#A5A7A9
(165,167,169)
#BBBCBE
(187,188,190)
#D1D1D3
(209,209,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1416; }

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

This text font color is #0B1416.


Background Color

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

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

This div background color is #0B1416.


Border color

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

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

This div border color is #0B1416.


Opacity

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

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

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

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

This text has shadow with #0B1416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1416 on black background.


Color preview on white background

This text has color #0B1416 on white background.



Black color preview on #0B1416 background

This text has black color on #0B1416 background.


White color preview on #0B1416 background

This text has white color on #0B1416 background.