COLOR #13010C

HEX: #13010C RGB: (19,1,12)

Color info

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

RGB color model

#13010C color RGB value is (19,1,12).

RGB: (19,1,12) (7%, 0%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 12 of 255 = 5%

19
1
12

R + G + B ~ 4%. #13010C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 12 = 32 (100%)
R 19 of 32 ~ 59.38%
G 1 of 32 ~ 3.13%
B 12 of 32 ~ 37.5'%

%59.38
%37.5

CMYK color model

#13010C color CMYK value is (0,95,37,93).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 36.84%
  • key color value is 92.55%

CMYK: (0,95,37,93)
C0M95Y37K93 (0%, 95%, 37%, 93%)
(0.00 / 0.95 / 0.37 / 0.93)

CMYK percentages

%0
%94.74
%36.84
%92.55

Codes

Color #13010C in popluar color models

13 01 0C
RGB 19 1 12
HSL 323° 90.00% 3.92%
HSB/HSV 323° 94.74% 7.45%
CMYK 0.00% 94.74% 36.84%
92.55%

Color #13010C in popluar number systems.

HEX 13 01 0C
Decimal 19 1 12
Binary 10011 1 1100
Octal 23 1 14

Shades and tints

Shades of #13010C

#13010C
(19,1,12)
#12010B
(18,1,11)
#11010A
(17,1,10)
#100109
(16,1,9)
#0F0108
(15,1,8)
#0E0107
(14,1,7)
#0D0106
(13,1,6)
#0C0105
(12,1,5)
#0B0104
(11,1,4)
#0A0103
(10,1,3)
#090102
(9,1,2)
#000000
(0,0,0)

Tints of #13010C

#13010C
(19,1,12)
#281822
(40,24,34)
#3D2F38
(61,47,56)
#52464E
(82,70,78)
#675D64
(103,93,100)
#7C747A
(124,116,122)
#918B90
(145,139,144)
#A6A2A6
(166,162,166)
#BBB9BC
(187,185,188)
#D0D0D2
(208,208,210)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13010C color. Also use rgb(19,1,12) instead hex code.

Text Font Color

.myTextColor { color: #13010C; }

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

This text font color is #13010C.

Background Color

.myBgColor { background-color: #13010C; }

<div style="background-color:#13010C">Inner text</div>

This div background color is #13010C.

Border color

.myBorderColor { border: 1px solid #13010C; }

<div style="border:3px solid #13010C">Div</div>

This div border color is #13010C.

Opacity

.myOpacity80 { color: #13010C; opacity: 0.8; }

<p style="color:#13010C;opacity:0.8;">80%</p>

Text with #13010C 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 #13010C;}

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

This text has shadow with #13010C color.


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

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

This text has shadow with #13010C primary color and red secondary color.


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

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

This text has shadow with #13010C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13010C.

Preview

Color preview on black background

This text has color #13010C on black background.


Color preview on white background

This text has color #13010C on white background.


Black color preview on #13010C background

This text has black color on #13010C background.


White color preview on #13010C background

This text has white color on #13010C background.


Related colors

Complementary color

Complementary color for #hex is #ECFEF3.


I love getcolorcode.com

Triadic colors

1 #0C1301 and #010C13 with #13010C are triadic colors.

2 #0C0113 and #01130C with #13010C are triadic colors.