COLOR #13011D

HEX: #13011D
RGB: (19,1,29)

Color info

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

RGB color model

#13011D color RGB value is (19,1,29).

  • red value is 19;
  • green value is 1;
  • blue value is 29.
RGB:
(19,1,29)
(7%,0%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 29 of 255 = 11%

19
1
29

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

Portions of RGB colors in percentages

R + G + B =
19 + 1 + 29 = 49 (100%)
R 19 of 49 ~ 38.78%
G 1 of 49 ~ 2.04%
B 29 of 49 ~ 59.18%

%38.78
%59.18

CMYK color model

#13011D color CMYK value is (34,97,0,89).

  • cyan value is 34.48%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(34,97,0,89)
C34M97Y0K89 
(34%,97%,0%,89%)
(0.34/0.97/0.00/0.89)	

CMYK percentages

%34.48
%96.55
%0
%88.63

Codes

Color #13011D in popluar color models

13011D
RGB19129
HSL279°93.33%5.88%
HSB/HSV279°96.55%11.37%
CMYK34.48%96.55%0.00%
88.63%

Color #13011D in popluar number systems.

HEX13011D
Decimal19129
Binary10011111101
Octal23135

Shades and tints

Shades of #13011D

#13011D
(19,1,29)
#12011B
(18,1,27)
#110119
(17,1,25)
#100117
(16,1,23)
#0F0115
(15,1,21)
#0E0113
(14,1,19)
#0D0111
(13,1,17)
#0C010F
(12,1,15)
#0B010D
(11,1,13)
#0A010B
(10,1,11)
#090109
(9,1,9)
#000000
(0,0,0)

Tints of #13011D

#13011D
(19,1,29)
#281831
(40,24,49)
#3D2F45
(61,47,69)
#524659
(82,70,89)
#675D6D
(103,93,109)
#7C7481
(124,116,129)
#918B95
(145,139,149)
#A6A2A9
(166,162,169)
#BBB9BD
(187,185,189)
#D0D0D1
(208,208,209)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13011D; }

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

This text font color is #13011D.


Background Color

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

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

This div background color is #13011D.


Border color

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

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

This div border color is #13011D.


Opacity

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

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

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

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

This text has shadow with #13011D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13011D on black background.


Color preview on white background

This text has color #13011D on white background.



Black color preview on #13011D background

This text has black color on #13011D background.


White color preview on #13011D background

This text has white color on #13011D background.