COLOR #0C0101

HEX: #0C0101 RGB: (12,1,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
1
1

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

Portions of RGB colors in percentages

R + G + B = 12 + 1 + 1 = 14 (100%)
R 12 of 14 ~ 85.71%
G 1 of 14 ~ 7.14%
B 1 of 14 ~ 7.14'%

%85.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 91.67%
  • key color value is 95.29%
CMYK: (0,92,92,95) C0M92Y92K95 (0%,92%,92%,95%) (0.00/0.92/0.92/0.95) 

CMYK percentages

%0
%91.67
%91.67
%95.29

Codes

Color #0C0101 in popluar color models

0C 01 01
RGB 12 1 1
HSL 84.62% 2.55%
HSB/HSV 91.67% 4.71%
CMYK 0.00% 91.67% 91.67%
95.29%

Color #0C0101 in popluar number systems.

HEX 0C 01 01
Decimal 12 1 1
Binary 1100 1 1
Octal 14 1 1

Shades and tints

Shades of #0C0101

#0C0101
(12,1,1)
#0B0101
(11,1,1)
#0A0101
(10,1,1)
#090101
(9,1,1)
#080101
(8,1,1)
#070101
(7,1,1)
#060101
(6,1,1)
#050101
(5,1,1)
#040101
(4,1,1)
#030101
(3,1,1)
#020101
(2,1,1)
#000000
(0,0,0)

Tints of #0C0101

#0C0101
(12,1,1)
#221818
(34,24,24)
#382F2F
(56,47,47)
#4E4646
(78,70,70)
#645D5D
(100,93,93)
#7A7474
(122,116,116)
#908B8B
(144,139,139)
#A6A2A2
(166,162,162)
#BCB9B9
(188,185,185)
#D2D0D0
(210,208,208)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0101; }

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

This text font color is #0C0101.

Background Color

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

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

This div background color is #0C0101.

Border color

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

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

This div border color is #0C0101.

Opacity

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

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

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

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

This text has shadow with #0C0101 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0101.

Preview

Color preview on black background

This text has color #0C0101 on black background.


Color preview on white background

This text has color #0C0101 on white background.


Black color preview on #0C0101 background

This text has black color on #0C0101 background.


White color preview on #0C0101 background

This text has white color on #0C0101 background.


Related colors

Complementary color

Complementary color for #hex is #F3FEFE.


I love getcolorcode.com