COLOR #170B15

HEX: #170B15 RGB: (23,11,21)

Color info

#170B15 contains red, green and blue colors in about the same proportion. Web safe color of #170B15 is #000000 (or #000).

RGB color model

#170B15 color RGB value is (23,11,21).

RGB: (23,11,21) (9%, 4%, 8%)

RGB channels and saturation

R 23 of 255 = 9%
G 11 of 255 = 4%
B 21 of 255 = 8%

23
11
21

R + G + B ~ 7%. #170B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 11 + 21 = 55 (100%)
R 23 of 55 ~ 41.82%
G 11 of 55 ~ 20%
B 21 of 55 ~ 38.18'%

%41.82
%20
%38.18

CMYK color model

#170B15 color CMYK value is (0,52,9,91).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 8.70%
  • key color value is 90.98%

CMYK: (0,52,9,91)
C0M52Y9K91 (0%, 52%, 9%, 91%)
(0.00 / 0.52 / 0.09 / 0.91)

CMYK percentages

%0
%52.17
%8.7
%90.98

Codes

Color #170B15 in popluar color models

17 0B 15
RGB 23 11 21
HSL 310° 35.29% 6.67%
HSB/HSV 310° 52.17% 9.02%
CMYK 0.00% 52.17% 8.70%
90.98%

Color #170B15 in popluar number systems.

HEX 17 0B 15
Decimal 23 11 21
Binary 10111 1011 10101
Octal 27 13 25

Shades and tints

Shades of #170B15

#170B15
(23,11,21)
#150A14
(21,10,20)
#130913
(19,9,19)
#110812
(17,8,18)
#0F0711
(15,7,17)
#0D0610
(13,6,16)
#0B050F
(11,5,15)
#09040E
(9,4,14)
#07030D
(7,3,13)
#05020C
(5,2,12)
#03010B
(3,1,11)
#000000
(0,0,0)

Tints of #170B15

#170B15
(23,11,21)
#2C212A
(44,33,42)
#41373F
(65,55,63)
#564D54
(86,77,84)
#6B6369
(107,99,105)
#80797E
(128,121,126)
#958F93
(149,143,147)
#AAA5A8
(170,165,168)
#BFBBBD
(191,187,189)
#D4D1D2
(212,209,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170B15 color. Also use rgb(23,11,21) instead hex code.

Text Font Color

.myTextColor { color: #170B15; }

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

This text font color is #170B15.

Background Color

.myBgColor { background-color: #170B15; }

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

This div background color is #170B15.

Border color

.myBorderColor { border: 1px solid #170B15; }

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

This div border color is #170B15.

Opacity

.myOpacity80 { color: #170B15; opacity: 0.8; }

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

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

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

This text has shadow with #170B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170B15.

Preview

Color preview on black background

This text has color #170B15 on black background.


Color preview on white background

This text has color #170B15 on white background.


Black color preview on #170B15 background

This text has black color on #170B15 background.


White color preview on #170B15 background

This text has white color on #170B15 background.


Related colors

Complementary color

Complementary color for #hex is #E8F4EA.


I love getcolorcode.com

Triadic colors

1 #15170B and #0B1517 with #170B15 are triadic colors.

2 #150B17 and #0B1715 with #170B15 are triadic colors.