COLOR #0C030C

HEX: #0C030C RGB: (12,3,12)

Color info

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

RGB color model

#0C030C color RGB value is (12,3,12).

RGB: (12,3,12) (5%, 1%, 5%)

RGB channels and saturation

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

12
3
12

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

Portions of RGB colors in percentages

R + G + B = 12 + 3 + 12 = 27 (100%)
R 12 of 27 ~ 44.44%
G 3 of 27 ~ 11.11%
B 12 of 27 ~ 44.44'%

%44.44
%11.11
%44.44

CMYK color model

#0C030C color CMYK value is (0,75,0,95).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK: (0,75,0,95) C0M75Y0K95 (0%,75%,0%,95%) (0.00/0.75/0.00/0.95) 

CMYK percentages

%0
%75
%0
%95.29

Codes

Color #0C030C in popluar color models

0C 03 0C
RGB 12 3 12
HSL 300° 60.00% 2.94%
HSB/HSV 300° 75.00% 4.71%
CMYK 0.00% 75.00% 0.00%
95.29%

Color #0C030C in popluar number systems.

HEX 0C 03 0C
Decimal 12 3 12
Binary 1100 11 1100
Octal 14 3 14

Shades and tints

Shades of #0C030C

#0C030C
(12,3,12)
#0B030B
(11,3,11)
#0A030A
(10,3,10)
#090309
(9,3,9)
#080308
(8,3,8)
#070307
(7,3,7)
#060306
(6,3,6)
#050305
(5,3,5)
#040304
(4,3,4)
#030303
(3,3,3)
#020302
(2,3,2)
#000000
(0,0,0)

Tints of #0C030C

#0C030C
(12,3,12)
#221922
(34,25,34)
#382F38
(56,47,56)
#4E454E
(78,69,78)
#645B64
(100,91,100)
#7A717A
(122,113,122)
#908790
(144,135,144)
#A69DA6
(166,157,166)
#BCB3BC
(188,179,188)
#D2C9D2
(210,201,210)
#E8DFE8
(232,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C030C; }

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

This text font color is #0C030C.

Background Color

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

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

This div background color is #0C030C.

Border color

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

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

This div border color is #0C030C.

Opacity

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

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

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

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

This text has shadow with #0C030C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C030C.

Preview

Color preview on black background

This text has color #0C030C on black background.


Color preview on white background

This text has color #0C030C on white background.


Black color preview on #0C030C background

This text has black color on #0C030C background.


White color preview on #0C030C background

This text has white color on #0C030C background.


Related colors

Complementary color

Complementary color for #hex is #F3FCF3.


I love getcolorcode.com

Triadic colors

1 #0C0C03 and #030C0C with #0C030C are triadic colors.

2 #0C030C and #030C0C with #0C030C are triadic colors.