COLOR #0C0211

HEX: #0C0211 RGB: (12,2,17)

Color info

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

RGB color model

#0C0211 color RGB value is (12,2,17).

RGB: (12,2,17) (5%, 1%, 7%)

RGB channels and saturation

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

12
2
17

R + G + B ~ 4%. #0C0211 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 2 + 17 = 31 (100%)
R 12 of 31 ~ 38.71%
G 2 of 31 ~ 6.45%
B 17 of 31 ~ 54.84'%

%38.71
%54.84

CMYK color model

#0C0211 color CMYK value is (29,88,0,93).

  • cyan value is 29.41%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK: (29,88,0,93) C29M88Y0K93 (29%,88%,0%,93%) (0.29/0.88/0.00/0.93) 

CMYK percentages

%29.41
%88.24
%0
%93.33

Codes

Color #0C0211 in popluar color models

0C 02 11
RGB 12 2 17
HSL 280° 78.95% 3.73%
HSB/HSV 280° 88.24% 6.67%
CMYK 29.41% 88.24% 0.00%
93.33%

Color #0C0211 in popluar number systems.

HEX 0C 02 11
Decimal 12 2 17
Binary 1100 10 10001
Octal 14 2 21

Shades and tints

Shades of #0C0211

#0C0211
(12,2,17)
#0B0210
(11,2,16)
#0A020F
(10,2,15)
#09020E
(9,2,14)
#08020D
(8,2,13)
#07020C
(7,2,12)
#06020B
(6,2,11)
#05020A
(5,2,10)
#040209
(4,2,9)
#030208
(3,2,8)
#020207
(2,2,7)
#000000
(0,0,0)

Tints of #0C0211

#0C0211
(12,2,17)
#221926
(34,25,38)
#38303B
(56,48,59)
#4E4750
(78,71,80)
#645E65
(100,94,101)
#7A757A
(122,117,122)
#908C8F
(144,140,143)
#A6A3A4
(166,163,164)
#BCBAB9
(188,186,185)
#D2D1CE
(210,209,206)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0211; }

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

This text font color is #0C0211.

Background Color

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

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

This div background color is #0C0211.

Border color

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

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

This div border color is #0C0211.

Opacity

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

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

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

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

This text has shadow with #0C0211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0211.

Preview

Color preview on black background

This text has color #0C0211 on black background.


Color preview on white background

This text has color #0C0211 on white background.


Black color preview on #0C0211 background

This text has black color on #0C0211 background.


White color preview on #0C0211 background

This text has white color on #0C0211 background.


Related colors

Complementary color

Complementary color for #hex is #F3FDEE.


I love getcolorcode.com

Triadic colors

1 #110C02 and #02110C with #0C0211 are triadic colors.

2 #11020C and #020C11 with #0C0211 are triadic colors.