COLOR #0C1013

HEX: #0C1013
RGB: (12,16,19)

Color info

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

RGB color model

#0C1013 color RGB value is (12,16,19).

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

RGB channels and saturation

R 12 of 255 = 5%
G 16 of 255 = 6%
B 19 of 255 = 7%

12
16
19

R + G + B ~ 6%. #0C1013 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 16 + 19 = 47 (100%)
R 12 of 47 ~ 25.53%
G 16 of 47 ~ 34.04%
B 19 of 47 ~ 40.43%

%25.53
%34.04
%40.43

CMYK color model

#0C1013 color CMYK value is (37,16,0,93).

  • cyan value is 36.84%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(37,16,0,93)
C37M16Y0K93 
(37%,16%,0%,93%)
(0.37/0.16/0.00/0.93)	

CMYK percentages

%36.84
%15.79
%0
%92.55

Codes

Color #0C1013 in popluar color models

0C1013
RGB121619
HSL206°22.58%6.08%
HSB/HSV206°36.84%7.45%
CMYK36.84%15.79%0.00%
92.55%

Color #0C1013 in popluar number systems.

HEX0C1013
Decimal121619
Binary11001000010011
Octal142023

Shades and tints

Shades of #0C1013

#0C1013
(12,16,19)
#0B0F12
(11,15,18)
#0A0E11
(10,14,17)
#090D10
(9,13,16)
#080C0F
(8,12,15)
#070B0E
(7,11,14)
#060A0D
(6,10,13)
#05090C
(5,9,12)
#04080B
(4,8,11)
#03070A
(3,7,10)
#020609
(2,6,9)
#000000
(0,0,0)

Tints of #0C1013

#0C1013
(12,16,19)
#222528
(34,37,40)
#383A3D
(56,58,61)
#4E4F52
(78,79,82)
#646467
(100,100,103)
#7A797C
(122,121,124)
#908E91
(144,142,145)
#A6A3A6
(166,163,166)
#BCB8BB
(188,184,187)
#D2CDD0
(210,205,208)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1013; }

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

This text font color is #0C1013.


Background Color

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

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

This div background color is #0C1013.


Border color

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

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

This div border color is #0C1013.


Opacity

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

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

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

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

This text has shadow with #0C1013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1013 on black background.


Color preview on white background

This text has color #0C1013 on white background.



Black color preview on #0C1013 background

This text has black color on #0C1013 background.


White color preview on #0C1013 background

This text has white color on #0C1013 background.