COLOR #021717

HEX: #021717
RGB: (2,23,23)

Color info

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

RGB color model

#021717 color RGB value is (2,23,23).

  • red value is 2;
  • green value is 23;
  • blue value is 23.
RGB:
(2,23,23)
(1%,9%,9%)

RGB channels and saturation

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

2
23
23

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

Portions of RGB colors in percentages

R + G + B =
2 + 23 + 23 = 48 (100%)
R 2 of 48 ~ 4.17%
G 23 of 48 ~ 47.92%
B 23 of 48 ~ 47.92%

%47.92
%47.92

CMYK color model

#021717 color CMYK value is (91,0,0,91).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(91,0,0,91)
C91M0Y0K91 
(91%,0%,0%,91%)
(0.91/0.00/0.00/0.91)	

CMYK percentages

%91.3
%0
%0
%90.98

Codes

Color #021717 in popluar color models

021717
RGB22323
HSL180°84.00%4.90%
HSB/HSV180°91.30%9.02%
CMYK91.30%0.00%0.00%
90.98%

Color #021717 in popluar number systems.

HEX021717
Decimal22323
Binary101011110111
Octal22727

Shades and tints

Shades of #021717

#021717
(2,23,23)
#021515
(2,21,21)
#021313
(2,19,19)
#021111
(2,17,17)
#020F0F
(2,15,15)
#020D0D
(2,13,13)
#020B0B
(2,11,11)
#020909
(2,9,9)
#020707
(2,7,7)
#020505
(2,5,5)
#020303
(2,3,3)
#000000
(0,0,0)

Tints of #021717

#021717
(2,23,23)
#192C2C
(25,44,44)
#304141
(48,65,65)
#475656
(71,86,86)
#5E6B6B
(94,107,107)
#758080
(117,128,128)
#8C9595
(140,149,149)
#A3AAAA
(163,170,170)
#BABFBF
(186,191,191)
#D1D4D4
(209,212,212)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021717; }

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

This text font color is #021717.


Background Color

.myBgColor { background-color: #021717; }

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

This div background color is #021717.


Border color

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

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

This div border color is #021717.


Opacity

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

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

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

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

This text has shadow with #021717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021717 on black background.


Color preview on white background

This text has color #021717 on white background.



Black color preview on #021717 background

This text has black color on #021717 background.


White color preview on #021717 background

This text has white color on #021717 background.