COLOR #0B060B

HEX: #0B060B
RGB: (11,6,11)

Color info

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

RGB color model

#0B060B color RGB value is (11,6,11).

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

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 11 of 255 = 4%

11
6
11

R + G + B ~ 3%. #0B060B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 11 = 28 (100%)
R 11 of 28 ~ 39.29%
G 6 of 28 ~ 21.43%
B 11 of 28 ~ 39.29%

%39.29
%21.43
%39.29

CMYK color model

#0B060B color CMYK value is (0,45,0,96).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(0,45,0,96)
C0M45Y0K96 
(0%,45%,0%,96%)
(0.00/0.45/0.00/0.96)	

CMYK percentages

%0
%45.45
%0
%95.69

Codes

Color #0B060B in popluar color models

0B060B
RGB11611
HSL300°29.41%3.33%
HSB/HSV300°45.45%4.31%
CMYK0.00%45.45%0.00%
95.69%

Color #0B060B in popluar number systems.

HEX0B060B
Decimal11611
Binary10111101011
Octal13613

Shades and tints

Shades of #0B060B

#0B060B
(11,6,11)
#0A060A
(10,6,10)
#090609
(9,6,9)
#080608
(8,6,8)
#070607
(7,6,7)
#060606
(6,6,6)
#050605
(5,6,5)
#040604
(4,6,4)
#030603
(3,6,3)
#020602
(2,6,2)
#010601
(1,6,1)
#000000
(0,0,0)

Tints of #0B060B

#0B060B
(11,6,11)
#211C21
(33,28,33)
#373237
(55,50,55)
#4D484D
(77,72,77)
#635E63
(99,94,99)
#797479
(121,116,121)
#8F8A8F
(143,138,143)
#A5A0A5
(165,160,165)
#BBB6BB
(187,182,187)
#D1CCD1
(209,204,209)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B060B; }

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

This text font color is #0B060B.


Background Color

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

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

This div background color is #0B060B.


Border color

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

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

This div border color is #0B060B.


Opacity

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

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

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

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

This text has shadow with #0B060B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B060B on black background.


Color preview on white background

This text has color #0B060B on white background.



Black color preview on #0B060B background

This text has black color on #0B060B background.


White color preview on #0B060B background

This text has white color on #0B060B background.