COLOR #0C0C10

HEX: #0C0C10 RGB: (12,12,16)

Color info

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

RGB color model

#0C0C10 color RGB value is (12,12,16).

RGB: (12,12,16) (5%, 5%, 6%)

RGB channels and saturation

R 12 of 255 = 5%
G 12 of 255 = 5%
B 16 of 255 = 6%

12
12
16

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

Portions of RGB colors in percentages

R + G + B = 12 + 12 + 16 = 40 (100%)
R 12 of 40 ~ 30%
G 12 of 40 ~ 30%
B 16 of 40 ~ 40'%

%30
%30
%40

CMYK color model

#0C0C10 color CMYK value is (25,25,0,94).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (25,25,0,94)
C25M25Y0K94 (25%, 25%, 0%, 94%)
(0.25 / 0.25 / 0.00 / 0.94)

CMYK percentages

%25
%25
%0
%93.73

Codes

Color #0C0C10 in popluar color models

0C 0C 10
RGB 12 12 16
HSL 240° 14.29% 5.49%
HSB/HSV 240° 25.00% 6.27%
CMYK 25.00% 25.00% 0.00%
93.73%

Color #0C0C10 in popluar number systems.

HEX 0C 0C 10
Decimal 12 12 16
Binary 1100 1100 10000
Octal 14 14 20

Shades and tints

Shades of #0C0C10

#0C0C10
(12,12,16)
#0B0B0F
(11,11,15)
#0A0A0E
(10,10,14)
#09090D
(9,9,13)
#08080C
(8,8,12)
#07070B
(7,7,11)
#06060A
(6,6,10)
#050509
(5,5,9)
#040408
(4,4,8)
#030307
(3,3,7)
#020206
(2,2,6)
#000000
(0,0,0)

Tints of #0C0C10

#0C0C10
(12,12,16)
#222225
(34,34,37)
#38383A
(56,56,58)
#4E4E4F
(78,78,79)
#646464
(100,100,100)
#7A7A79
(122,122,121)
#90908E
(144,144,142)
#A6A6A3
(166,166,163)
#BCBCB8
(188,188,184)
#D2D2CD
(210,210,205)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0C10; }

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

This text font color is #0C0C10.

Background Color

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

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

This div background color is #0C0C10.

Border color

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

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

This div border color is #0C0C10.

Opacity

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

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

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

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

This text has shadow with #0C0C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0C10.

Preview

Color preview on black background

This text has color #0C0C10 on black background.


Color preview on white background

This text has color #0C0C10 on white background.


Black color preview on #0C0C10 background

This text has black color on #0C0C10 background.


White color preview on #0C0C10 background

This text has white color on #0C0C10 background.


Related colors

Complementary color

Complementary color for #hex is #F3F3EF.


I love getcolorcode.com