COLOR #13021B

HEX: #13021B RGB: (19,2,27)

Color info

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

RGB color model

#13021B color RGB value is (19,2,27).

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

RGB channels and saturation

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

19
2
27

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

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 27 = 48 (100%)
R 19 of 48 ~ 39.58%
G 2 of 48 ~ 4.17%
B 27 of 48 ~ 56.25'%

%39.58
%56.25

CMYK color model

#13021B color CMYK value is (30,93,0,89).

  • cyan value is 29.63%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (30,93,0,89)
C30M93Y0K89 (30%, 93%, 0%, 89%)
(0.30 / 0.93 / 0.00 / 0.89)

CMYK percentages

%29.63
%92.59
%0
%89.41

Codes

Color #13021B in popluar color models

13 02 1B
RGB 19 2 27
HSL 281° 86.21% 5.69%
HSB/HSV 281° 92.59% 10.59%
CMYK 29.63% 92.59% 0.00%
89.41%

Color #13021B in popluar number systems.

HEX 13 02 1B
Decimal 19 2 27
Binary 10011 10 11011
Octal 23 2 33

Shades and tints

Shades of #13021B

#13021B
(19,2,27)
#120219
(18,2,25)
#110217
(17,2,23)
#100215
(16,2,21)
#0F0213
(15,2,19)
#0E0211
(14,2,17)
#0D020F
(13,2,15)
#0C020D
(12,2,13)
#0B020B
(11,2,11)
#0A0209
(10,2,9)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #13021B

#13021B
(19,2,27)
#28192F
(40,25,47)
#3D3043
(61,48,67)
#524757
(82,71,87)
#675E6B
(103,94,107)
#7C757F
(124,117,127)
#918C93
(145,140,147)
#A6A3A7
(166,163,167)
#BBBABB
(187,186,187)
#D0D1CF
(208,209,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13021B; }

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

This text font color is #13021B.

Background Color

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

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

This div background color is #13021B.

Border color

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

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

This div border color is #13021B.

Opacity

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

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

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

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

This text has shadow with #13021B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13021B.

Preview

Color preview on black background

This text has color #13021B on black background.


Color preview on white background

This text has color #13021B on white background.


Black color preview on #13021B background

This text has black color on #13021B background.


White color preview on #13021B background

This text has white color on #13021B background.


Related colors

Complementary color

Complementary color for #hex is #ECFDE4.


I love getcolorcode.com

Triadic colors

1 #1B1302 and #021B13 with #13021B are triadic colors.

2 #1B0213 and #02131B with #13021B are triadic colors.