COLOR #0C0515

HEX: #0C0515 RGB: (12,5,21)

Color info

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

RGB color model

#0C0515 color RGB value is (12,5,21).

RGB: (12,5,21) (5%, 2%, 8%)

RGB channels and saturation

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

12
5
21

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

Portions of RGB colors in percentages

R + G + B = 12 + 5 + 21 = 38 (100%)
R 12 of 38 ~ 31.58%
G 5 of 38 ~ 13.16%
B 21 of 38 ~ 55.26'%

%31.58
%13.16
%55.26

CMYK color model

#0C0515 color CMYK value is (43,76,0,92).

  • cyan value is 42.86%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (43,76,0,92)
C43M76Y0K92 (43%, 76%, 0%, 92%)
(0.43 / 0.76 / 0.00 / 0.92)

CMYK percentages

%42.86
%76.19
%0
%91.76

Codes

Color #0C0515 in popluar color models

0C 05 15
RGB 12 5 21
HSL 266° 61.54% 5.10%
HSB/HSV 266° 76.19% 8.24%
CMYK 42.86% 76.19% 0.00%
91.76%

Color #0C0515 in popluar number systems.

HEX 0C 05 15
Decimal 12 5 21
Binary 1100 101 10101
Octal 14 5 25

Shades and tints

Shades of #0C0515

#0C0515
(12,5,21)
#0B0514
(11,5,20)
#0A0513
(10,5,19)
#090512
(9,5,18)
#080511
(8,5,17)
#070510
(7,5,16)
#06050F
(6,5,15)
#05050E
(5,5,14)
#04050D
(4,5,13)
#03050C
(3,5,12)
#02050B
(2,5,11)
#000000
(0,0,0)

Tints of #0C0515

#0C0515
(12,5,21)
#221B2A
(34,27,42)
#38313F
(56,49,63)
#4E4754
(78,71,84)
#645D69
(100,93,105)
#7A737E
(122,115,126)
#908993
(144,137,147)
#A69FA8
(166,159,168)
#BCB5BD
(188,181,189)
#D2CBD2
(210,203,210)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0515; }

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

This text font color is #0C0515.

Background Color

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

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

This div background color is #0C0515.

Border color

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

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

This div border color is #0C0515.

Opacity

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

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

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

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

This text has shadow with #0C0515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0515.

Preview

Color preview on black background

This text has color #0C0515 on black background.


Color preview on white background

This text has color #0C0515 on white background.


Black color preview on #0C0515 background

This text has black color on #0C0515 background.


White color preview on #0C0515 background

This text has white color on #0C0515 background.


Related colors

Complementary color

Complementary color for #hex is #F3FAEA.


I love getcolorcode.com

Triadic colors

1 #150C05 and #05150C with #0C0515 are triadic colors.

2 #15050C and #050C15 with #0C0515 are triadic colors.