COLOR #0C1616

HEX: #0C1616
RGB: (12,22,22)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
22
22

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

Portions of RGB colors in percentages

R + G + B =
12 + 22 + 22 = 56 (100%)
R 12 of 56 ~ 21.43%
G 22 of 56 ~ 39.29%
B 22 of 56 ~ 39.29%

%21.43
%39.29
%39.29

CMYK color model

#0C1616 color CMYK value is (45,0,0,91).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(45,0,0,91)
C45M0Y0K91 
(45%,0%,0%,91%)
(0.45/0.00/0.00/0.91)	

CMYK percentages

%45.45
%0
%0
%91.37

Codes

Color #0C1616 in popluar color models

0C1616
RGB122222
HSL180°29.41%6.67%
HSB/HSV180°45.45%8.63%
CMYK45.45%0.00%0.00%
91.37%

Color #0C1616 in popluar number systems.

HEX0C1616
Decimal122222
Binary11001011010110
Octal142626

Shades and tints

Shades of #0C1616

#0C1616
(12,22,22)
#0B1414
(11,20,20)
#0A1212
(10,18,18)
#091010
(9,16,16)
#080E0E
(8,14,14)
#070C0C
(7,12,12)
#060A0A
(6,10,10)
#050808
(5,8,8)
#040606
(4,6,6)
#030404
(3,4,4)
#020202
(2,2,2)
#000000
(0,0,0)

Tints of #0C1616

#0C1616
(12,22,22)
#222B2B
(34,43,43)
#384040
(56,64,64)
#4E5555
(78,85,85)
#646A6A
(100,106,106)
#7A7F7F
(122,127,127)
#909494
(144,148,148)
#A6A9A9
(166,169,169)
#BCBEBE
(188,190,190)
#D2D3D3
(210,211,211)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1616; }

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

This text font color is #0C1616.


Background Color

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

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

This div background color is #0C1616.


Border color

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

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

This div border color is #0C1616.


Opacity

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

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

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

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

This text has shadow with #0C1616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1616 on black background.


Color preview on white background

This text has color #0C1616 on white background.



Black color preview on #0C1616 background

This text has black color on #0C1616 background.


White color preview on #0C1616 background

This text has white color on #0C1616 background.