COLOR #0C000B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
0
11

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

Portions of RGB colors in percentages

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

%52.17
%47.83

CMYK color model

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

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

CMYK percentages

%0
%100
%8.33
%95.29

Codes

Color #0C000B in popluar color models

0C000B
RGB12011
HSL305°100.00%2.35%
HSB/HSV305°100.00%4.71%
CMYK0.00%100.00%8.33%
95.29%

Color #0C000B in popluar number systems.

HEX0C000B
Decimal12011
Binary110001011
Octal14013

Shades and tints

Shades of #0C000B

#0C000B
(12,0,11)
#0B000A
(11,0,10)
#0A0009
(10,0,9)
#090008
(9,0,8)
#080007
(8,0,7)
#070006
(7,0,6)
#060005
(6,0,5)
#050004
(5,0,4)
#040003
(4,0,3)
#030002
(3,0,2)
#020001
(2,0,1)
#000000
(0,0,0)

Tints of #0C000B

#0C000B
(12,0,11)
#221721
(34,23,33)
#382E37
(56,46,55)
#4E454D
(78,69,77)
#645C63
(100,92,99)
#7A7379
(122,115,121)
#908A8F
(144,138,143)
#A6A1A5
(166,161,165)
#BCB8BB
(188,184,187)
#D2CFD1
(210,207,209)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C000B; }

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

This text font color is #0C000B.


Background Color

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

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

This div background color is #0C000B.


Border color

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

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

This div border color is #0C000B.


Opacity

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

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

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

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

This text has shadow with #0C000B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C000B on black background.


Color preview on white background

This text has color #0C000B on white background.



Black color preview on #0C000B background

This text has black color on #0C000B background.


White color preview on #0C000B background

This text has white color on #0C000B background.