COLOR #021519

HEX: #021519 RGB: (2,21,25)

Color info

#021519 contains red, green and blue colors in about the same proportion. Web safe color of #021519 is #000000 (or #000).

RGB color model

#021519 color RGB value is (2,21,25).

RGB: (2,21,25) (1%, 8%, 10%)

RGB channels and saturation

R 2 of 255 = 1%
G 21 of 255 = 8%
B 25 of 255 = 10%

2
21
25

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

Portions of RGB colors in percentages

R + G + B = 2 + 21 + 25 = 48 (100%)
R 2 of 48 ~ 4.17%
G 21 of 48 ~ 43.75%
B 25 of 48 ~ 52.08'%

%43.75
%52.08

CMYK color model

#021519 color CMYK value is (92,16,0,90).

  • cyan value is 92.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (92,16,0,90) C92M16Y0K90 (92%,16%,0%,90%) (0.92/0.16/0.00/0.90) 

CMYK percentages

%92
%16
%0
%90.2

Codes

Color #021519 in popluar color models

02 15 19
RGB 2 21 25
HSL 190° 85.19% 5.29%
HSB/HSV 190° 92.00% 9.80%
CMYK 92.00% 16.00% 0.00%
90.20%

Color #021519 in popluar number systems.

HEX 02 15 19
Decimal 2 21 25
Binary 10 10101 11001
Octal 2 25 31

Shades and tints

Shades of #021519

#021519
(2,21,25)
#021417
(2,20,23)
#021315
(2,19,21)
#021213
(2,18,19)
#021111
(2,17,17)
#02100F
(2,16,15)
#020F0D
(2,15,13)
#020E0B
(2,14,11)
#020D09
(2,13,9)
#020C07
(2,12,7)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #021519

#021519
(2,21,25)
#192A2D
(25,42,45)
#303F41
(48,63,65)
#475455
(71,84,85)
#5E6969
(94,105,105)
#757E7D
(117,126,125)
#8C9391
(140,147,145)
#A3A8A5
(163,168,165)
#BABDB9
(186,189,185)
#D1D2CD
(209,210,205)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021519 color. Also use rgb(2,21,25) instead hex code.

Text Font Color

.myTextColor { color: #021519; }

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

This text font color is #021519.

Background Color

.myBgColor { background-color: #021519; }

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

This div background color is #021519.

Border color

.myBorderColor { border: 1px solid #021519; }

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

This div border color is #021519.

Opacity

.myOpacity80 { color: #021519; opacity: 0.8; }

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

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

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

This text has shadow with #021519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021519.

Preview

Color preview on black background

This text has color #021519 on black background.


Color preview on white background

This text has color #021519 on white background.


Black color preview on #021519 background

This text has black color on #021519 background.


White color preview on #021519 background

This text has white color on #021519 background.


Related colors

Complementary color

Complementary color for #hex is #FDEAE6.


I love getcolorcode.com

Triadic colors

1 #190215 and #151902 with #021519 are triadic colors.

2 #191502 and #150219 with #021519 are triadic colors.