COLOR #021719

HEX: #021719 RGB: (2,23,25)

Color info

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

RGB color model

#021719 color RGB value is (2,23,25).

RGB: (2,23,25) (1%, 9%, 10%)

RGB channels and saturation

R 2 of 255 = 1%
G 23 of 255 = 9%
B 25 of 255 = 10%

2
23
25

R + G + B ~ 7%. #021719 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 23 + 25 = 50 (100%)
R 2 of 50 ~ 4%
G 23 of 50 ~ 46%
B 25 of 50 ~ 50'%

%46
%50

CMYK color model

#021719 color CMYK value is (92,8,0,90).

  • cyan value is 92.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (92,8,0,90)
C92M8Y0K90 (92%, 8%, 0%, 90%)
(0.92 / 0.08 / 0.00 / 0.90)

CMYK percentages

%92
%8
%0
%90.2

Codes

Color #021719 in popluar color models

02 17 19
RGB 2 23 25
HSL 185° 85.19% 5.29%
HSB/HSV 185° 92.00% 9.80%
CMYK 92.00% 8.00% 0.00%
90.20%

Color #021719 in popluar number systems.

HEX 02 17 19
Decimal 2 23 25
Binary 10 10111 11001
Octal 2 27 31

Shades and tints

Shades of #021719

#021719
(2,23,25)
#021517
(2,21,23)
#021315
(2,19,21)
#021113
(2,17,19)
#020F11
(2,15,17)
#020D0F
(2,13,15)
#020B0D
(2,11,13)
#02090B
(2,9,11)
#020709
(2,7,9)
#020507
(2,5,7)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #021719

#021719
(2,23,25)
#192C2D
(25,44,45)
#304141
(48,65,65)
#475655
(71,86,85)
#5E6B69
(94,107,105)
#75807D
(117,128,125)
#8C9591
(140,149,145)
#A3AAA5
(163,170,165)
#BABFB9
(186,191,185)
#D1D4CD
(209,212,205)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021719; }

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

This text font color is #021719.

Background Color

.myBgColor { background-color: #021719; }

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

This div background color is #021719.

Border color

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

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

This div border color is #021719.

Opacity

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

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

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

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

This text has shadow with #021719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021719.

Preview

Color preview on black background

This text has color #021719 on black background.


Color preview on white background

This text has color #021719 on white background.


Black color preview on #021719 background

This text has black color on #021719 background.


White color preview on #021719 background

This text has white color on #021719 background.


Related colors

Complementary color

Complementary color for #hex is #FDE8E6.


I love getcolorcode.com

Triadic colors

1 #190217 and #171902 with #021719 are triadic colors.

2 #191702 and #170219 with #021719 are triadic colors.