COLOR #0C0215

HEX: #0C0215
RGB: (12,2,21)

Color info

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

RGB color model

#0C0215 color RGB value is (12,2,21).

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

RGB channels and saturation

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

12
2
21

R + G + B ~ 5%. #0C0215 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 2 + 21 = 35 (100%)
R 12 of 35 ~ 34.29%
G 2 of 35 ~ 5.71%
B 21 of 35 ~ 60%

%34.29
%60

CMYK color model

#0C0215 color CMYK value is (43,90,0,92).

  • cyan value is 42.86%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(43,90,0,92)
C43M90Y0K92 
(43%,90%,0%,92%)
(0.43/0.90/0.00/0.92)	

CMYK percentages

%42.86
%90.48
%0
%91.76

Codes

Color #0C0215 in popluar color models

0C0215
RGB12221
HSL272°82.61%4.51%
HSB/HSV272°90.48%8.24%
CMYK42.86%90.48%0.00%
91.76%

Color #0C0215 in popluar number systems.

HEX0C0215
Decimal12221
Binary11001010101
Octal14225

Shades and tints

Shades of #0C0215

#0C0215
(12,2,21)
#0B0214
(11,2,20)
#0A0213
(10,2,19)
#090212
(9,2,18)
#080211
(8,2,17)
#070210
(7,2,16)
#06020F
(6,2,15)
#05020E
(5,2,14)
#04020D
(4,2,13)
#03020C
(3,2,12)
#02020B
(2,2,11)
#000000
(0,0,0)

Tints of #0C0215

#0C0215
(12,2,21)
#22192A
(34,25,42)
#38303F
(56,48,63)
#4E4754
(78,71,84)
#645E69
(100,94,105)
#7A757E
(122,117,126)
#908C93
(144,140,147)
#A6A3A8
(166,163,168)
#BCBABD
(188,186,189)
#D2D1D2
(210,209,210)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0215; }

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

This text font color is #0C0215.


Background Color

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

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

This div background color is #0C0215.


Border color

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

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

This div border color is #0C0215.


Opacity

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

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

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

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

This text has shadow with #0C0215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0215 on black background.


Color preview on white background

This text has color #0C0215 on white background.



Black color preview on #0C0215 background

This text has black color on #0C0215 background.


White color preview on #0C0215 background

This text has white color on #0C0215 background.