COLOR #0B110C

HEX: #0B110C
RGB: (11,17,12)

Color info

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

RGB color model

#0B110C color RGB value is (11,17,12).

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

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 12 of 255 = 5%

11
17
12

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

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 12 = 40 (100%)
R 11 of 40 ~ 27.5%
G 17 of 40 ~ 42.5%
B 12 of 40 ~ 30%

%27.5
%42.5
%30

CMYK color model

#0B110C color CMYK value is (35,0,29,93).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 93.33%
CMYK:
(35,0,29,93)
C35M0Y29K93 
(35%,0%,29%,93%)
(0.35/0.00/0.29/0.93)	

CMYK percentages

%35.29
%0
%29.41
%93.33

Codes

Color #0B110C in popluar color models

0B110C
RGB111712
HSL130°21.43%5.49%
HSB/HSV130°35.29%6.67%
CMYK35.29%0.00%29.41%
93.33%

Color #0B110C in popluar number systems.

HEX0B110C
Decimal111712
Binary1011100011100
Octal132114

Shades and tints

Shades of #0B110C

#0B110C
(11,17,12)
#0A100B
(10,16,11)
#090F0A
(9,15,10)
#080E09
(8,14,9)
#070D08
(7,13,8)
#060C07
(6,12,7)
#050B06
(5,11,6)
#040A05
(4,10,5)
#030904
(3,9,4)
#020803
(2,8,3)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #0B110C

#0B110C
(11,17,12)
#212622
(33,38,34)
#373B38
(55,59,56)
#4D504E
(77,80,78)
#636564
(99,101,100)
#797A7A
(121,122,122)
#8F8F90
(143,143,144)
#A5A4A6
(165,164,166)
#BBB9BC
(187,185,188)
#D1CED2
(209,206,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B110C color. Also use rgb(11,17,12) instead hex code.

Text Font Color

.myTextColor { color: #0B110C; }

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

This text font color is #0B110C.


Background Color

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

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

This div background color is #0B110C.


Border color

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

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

This div border color is #0B110C.


Opacity

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

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

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

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

This text has shadow with #0B110C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B110C on black background.


Color preview on white background

This text has color #0B110C on white background.



Black color preview on #0B110C background

This text has black color on #0B110C background.


White color preview on #0B110C background

This text has white color on #0B110C background.