COLOR #0C0106

HEX: #0C0106 RGB: (12,1,6)

Color info

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

RGB color model

#0C0106 color RGB value is (12,1,6).

RGB: (12,1,6) (5%, 0%, 2%)

RGB channels and saturation

R 12 of 255 = 5%
G 1 of 255 = 0%
B 6 of 255 = 2%

12
1
6

R + G + B ~ 2%. #0C0106 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 1 + 6 = 19 (100%)
R 12 of 19 ~ 63.16%
G 1 of 19 ~ 5.26%
B 6 of 19 ~ 31.58'%

%63.16
%31.58

CMYK color model

#0C0106 color CMYK value is (0,92,50,95).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 50.00%
  • key color value is 95.29%

CMYK: (0,92,50,95)
C0M92Y50K95 (0%, 92%, 50%, 95%)
(0.00 / 0.92 / 0.50 / 0.95)

CMYK percentages

%0
%91.67
%50
%95.29

Codes

Color #0C0106 in popluar color models

0C 01 06
RGB 12 1 6
HSL 333° 84.62% 2.55%
HSB/HSV 333° 91.67% 4.71%
CMYK 0.00% 91.67% 50.00%
95.29%

Color #0C0106 in popluar number systems.

HEX 0C 01 06
Decimal 12 1 6
Binary 1100 1 110
Octal 14 1 6

Shades and tints

Shades of #0C0106

#0C0106
(12,1,6)
#0B0106
(11,1,6)
#0A0106
(10,1,6)
#090106
(9,1,6)
#080106
(8,1,6)
#070106
(7,1,6)
#060106
(6,1,6)
#050106
(5,1,6)
#040106
(4,1,6)
#030106
(3,1,6)
#020106
(2,1,6)
#000000
(0,0,0)

Tints of #0C0106

#0C0106
(12,1,6)
#22181C
(34,24,28)
#382F32
(56,47,50)
#4E4648
(78,70,72)
#645D5E
(100,93,94)
#7A7474
(122,116,116)
#908B8A
(144,139,138)
#A6A2A0
(166,162,160)
#BCB9B6
(188,185,182)
#D2D0CC
(210,208,204)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0106; }

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

This text font color is #0C0106.

Background Color

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

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

This div background color is #0C0106.

Border color

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

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

This div border color is #0C0106.

Opacity

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

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

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

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

This text has shadow with #0C0106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0106.

Preview

Color preview on black background

This text has color #0C0106 on black background.


Color preview on white background

This text has color #0C0106 on white background.


Black color preview on #0C0106 background

This text has black color on #0C0106 background.


White color preview on #0C0106 background

This text has white color on #0C0106 background.


Related colors

Complementary color

Complementary color for #hex is #F3FEF9.


I love getcolorcode.com

Triadic colors

1 #060C01 and #01060C with #0C0106 are triadic colors.

2 #06010C and #010C06 with #0C0106 are triadic colors.