COLOR #0B0602

HEX: #0B0602
RGB: (11,6,2)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
6
2

R + G + B ~ 2%. #0B0602 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 2 = 19 (100%)
R 11 of 19 ~ 57.89%
G 6 of 19 ~ 31.58%
B 2 of 19 ~ 10.53%

%57.89
%31.58
%10.53

CMYK color model

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

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

CMYK percentages

%0
%45.45
%81.82
%95.69

Codes

Color #0B0602 in popluar color models

0B0602
RGB1162
HSL27°69.23%2.55%
HSB/HSV27°81.82%4.31%
CMYK0.00%45.45%81.82%
95.69%

Color #0B0602 in popluar number systems.

HEX0B0602
Decimal1162
Binary101111010
Octal1362

Shades and tints

Shades of #0B0602

#0B0602
(11,6,2)
#0A0602
(10,6,2)
#090602
(9,6,2)
#080602
(8,6,2)
#070602
(7,6,2)
#060602
(6,6,2)
#050602
(5,6,2)
#040602
(4,6,2)
#030602
(3,6,2)
#020602
(2,6,2)
#010602
(1,6,2)
#000000
(0,0,0)

Tints of #0B0602

#0B0602
(11,6,2)
#211C19
(33,28,25)
#373230
(55,50,48)
#4D4847
(77,72,71)
#635E5E
(99,94,94)
#797475
(121,116,117)
#8F8A8C
(143,138,140)
#A5A0A3
(165,160,163)
#BBB6BA
(187,182,186)
#D1CCD1
(209,204,209)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0602; }

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

This text font color is #0B0602.


Background Color

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

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

This div background color is #0B0602.


Border color

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

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

This div border color is #0B0602.


Opacity

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

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

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

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

This text has shadow with #0B0602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0602 on black background.


Color preview on white background

This text has color #0B0602 on white background.



Black color preview on #0B0602 background

This text has black color on #0B0602 background.


White color preview on #0B0602 background

This text has white color on #0B0602 background.