COLOR #17021D

HEX: #17021D
RGB: (23,2,29)

Color info

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

RGB color model

#17021D color RGB value is (23,2,29).

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

RGB channels and saturation

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

23
2
29

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

Portions of RGB colors in percentages

R + G + B =
23 + 2 + 29 = 54 (100%)
R 23 of 54 ~ 42.59%
G 2 of 54 ~ 3.7%
B 29 of 54 ~ 53.7%

%42.59
%53.7

CMYK color model

#17021D color CMYK value is (21,93,0,89).

  • cyan value is 20.69%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(21,93,0,89)
C21M93Y0K89 
(21%,93%,0%,89%)
(0.21/0.93/0.00/0.89)	

CMYK percentages

%20.69
%93.1
%0
%88.63

Codes

Color #17021D in popluar color models

17021D
RGB23229
HSL287°87.10%6.08%
HSB/HSV287°93.10%11.37%
CMYK20.69%93.10%0.00%
88.63%

Color #17021D in popluar number systems.

HEX17021D
Decimal23229
Binary101111011101
Octal27235

Shades and tints

Shades of #17021D

#17021D
(23,2,29)
#15021B
(21,2,27)
#130219
(19,2,25)
#110217
(17,2,23)
#0F0215
(15,2,21)
#0D0213
(13,2,19)
#0B0211
(11,2,17)
#09020F
(9,2,15)
#07020D
(7,2,13)
#05020B
(5,2,11)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #17021D

#17021D
(23,2,29)
#2C1931
(44,25,49)
#413045
(65,48,69)
#564759
(86,71,89)
#6B5E6D
(107,94,109)
#807581
(128,117,129)
#958C95
(149,140,149)
#AAA3A9
(170,163,169)
#BFBABD
(191,186,189)
#D4D1D1
(212,209,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17021D; }

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

This text font color is #17021D.


Background Color

.myBgColor { background-color: #17021D; }

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

This div background color is #17021D.


Border color

.myBorderColor { border: 1px solid #17021D; }

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

This div border color is #17021D.


Opacity

.myOpacity80 { color: #17021D; opacity: 0.8; }

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

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

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

This text has shadow with #17021D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17021D on black background.


Color preview on white background

This text has color #17021D on white background.



Black color preview on #17021D background

This text has black color on #17021D background.


White color preview on #17021D background

This text has white color on #17021D background.