COLOR #0C1413

HEX: #0C1413 RGB: (12,20,19)

Color info

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

RGB color model

#0C1413 color RGB value is (12,20,19).

RGB: (12,20,19) (5%, 8%, 7%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 19 of 255 = 7%

12
20
19

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

Portions of RGB colors in percentages

R + G + B = 12 + 20 + 19 = 51 (100%)
R 12 of 51 ~ 23.53%
G 20 of 51 ~ 39.22%
B 19 of 51 ~ 37.25'%

%23.53
%39.22
%37.25

CMYK color model

#0C1413 color CMYK value is (40,0,5,92).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 92.16%

CMYK: (40,0,5,92)
C40M0Y5K92 (40%, 0%, 5%, 92%)
(0.40 / 0.00 / 0.05 / 0.92)

CMYK percentages

%40
%0
%5
%92.16

Codes

Color #0C1413 in popluar color models

0C 14 13
RGB 12 20 19
HSL 173° 25.00% 6.27%
HSB/HSV 173° 40.00% 7.84%
CMYK 40.00% 0.00% 5.00%
92.16%

Color #0C1413 in popluar number systems.

HEX 0C 14 13
Decimal 12 20 19
Binary 1100 10100 10011
Octal 14 24 23

Shades and tints

Shades of #0C1413

#0C1413
(12,20,19)
#0B1312
(11,19,18)
#0A1211
(10,18,17)
#091110
(9,17,16)
#08100F
(8,16,15)
#070F0E
(7,15,14)
#060E0D
(6,14,13)
#050D0C
(5,13,12)
#040C0B
(4,12,11)
#030B0A
(3,11,10)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C1413

#0C1413
(12,20,19)
#222928
(34,41,40)
#383E3D
(56,62,61)
#4E5352
(78,83,82)
#646867
(100,104,103)
#7A7D7C
(122,125,124)
#909291
(144,146,145)
#A6A7A6
(166,167,166)
#BCBCBB
(188,188,187)
#D2D1D0
(210,209,208)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1413; }

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

This text font color is #0C1413.

Background Color

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

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

This div background color is #0C1413.

Border color

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

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

This div border color is #0C1413.

Opacity

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

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

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

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

This text has shadow with #0C1413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1413.

Preview

Color preview on black background

This text has color #0C1413 on black background.


Color preview on white background

This text has color #0C1413 on white background.


Black color preview on #0C1413 background

This text has black color on #0C1413 background.


White color preview on #0C1413 background

This text has white color on #0C1413 background.


Related colors

Complementary color

Complementary color for #hex is #F3EBEC.


I love getcolorcode.com

Triadic colors

1 #130C14 and #14130C with #0C1413 are triadic colors.

2 #13140C and #140C13 with #0C1413 are triadic colors.