COLOR #17201B

HEX: #17201B RGB: (23,32,27)

Color info

#17201B contains red, green and blue colors in about the same proportion. Web safe color of #17201B is #003333 (or #033).

RGB color model

#17201B color RGB value is (23,32,27).

RGB: (23,32,27) (9%, 13%, 11%)

RGB channels and saturation

R 23 of 255 = 9%
G 32 of 255 = 13%
B 27 of 255 = 11%

23
32
27

R + G + B ~ 11%. #17201B is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 32 + 27 = 82 (100%)
R 23 of 82 ~ 28.05%
G 32 of 82 ~ 39.02%
B 27 of 82 ~ 32.93'%

%28.05
%39.02
%32.93

CMYK color model

#17201B color CMYK value is (28,0,16,87).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%

CMYK: (28,0,16,87)
C28M0Y16K87 (28%, 0%, 16%, 87%)
(0.28 / 0.00 / 0.16 / 0.87)

CMYK percentages

%28.13
%0
%15.63
%87.45

Codes

Color #17201B in popluar color models

17 20 1B
RGB 23 32 27
HSL 147° 16.36% 10.78%
HSB/HSV 147° 28.13% 12.55%
CMYK 28.13% 0.00% 15.63%
87.45%

Color #17201B in popluar number systems.

HEX 17 20 1B
Decimal 23 32 27
Binary 10111 100000 11011
Octal 27 40 33

Shades and tints

Shades of #17201B

#17201B
(23,32,27)
#151E19
(21,30,25)
#131C17
(19,28,23)
#111A15
(17,26,21)
#0F1813
(15,24,19)
#0D1611
(13,22,17)
#0B140F
(11,20,15)
#09120D
(9,18,13)
#07100B
(7,16,11)
#050E09
(5,14,9)
#030C07
(3,12,7)
#000000
(0,0,0)

Tints of #17201B

#17201B
(23,32,27)
#2C342F
(44,52,47)
#414843
(65,72,67)
#565C57
(86,92,87)
#6B706B
(107,112,107)
#80847F
(128,132,127)
#959893
(149,152,147)
#AAACA7
(170,172,167)
#BFC0BB
(191,192,187)
#D4D4CF
(212,212,207)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17201B color. Also use rgb(23,32,27) instead hex code.

Text Font Color

.myTextColor { color: #17201B; }

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

This text font color is #17201B.

Background Color

.myBgColor { background-color: #17201B; }

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

This div background color is #17201B.

Border color

.myBorderColor { border: 1px solid #17201B; }

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

This div border color is #17201B.

Opacity

.myOpacity80 { color: #17201B; opacity: 0.8; }

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

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

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

This text has shadow with #17201B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17201B.

Preview

Color preview on black background

This text has color #17201B on black background.


Color preview on white background

This text has color #17201B on white background.


Black color preview on #17201B background

This text has black color on #17201B background.


White color preview on #17201B background

This text has white color on #17201B background.


Related colors

Complementary color

Complementary color for #hex is #E8DFE4.


I love getcolorcode.com

Triadic colors

1 #1B1720 and #201B17 with #17201B are triadic colors.

2 #1B2017 and #20171B with #17201B are triadic colors.