COLOR #0C1301

HEX: #0C1301
RGB: (12,19,1)

Color info

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

RGB color model

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

  • red value is 12;
  • green value is 19;
  • blue value is 1.
RGB:
(12,19,1)
(5%,7%,0%)

RGB channels and saturation

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

12
19
1

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

Portions of RGB colors in percentages

R + G + B =
12 + 19 + 1 = 32 (100%)
R 12 of 32 ~ 37.5%
G 19 of 32 ~ 59.38%
B 1 of 32 ~ 3.13%

%37.5
%59.38

CMYK color model

#0C1301 color CMYK value is (37,0,95,93).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 94.74%
  • key color value is 92.55%
CMYK:
(37,0,95,93)
C37M0Y95K93 
(37%,0%,95%,93%)
(0.37/0.00/0.95/0.93)	

CMYK percentages

%36.84
%0
%94.74
%92.55

Codes

Color #0C1301 in popluar color models

0C1301
RGB12191
HSL83°90.00%3.92%
HSB/HSV83°94.74%7.45%
CMYK36.84%0.00%94.74%
92.55%

Color #0C1301 in popluar number systems.

HEX0C1301
Decimal12191
Binary1100100111
Octal14231

Shades and tints

Shades of #0C1301

#0C1301
(12,19,1)
#0B1201
(11,18,1)
#0A1101
(10,17,1)
#091001
(9,16,1)
#080F01
(8,15,1)
#070E01
(7,14,1)
#060D01
(6,13,1)
#050C01
(5,12,1)
#040B01
(4,11,1)
#030A01
(3,10,1)
#020901
(2,9,1)
#000000
(0,0,0)

Tints of #0C1301

#0C1301
(12,19,1)
#222818
(34,40,24)
#383D2F
(56,61,47)
#4E5246
(78,82,70)
#64675D
(100,103,93)
#7A7C74
(122,124,116)
#90918B
(144,145,139)
#A6A6A2
(166,166,162)
#BCBBB9
(188,187,185)
#D2D0D0
(210,208,208)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1301; }

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

This text font color is #0C1301.


Background Color

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

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

This div background color is #0C1301.


Border color

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

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

This div border color is #0C1301.


Opacity

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

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

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

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

This text has shadow with #0C1301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1301 on black background.


Color preview on white background

This text has color #0C1301 on white background.



Black color preview on #0C1301 background

This text has black color on #0C1301 background.


White color preview on #0C1301 background

This text has white color on #0C1301 background.