COLOR #0B0B0C

HEX: #0B0B0C
RGB: (11,11,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
11
12

R + G + B ~ 4%. #0B0B0C is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 11 + 12 = 34 (100%)
R 11 of 34 ~ 32.35%
G 11 of 34 ~ 32.35%
B 12 of 34 ~ 35.29%

%32.35
%32.35
%35.29

CMYK color model

#0B0B0C color CMYK value is (8,8,0,95).

  • cyan value is 8.33%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(8,8,0,95)
C8M8Y0K95 
(8%,8%,0%,95%)
(0.08/0.08/0.00/0.95)	

CMYK percentages

%8.33
%8.33
%0
%95.29

Codes

Color #0B0B0C in popluar color models

0B0B0C
RGB111112
HSL240°4.35%4.51%
HSB/HSV240°8.33%4.71%
CMYK8.33%8.33%0.00%
95.29%

Color #0B0B0C in popluar number systems.

HEX0B0B0C
Decimal111112
Binary101110111100
Octal131314

Shades and tints

Shades of #0B0B0C

#0B0B0C
(11,11,12)
#0A0A0B
(10,10,11)
#09090A
(9,9,10)
#080809
(8,8,9)
#070708
(7,7,8)
#060607
(6,6,7)
#050506
(5,5,6)
#040405
(4,4,5)
#030304
(3,3,4)
#020203
(2,2,3)
#010102
(1,1,2)
#000000
(0,0,0)

Tints of #0B0B0C

#0B0B0C
(11,11,12)
#212122
(33,33,34)
#373738
(55,55,56)
#4D4D4E
(77,77,78)
#636364
(99,99,100)
#79797A
(121,121,122)
#8F8F90
(143,143,144)
#A5A5A6
(165,165,166)
#BBBBBC
(187,187,188)
#D1D1D2
(209,209,210)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B0C; }

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

This text font color is #0B0B0C.


Background Color

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

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

This div background color is #0B0B0C.


Border color

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

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

This div border color is #0B0B0C.


Opacity

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

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

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

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

This text has shadow with #0B0B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0B0C on black background.


Color preview on white background

This text has color #0B0B0C on white background.



Black color preview on #0B0B0C background

This text has black color on #0B0B0C background.


White color preview on #0B0B0C background

This text has white color on #0B0B0C background.