COLOR #0C0C1C

HEX: #0C0C1C
RGB: (12,12,28)

Color info

#0C0C1C contains red, green and blue colors in about the same proportion. Web safe color of #0C0C1C is #000033 (or #003).

RGB color model

#0C0C1C color RGB value is (12,12,28).

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

RGB channels and saturation

R 12 of 255 = 5%
G 12 of 255 = 5%
B 28 of 255 = 11%

12
12
28

R + G + B ~ 7%. #0C0C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 12 + 28 = 52 (100%)
R 12 of 52 ~ 23.08%
G 12 of 52 ~ 23.08%
B 28 of 52 ~ 53.85%

%23.08
%23.08
%53.85

CMYK color model

#0C0C1C color CMYK value is (57,57,0,89).

  • cyan value is 57.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(57,57,0,89)
C57M57Y0K89 
(57%,57%,0%,89%)
(0.57/0.57/0.00/0.89)	

CMYK percentages

%57.14
%57.14
%0
%89.02

Codes

Color #0C0C1C in popluar color models

0C0C1C
RGB121228
HSL240°40.00%7.84%
HSB/HSV240°57.14%10.98%
CMYK57.14%57.14%0.00%
89.02%

Color #0C0C1C in popluar number systems.

HEX0C0C1C
Decimal121228
Binary1100110011100
Octal141434

Shades and tints

Shades of #0C0C1C

#0C0C1C
(12,12,28)
#0B0B1A
(11,11,26)
#0A0A18
(10,10,24)
#090916
(9,9,22)
#080814
(8,8,20)
#070712
(7,7,18)
#060610
(6,6,16)
#05050E
(5,5,14)
#04040C
(4,4,12)
#03030A
(3,3,10)
#020208
(2,2,8)
#000000
(0,0,0)

Tints of #0C0C1C

#0C0C1C
(12,12,28)
#222230
(34,34,48)
#383844
(56,56,68)
#4E4E58
(78,78,88)
#64646C
(100,100,108)
#7A7A80
(122,122,128)
#909094
(144,144,148)
#A6A6A8
(166,166,168)
#BCBCBC
(188,188,188)
#D2D2D0
(210,210,208)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0C1C; }

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

This text font color is #0C0C1C.


Background Color

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

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

This div background color is #0C0C1C.


Border color

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

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

This div border color is #0C0C1C.


Opacity

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

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

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

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

This text has shadow with #0C0C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0C1C on black background.


Color preview on white background

This text has color #0C0C1C on white background.



Black color preview on #0C0C1C background

This text has black color on #0C0C1C background.


White color preview on #0C0C1C background

This text has white color on #0C0C1C background.