COLOR #0C130D

HEX: #0C130D RGB: (12,19,13)

Color info

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

RGB color model

#0C130D color RGB value is (12,19,13).

RGB: (12,19,13) (5%, 7%, 5%)

RGB channels and saturation

R 12 of 255 = 5%
G 19 of 255 = 7%
B 13 of 255 = 5%

12
19
13

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

Portions of RGB colors in percentages

R + G + B = 12 + 19 + 13 = 44 (100%)
R 12 of 44 ~ 27.27%
G 19 of 44 ~ 43.18%
B 13 of 44 ~ 29.55'%

%27.27
%43.18
%29.55

CMYK color model

#0C130D color CMYK value is (37,0,32,93).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK: (37,0,32,93) C37M0Y32K93 (37%,0%,32%,93%) (0.37/0.00/0.32/0.93) 

CMYK percentages

%36.84
%0
%31.58
%92.55

Codes

Color #0C130D in popluar color models

0C 13 0D
RGB 12 19 13
HSL 129° 22.58% 6.08%
HSB/HSV 129° 36.84% 7.45%
CMYK 36.84% 0.00% 31.58%
92.55%

Color #0C130D in popluar number systems.

HEX 0C 13 0D
Decimal 12 19 13
Binary 1100 10011 1101
Octal 14 23 15

Shades and tints

Shades of #0C130D

#0C130D
(12,19,13)
#0B120C
(11,18,12)
#0A110B
(10,17,11)
#09100A
(9,16,10)
#080F09
(8,15,9)
#070E08
(7,14,8)
#060D07
(6,13,7)
#050C06
(5,12,6)
#040B05
(4,11,5)
#030A04
(3,10,4)
#020903
(2,9,3)
#000000
(0,0,0)

Tints of #0C130D

#0C130D
(12,19,13)
#222823
(34,40,35)
#383D39
(56,61,57)
#4E524F
(78,82,79)
#646765
(100,103,101)
#7A7C7B
(122,124,123)
#909191
(144,145,145)
#A6A6A7
(166,166,167)
#BCBBBD
(188,187,189)
#D2D0D3
(210,208,211)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C130D; }

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

This text font color is #0C130D.

Background Color

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

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

This div background color is #0C130D.

Border color

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

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

This div border color is #0C130D.

Opacity

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

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

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

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

This text has shadow with #0C130D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C130D.

Preview

Color preview on black background

This text has color #0C130D on black background.


Color preview on white background

This text has color #0C130D on white background.


Black color preview on #0C130D background

This text has black color on #0C130D background.


White color preview on #0C130D background

This text has white color on #0C130D background.


Related colors

Complementary color

Complementary color for #hex is #F3ECF2.


I love getcolorcode.com

Triadic colors

1 #0D0C13 and #130D0C with #0C130D are triadic colors.

2 #0D130C and #130C0D with #0C130D are triadic colors.