COLOR #021419

HEX: #021419
RGB: (2,20,25)

Color info

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

RGB color model

#021419 color RGB value is (2,20,25).

  • red value is 2;
  • green value is 20;
  • blue value is 25.
RGB:
(2,20,25)
(1%,8%,10%)

RGB channels and saturation

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

2
20
25

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

Portions of RGB colors in percentages

R + G + B =
2 + 20 + 25 = 47 (100%)
R 2 of 47 ~ 4.26%
G 20 of 47 ~ 42.55%
B 25 of 47 ~ 53.19%

%42.55
%53.19

CMYK color model

#021419 color CMYK value is (92,20,0,90).

  • cyan value is 92.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(92,20,0,90)
C92M20Y0K90 
(92%,20%,0%,90%)
(0.92/0.20/0.00/0.90)	

CMYK percentages

%92
%20
%0
%90.2

Codes

Color #021419 in popluar color models

021419
RGB22025
HSL193°85.19%5.29%
HSB/HSV193°92.00%9.80%
CMYK92.00%20.00%0.00%
90.20%

Color #021419 in popluar number systems.

HEX021419
Decimal22025
Binary101010011001
Octal22431

Shades and tints

Shades of #021419

#021419
(2,20,25)
#021317
(2,19,23)
#021215
(2,18,21)
#021113
(2,17,19)
#021011
(2,16,17)
#020F0F
(2,15,15)
#020E0D
(2,14,13)
#020D0B
(2,13,11)
#020C09
(2,12,9)
#020B07
(2,11,7)
#020A05
(2,10,5)
#000000
(0,0,0)

Tints of #021419

#021419
(2,20,25)
#19292D
(25,41,45)
#303E41
(48,62,65)
#475355
(71,83,85)
#5E6869
(94,104,105)
#757D7D
(117,125,125)
#8C9291
(140,146,145)
#A3A7A5
(163,167,165)
#BABCB9
(186,188,185)
#D1D1CD
(209,209,205)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021419; }

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

This text font color is #021419.


Background Color

.myBgColor { background-color: #021419; }

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

This div background color is #021419.


Border color

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

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

This div border color is #021419.


Opacity

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

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

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

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

This text has shadow with #021419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021419 on black background.


Color preview on white background

This text has color #021419 on white background.



Black color preview on #021419 background

This text has black color on #021419 background.


White color preview on #021419 background

This text has white color on #021419 background.