COLOR #0C0205

HEX: #0C0205
RGB: (12,2,5)

Color info

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

RGB color model

#0C0205 color RGB value is (12,2,5).

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

RGB channels and saturation

R 12 of 255 = 5%
G 2 of 255 = 1%
B 5 of 255 = 2%

12
2
5

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

Portions of RGB colors in percentages

R + G + B =
12 + 2 + 5 = 19 (100%)
R 12 of 19 ~ 63.16%
G 2 of 19 ~ 10.53%
B 5 of 19 ~ 26.32%

%63.16
%10.53
%26.32

CMYK color model

#0C0205 color CMYK value is (0,83,58,95).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 58.33%
  • key color value is 95.29%
CMYK:
(0,83,58,95)
C0M83Y58K95 
(0%,83%,58%,95%)
(0.00/0.83/0.58/0.95)	

CMYK percentages

%0
%83.33
%58.33
%95.29

Codes

Color #0C0205 in popluar color models

0C0205
RGB1225
HSL342°71.43%2.75%
HSB/HSV342°83.33%4.71%
CMYK0.00%83.33%58.33%
95.29%

Color #0C0205 in popluar number systems.

HEX0C0205
Decimal1225
Binary110010101
Octal1425

Shades and tints

Shades of #0C0205

#0C0205
(12,2,5)
#0B0205
(11,2,5)
#0A0205
(10,2,5)
#090205
(9,2,5)
#080205
(8,2,5)
#070205
(7,2,5)
#060205
(6,2,5)
#050205
(5,2,5)
#040205
(4,2,5)
#030205
(3,2,5)
#020205
(2,2,5)
#000000
(0,0,0)

Tints of #0C0205

#0C0205
(12,2,5)
#22191B
(34,25,27)
#383031
(56,48,49)
#4E4747
(78,71,71)
#645E5D
(100,94,93)
#7A7573
(122,117,115)
#908C89
(144,140,137)
#A6A39F
(166,163,159)
#BCBAB5
(188,186,181)
#D2D1CB
(210,209,203)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0205; }

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

This text font color is #0C0205.


Background Color

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

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

This div background color is #0C0205.


Border color

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

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

This div border color is #0C0205.


Opacity

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

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

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

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

This text has shadow with #0C0205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0205 on black background.


Color preview on white background

This text has color #0C0205 on white background.



Black color preview on #0C0205 background

This text has black color on #0C0205 background.


White color preview on #0C0205 background

This text has white color on #0C0205 background.