COLOR #0C1916

HEX: #0C1916
RGB: (12,25,22)

Color info

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

RGB color model

#0C1916 color RGB value is (12,25,22).

  • red value is 12;
  • green value is 25;
  • blue value is 22.
RGB:
(12,25,22)
(5%,10%,9%)

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 22 of 255 = 9%

12
25
22

R + G + B ~ 8%. #0C1916 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 22 = 59 (100%)
R 12 of 59 ~ 20.34%
G 25 of 59 ~ 42.37%
B 22 of 59 ~ 37.29%

%20.34
%42.37
%37.29

CMYK color model

#0C1916 color CMYK value is (52,0,12,90).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(52,0,12,90)
C52M0Y12K90 
(52%,0%,12%,90%)
(0.52/0.00/0.12/0.90)	

CMYK percentages

%52
%0
%12
%90.2

Codes

Color #0C1916 in popluar color models

0C1916
RGB122522
HSL166°35.14%7.25%
HSB/HSV166°52.00%9.80%
CMYK52.00%0.00%12.00%
90.20%

Color #0C1916 in popluar number systems.

HEX0C1916
Decimal122522
Binary11001100110110
Octal143126

Shades and tints

Shades of #0C1916

#0C1916
(12,25,22)
#0B1714
(11,23,20)
#0A1512
(10,21,18)
#091310
(9,19,16)
#08110E
(8,17,14)
#070F0C
(7,15,12)
#060D0A
(6,13,10)
#050B08
(5,11,8)
#040906
(4,9,6)
#030704
(3,7,4)
#020502
(2,5,2)
#000000
(0,0,0)

Tints of #0C1916

#0C1916
(12,25,22)
#222D2B
(34,45,43)
#384140
(56,65,64)
#4E5555
(78,85,85)
#64696A
(100,105,106)
#7A7D7F
(122,125,127)
#909194
(144,145,148)
#A6A5A9
(166,165,169)
#BCB9BE
(188,185,190)
#D2CDD3
(210,205,211)
#E8E1E8
(232,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1916; }

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

This text font color is #0C1916.


Background Color

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

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

This div background color is #0C1916.


Border color

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

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

This div border color is #0C1916.


Opacity

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

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

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

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

This text has shadow with #0C1916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1916 on black background.


Color preview on white background

This text has color #0C1916 on white background.



Black color preview on #0C1916 background

This text has black color on #0C1916 background.


White color preview on #0C1916 background

This text has white color on #0C1916 background.