COLOR #170221

HEX: #170221 RGB: (23,2,33)

Color info

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

RGB color model

#170221 color RGB value is (23,2,33).

RGB: (23,2,33) (9%, 1%, 13%)

RGB channels and saturation

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

23
2
33

R + G + B ~ 8%. #170221 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 2 + 33 = 58 (100%)
R 23 of 58 ~ 39.66%
G 2 of 58 ~ 3.45%
B 33 of 58 ~ 56.9'%

%39.66
%56.9

CMYK color model

#170221 color CMYK value is (30,94,0,87).

  • cyan value is 30.30%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (30,94,0,87)
C30M94Y0K87 (30%, 94%, 0%, 87%)
(0.30 / 0.94 / 0.00 / 0.87)

CMYK percentages

%30.3
%93.94
%0
%87.06

Codes

Color #170221 in popluar color models

17 02 21
RGB 23 2 33
HSL 281° 88.57% 6.86%
HSB/HSV 281° 93.94% 12.94%
CMYK 30.30% 93.94% 0.00%
87.06%

Color #170221 in popluar number systems.

HEX 17 02 21
Decimal 23 2 33
Binary 10111 10 100001
Octal 27 2 41

Shades and tints

Shades of #170221

#170221
(23,2,33)
#15021E
(21,2,30)
#13021B
(19,2,27)
#110218
(17,2,24)
#0F0215
(15,2,21)
#0D0212
(13,2,18)
#0B020F
(11,2,15)
#09020C
(9,2,12)
#070209
(7,2,9)
#050206
(5,2,6)
#030203
(3,2,3)
#000000
(0,0,0)

Tints of #170221

#170221
(23,2,33)
#2C1935
(44,25,53)
#413049
(65,48,73)
#56475D
(86,71,93)
#6B5E71
(107,94,113)
#807585
(128,117,133)
#958C99
(149,140,153)
#AAA3AD
(170,163,173)
#BFBAC1
(191,186,193)
#D4D1D5
(212,209,213)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170221; }

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

This text font color is #170221.

Background Color

.myBgColor { background-color: #170221; }

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

This div background color is #170221.

Border color

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

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

This div border color is #170221.

Opacity

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

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

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

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

This text has shadow with #170221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170221.

Preview

Color preview on black background

This text has color #170221 on black background.


Color preview on white background

This text has color #170221 on white background.


Black color preview on #170221 background

This text has black color on #170221 background.


White color preview on #170221 background

This text has white color on #170221 background.


Related colors

Complementary color

Complementary color for #hex is #E8FDDE.


I love getcolorcode.com

Triadic colors

1 #211702 and #022117 with #170221 are triadic colors.

2 #210217 and #021721 with #170221 are triadic colors.