COLOR #170010

HEX: #170010 RGB: (23,0,16)

Color info

#170010 contains only red and blue colors. Web safe color of #170010 is #000000 (or #000).

RGB color model

#170010 color RGB value is (23,0,16).

RGB: (23,0,16) (9%, 0%, 6%)

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 16 of 255 = 6%

23
0
16

R + G + B ~ 5%. #170010 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 0 + 16 = 39 (100%)
R 23 of 39 ~ 58.97%
G 0 of 39 ~ 0%
B 16 of 39 ~ 41.03'%

%58.97
%41.03

CMYK color model

#170010 color CMYK value is (0,100,30,91).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 30.43%
  • key color value is 90.98%

CMYK: (0,100,30,91)
C0M100Y30K91 (0%, 100%, 30%, 91%)
(0.00 / 1.00 / 0.30 / 0.91)

CMYK percentages

%0
%100
%30.43
%90.98

Codes

Color #170010 in popluar color models

17 00 10
RGB 23 0 16
HSL 318° 100.00% 4.51%
HSB/HSV 318° 100.00% 9.02%
CMYK 0.00% 100.00% 30.43%
90.98%

Color #170010 in popluar number systems.

HEX 17 00 10
Decimal 23 0 16
Binary 10111 0 10000
Octal 27 0 20

Shades and tints

Shades of #170010

#170010
(23,0,16)
#15000F
(21,0,15)
#13000E
(19,0,14)
#11000D
(17,0,13)
#0F000C
(15,0,12)
#0D000B
(13,0,11)
#0B000A
(11,0,10)
#090009
(9,0,9)
#070008
(7,0,8)
#050007
(5,0,7)
#030006
(3,0,6)
#000000
(0,0,0)

Tints of #170010

#170010
(23,0,16)
#2C1725
(44,23,37)
#412E3A
(65,46,58)
#56454F
(86,69,79)
#6B5C64
(107,92,100)
#807379
(128,115,121)
#958A8E
(149,138,142)
#AAA1A3
(170,161,163)
#BFB8B8
(191,184,184)
#D4CFCD
(212,207,205)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170010; }

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

This text font color is #170010.

Background Color

.myBgColor { background-color: #170010; }

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

This div background color is #170010.

Border color

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

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

This div border color is #170010.

Opacity

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

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

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

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

This text has shadow with #170010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170010.

Preview

Color preview on black background

This text has color #170010 on black background.


Color preview on white background

This text has color #170010 on white background.


Black color preview on #170010 background

This text has black color on #170010 background.


White color preview on #170010 background

This text has white color on #170010 background.


Related colors

Complementary color

Complementary color for #hex is #E8FFEF.


I love getcolorcode.com

Triadic colors

1 #101700 and #001017 with #170010 are triadic colors.

2 #100017 and #001710 with #170010 are triadic colors.