COLOR #13011C

HEX: #13011C
RGB: (19,1,28)

Color info

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

RGB color model

#13011C color RGB value is (19,1,28).

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

RGB channels and saturation

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

19
1
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 1 + 28 = 48 (100%)
R 19 of 48 ~ 39.58%
G 1 of 48 ~ 2.08%
B 28 of 48 ~ 58.33%

%39.58
%58.33

CMYK color model

#13011C color CMYK value is (32,96,0,89).

  • cyan value is 32.14%
  • magenta value is 96.43%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,96,0,89)
C32M96Y0K89 
(32%,96%,0%,89%)
(0.32/0.96/0.00/0.89)	

CMYK percentages

%32.14
%96.43
%0
%89.02

Codes

Color #13011C in popluar color models

13011C
RGB19128
HSL280°93.10%5.69%
HSB/HSV280°96.43%10.98%
CMYK32.14%96.43%0.00%
89.02%

Color #13011C in popluar number systems.

HEX13011C
Decimal19128
Binary10011111100
Octal23134

Shades and tints

Shades of #13011C

#13011C
(19,1,28)
#12011A
(18,1,26)
#110118
(17,1,24)
#100116
(16,1,22)
#0F0114
(15,1,20)
#0E0112
(14,1,18)
#0D0110
(13,1,16)
#0C010E
(12,1,14)
#0B010C
(11,1,12)
#0A010A
(10,1,10)
#090108
(9,1,8)
#000000
(0,0,0)

Tints of #13011C

#13011C
(19,1,28)
#281830
(40,24,48)
#3D2F44
(61,47,68)
#524658
(82,70,88)
#675D6C
(103,93,108)
#7C7480
(124,116,128)
#918B94
(145,139,148)
#A6A2A8
(166,162,168)
#BBB9BC
(187,185,188)
#D0D0D0
(208,208,208)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13011C; }

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

This text font color is #13011C.


Background Color

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

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

This div background color is #13011C.


Border color

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

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

This div border color is #13011C.


Opacity

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

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

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

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

This text has shadow with #13011C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13011C on black background.


Color preview on white background

This text has color #13011C on white background.



Black color preview on #13011C background

This text has black color on #13011C background.


White color preview on #13011C background

This text has white color on #13011C background.