COLOR #13021C

HEX: #13021C RGB: (19,2,28)

Color info

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

RGB color model

#13021C color RGB value is (19,2,28).

RGB: (19,2,28) (7%, 1%, 11%)

RGB channels and saturation

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

19
2
28

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

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 28 = 49 (100%)
R 19 of 49 ~ 38.78%
G 2 of 49 ~ 4.08%
B 28 of 49 ~ 57.14'%

%38.78
%57.14

CMYK color model

#13021C color CMYK value is (32,93,0,89).

  • cyan value is 32.14%
  • magenta value is 92.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK: (32,93,0,89) C32M93Y0K89 (32%,93%,0%,89%) (0.32/0.93/0.00/0.89) 

CMYK percentages

%32.14
%92.86
%0
%89.02

Codes

Color #13021C in popluar color models

13 02 1C
RGB 19 2 28
HSL 279° 86.67% 5.88%
HSB/HSV 279° 92.86% 10.98%
CMYK 32.14% 92.86% 0.00%
89.02%

Color #13021C in popluar number systems.

HEX 13 02 1C
Decimal 19 2 28
Binary 10011 10 11100
Octal 23 2 34

Shades and tints

Shades of #13021C

#13021C
(19,2,28)
#12021A
(18,2,26)
#110218
(17,2,24)
#100216
(16,2,22)
#0F0214
(15,2,20)
#0E0212
(14,2,18)
#0D0210
(13,2,16)
#0C020E
(12,2,14)
#0B020C
(11,2,12)
#0A020A
(10,2,10)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #13021C

#13021C
(19,2,28)
#281930
(40,25,48)
#3D3044
(61,48,68)
#524758
(82,71,88)
#675E6C
(103,94,108)
#7C7580
(124,117,128)
#918C94
(145,140,148)
#A6A3A8
(166,163,168)
#BBBABC
(187,186,188)
#D0D1D0
(208,209,208)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13021C; }

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

This text font color is #13021C.

Background Color

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

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

This div background color is #13021C.

Border color

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

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

This div border color is #13021C.

Opacity

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

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

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

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

This text has shadow with #13021C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13021C.

Preview

Color preview on black background

This text has color #13021C on black background.


Color preview on white background

This text has color #13021C on white background.


Black color preview on #13021C background

This text has black color on #13021C background.


White color preview on #13021C background

This text has white color on #13021C background.


Related colors

Complementary color

Complementary color for #hex is #ECFDE3.


I love getcolorcode.com

Triadic colors

1 #1C1302 and #021C13 with #13021C are triadic colors.

2 #1C0213 and #02131C with #13021C are triadic colors.