COLOR #171221

HEX: #171221 RGB: (23,18,33)

Color info

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

RGB color model

#171221 color RGB value is (23,18,33).

RGB: (23,18,33) (9%, 7%, 13%)

RGB channels and saturation

R 23 of 255 = 9%
G 18 of 255 = 7%
B 33 of 255 = 13%

23
18
33

R + G + B ~ 10%. #171221 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 18 + 33 = 74 (100%)
R 23 of 74 ~ 31.08%
G 18 of 74 ~ 24.32%
B 33 of 74 ~ 44.59'%

%31.08
%24.32
%44.59

CMYK color model

#171221 color CMYK value is (30,45,0,87).

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

CMYK: (30,45,0,87)
C30M45Y0K87 (30%, 45%, 0%, 87%)
(0.30 / 0.45 / 0.00 / 0.87)

CMYK percentages

%30.3
%45.45
%0
%87.06

Codes

Color #171221 in popluar color models

17 12 21
RGB 23 18 33
HSL 260° 29.41% 10.00%
HSB/HSV 260° 45.45% 12.94%
CMYK 30.30% 45.45% 0.00%
87.06%

Color #171221 in popluar number systems.

HEX 17 12 21
Decimal 23 18 33
Binary 10111 10010 100001
Octal 27 22 41

Shades and tints

Shades of #171221

#171221
(23,18,33)
#15111E
(21,17,30)
#13101B
(19,16,27)
#110F18
(17,15,24)
#0F0E15
(15,14,21)
#0D0D12
(13,13,18)
#0B0C0F
(11,12,15)
#090B0C
(9,11,12)
#070A09
(7,10,9)
#050906
(5,9,6)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #171221

#171221
(23,18,33)
#2C2735
(44,39,53)
#413C49
(65,60,73)
#56515D
(86,81,93)
#6B6671
(107,102,113)
#807B85
(128,123,133)
#959099
(149,144,153)
#AAA5AD
(170,165,173)
#BFBAC1
(191,186,193)
#D4CFD5
(212,207,213)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171221; }

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

This text font color is #171221.

Background Color

.myBgColor { background-color: #171221; }

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

This div background color is #171221.

Border color

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

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

This div border color is #171221.

Opacity

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

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

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

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

This text has shadow with #171221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171221.

Preview

Color preview on black background

This text has color #171221 on black background.


Color preview on white background

This text has color #171221 on white background.


Black color preview on #171221 background

This text has black color on #171221 background.


White color preview on #171221 background

This text has white color on #171221 background.


Related colors

Complementary color

Complementary color for #hex is #E8EDDE.


I love getcolorcode.com

Triadic colors

1 #211712 and #122117 with #171221 are triadic colors.

2 #211217 and #121721 with #171221 are triadic colors.