COLOR #0B0912

HEX: #0B0912
RGB: (11,9,18)

Color info

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

RGB color model

#0B0912 color RGB value is (11,9,18).

  • red value is 11;
  • green value is 9;
  • blue value is 18.
RGB:
(11,9,18)
(4%,4%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 18 of 255 = 7%

11
9
18

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

Portions of RGB colors in percentages

R + G + B =
11 + 9 + 18 = 38 (100%)
R 11 of 38 ~ 28.95%
G 9 of 38 ~ 23.68%
B 18 of 38 ~ 47.37%

%28.95
%23.68
%47.37

CMYK color model

#0B0912 color CMYK value is (39,50,0,93).

  • cyan value is 38.89%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(39,50,0,93)
C39M50Y0K93 
(39%,50%,0%,93%)
(0.39/0.50/0.00/0.93)	

CMYK percentages

%38.89
%50
%0
%92.94

Codes

Color #0B0912 in popluar color models

0B0912
RGB11918
HSL253°33.33%5.29%
HSB/HSV253°50.00%7.06%
CMYK38.89%50.00%0.00%
92.94%

Color #0B0912 in popluar number systems.

HEX0B0912
Decimal11918
Binary1011100110010
Octal131122

Shades and tints

Shades of #0B0912

#0B0912
(11,9,18)
#0A0911
(10,9,17)
#090910
(9,9,16)
#08090F
(8,9,15)
#07090E
(7,9,14)
#06090D
(6,9,13)
#05090C
(5,9,12)
#04090B
(4,9,11)
#03090A
(3,9,10)
#020909
(2,9,9)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #0B0912

#0B0912
(11,9,18)
#211F27
(33,31,39)
#37353C
(55,53,60)
#4D4B51
(77,75,81)
#636166
(99,97,102)
#79777B
(121,119,123)
#8F8D90
(143,141,144)
#A5A3A5
(165,163,165)
#BBB9BA
(187,185,186)
#D1CFCF
(209,207,207)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0912 color. Also use rgb(11,9,18) instead hex code.

Text Font Color

.myTextColor { color: #0B0912; }

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

This text font color is #0B0912.


Background Color

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

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

This div background color is #0B0912.


Border color

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

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

This div border color is #0B0912.


Opacity

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

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

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

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

This text has shadow with #0B0912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0912 on black background.


Color preview on white background

This text has color #0B0912 on white background.



Black color preview on #0B0912 background

This text has black color on #0B0912 background.


White color preview on #0B0912 background

This text has white color on #0B0912 background.