COLOR #0B0C00

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

Color info

#0B0C00 contains only red and green colors. Web safe color of #0B0C00 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

11
12
0

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

Portions of RGB colors in percentages

R + G + B =
11 + 12 + 0 = 23 (100%)
R 11 of 23 ~ 47.83%
G 12 of 23 ~ 52.17%
B 0 of 23 ~ 0%

%47.83
%52.17

CMYK color model

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

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

CMYK percentages

%8.33
%0
%100
%95.29

Codes

Color #0B0C00 in popluar color models

0B0C00
RGB11120
HSL65°100.00%2.35%
HSB/HSV65°100.00%4.71%
CMYK8.33%0.00%100.00%
95.29%

Color #0B0C00 in popluar number systems.

HEX0B0C00
Decimal11120
Binary101111000
Octal13140

Shades and tints

Shades of #0B0C00

#0B0C00
(11,12,0)
#0A0B00
(10,11,0)
#090A00
(9,10,0)
#080900
(8,9,0)
#070800
(7,8,0)
#060700
(6,7,0)
#050600
(5,6,0)
#040500
(4,5,0)
#030400
(3,4,0)
#020300
(2,3,0)
#010200
(1,2,0)
#000000
(0,0,0)

Tints of #0B0C00

#0B0C00
(11,12,0)
#212217
(33,34,23)
#37382E
(55,56,46)
#4D4E45
(77,78,69)
#63645C
(99,100,92)
#797A73
(121,122,115)
#8F908A
(143,144,138)
#A5A6A1
(165,166,161)
#BBBCB8
(187,188,184)
#D1D2CF
(209,210,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0C00; }

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

This text font color is #0B0C00.


Background Color

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

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

This div background color is #0B0C00.


Border color

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

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

This div border color is #0B0C00.


Opacity

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

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

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

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

This text has shadow with #0B0C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0C00 on black background.


Color preview on white background

This text has color #0B0C00 on white background.



Black color preview on #0B0C00 background

This text has black color on #0B0C00 background.


White color preview on #0B0C00 background

This text has white color on #0B0C00 background.