COLOR #13011F

HEX: #13011F RGB: (19,1,31)

Color info

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

RGB color model

#13011F color RGB value is (19,1,31).

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

RGB channels and saturation

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

19
1
31

R + G + B ~ 6%. #13011F is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 31 = 51 (100%)
R 19 of 51 ~ 37.25%
G 1 of 51 ~ 1.96%
B 31 of 51 ~ 60.78'%

%37.25
%60.78

CMYK color model

#13011F color CMYK value is (39,97,0,88).

  • cyan value is 38.71%
  • magenta value is 96.77%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (39,97,0,88)
C39M97Y0K88 (39%, 97%, 0%, 88%)
(0.39 / 0.97 / 0.00 / 0.88)

CMYK percentages

%38.71
%96.77
%0
%87.84

Codes

Color #13011F in popluar color models

13 01 1F
RGB 19 1 31
HSL 276° 93.75% 6.27%
HSB/HSV 276° 96.77% 12.16%
CMYK 38.71% 96.77% 0.00%
87.84%

Color #13011F in popluar number systems.

HEX 13 01 1F
Decimal 19 1 31
Binary 10011 1 11111
Octal 23 1 37

Shades and tints

Shades of #13011F

#13011F
(19,1,31)
#12011D
(18,1,29)
#11011B
(17,1,27)
#100119
(16,1,25)
#0F0117
(15,1,23)
#0E0115
(14,1,21)
#0D0113
(13,1,19)
#0C0111
(12,1,17)
#0B010F
(11,1,15)
#0A010D
(10,1,13)
#09010B
(9,1,11)
#000000
(0,0,0)

Tints of #13011F

#13011F
(19,1,31)
#281833
(40,24,51)
#3D2F47
(61,47,71)
#52465B
(82,70,91)
#675D6F
(103,93,111)
#7C7483
(124,116,131)
#918B97
(145,139,151)
#A6A2AB
(166,162,171)
#BBB9BF
(187,185,191)
#D0D0D3
(208,208,211)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13011F color. Also use rgb(19,1,31) instead hex code.

Text Font Color

.myTextColor { color: #13011F; }

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

This text font color is #13011F.

Background Color

.myBgColor { background-color: #13011F; }

<div style="background-color:#13011F">Inner text</div>

This div background color is #13011F.

Border color

.myBorderColor { border: 1px solid #13011F; }

<div style="border:3px solid #13011F">Div</div>

This div border color is #13011F.

Opacity

.myOpacity80 { color: #13011F; opacity: 0.8; }

<p style="color:#13011F;opacity:0.8;">80%</p>

Text with #13011F 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 #13011F;}

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

This text has shadow with #13011F color.


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

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

This text has shadow with #13011F primary color and red secondary color.


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

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

This text has shadow with #13011F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13011F.

Preview

Color preview on black background

This text has color #13011F on black background.


Color preview on white background

This text has color #13011F on white background.


Black color preview on #13011F background

This text has black color on #13011F background.


White color preview on #13011F background

This text has white color on #13011F background.


Related colors

Complementary color

Complementary color for #hex is #ECFEE0.


I love getcolorcode.com

Triadic colors

1 #1F1301 and #011F13 with #13011F are triadic colors.

2 #1F0113 and #01131F with #13011F are triadic colors.