COLOR #0B110A

HEX: #0B110A
RGB: (11,17,10)

Color info

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

RGB color model

#0B110A color RGB value is (11,17,10).

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

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 10 of 255 = 4%

11
17
10

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

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 10 = 38 (100%)
R 11 of 38 ~ 28.95%
G 17 of 38 ~ 44.74%
B 10 of 38 ~ 26.32%

%28.95
%44.74
%26.32

CMYK color model

#0B110A color CMYK value is (35,0,41,93).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(35,0,41,93)
C35M0Y41K93 
(35%,0%,41%,93%)
(0.35/0.00/0.41/0.93)	

CMYK percentages

%35.29
%0
%41.18
%93.33

Codes

Color #0B110A in popluar color models

0B110A
RGB111710
HSL111°25.93%5.29%
HSB/HSV111°41.18%6.67%
CMYK35.29%0.00%41.18%
93.33%

Color #0B110A in popluar number systems.

HEX0B110A
Decimal111710
Binary1011100011010
Octal132112

Shades and tints

Shades of #0B110A

#0B110A
(11,17,10)
#0A100A
(10,16,10)
#090F0A
(9,15,10)
#080E0A
(8,14,10)
#070D0A
(7,13,10)
#060C0A
(6,12,10)
#050B0A
(5,11,10)
#040A0A
(4,10,10)
#03090A
(3,9,10)
#02080A
(2,8,10)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #0B110A

#0B110A
(11,17,10)
#212620
(33,38,32)
#373B36
(55,59,54)
#4D504C
(77,80,76)
#636562
(99,101,98)
#797A78
(121,122,120)
#8F8F8E
(143,143,142)
#A5A4A4
(165,164,164)
#BBB9BA
(187,185,186)
#D1CED0
(209,206,208)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B110A; }

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

This text font color is #0B110A.


Background Color

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

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

This div background color is #0B110A.


Border color

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

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

This div border color is #0B110A.


Opacity

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

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

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

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

This text has shadow with #0B110A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B110A on black background.


Color preview on white background

This text has color #0B110A on white background.



Black color preview on #0B110A background

This text has black color on #0B110A background.


White color preview on #0B110A background

This text has white color on #0B110A background.