COLOR #17161A

HEX: #17161A RGB: (23,22,26)

Color info

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

RGB color model

#17161A color RGB value is (23,22,26).

RGB: (23,22,26) (9%, 9%, 10%)

RGB channels and saturation

R 23 of 255 = 9%
G 22 of 255 = 9%
B 26 of 255 = 10%

23
22
26

R + G + B ~ 9%. #17161A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 22 + 26 = 71 (100%)
R 23 of 71 ~ 32.39%
G 22 of 71 ~ 30.99%
B 26 of 71 ~ 36.62'%

%32.39
%30.99
%36.62

CMYK color model

#17161A color CMYK value is (12,15,0,90).

  • cyan value is 11.54%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK: (12,15,0,90) C12M15Y0K90 (12%,15%,0%,90%) (0.12/0.15/0.00/0.90) 

CMYK percentages

%11.54
%15.38
%0
%89.8

Codes

Color #17161A in popluar color models

17 16 1A
RGB 23 22 26
HSL 255° 8.33% 9.41%
HSB/HSV 255° 15.38% 10.20%
CMYK 11.54% 15.38% 0.00%
89.80%

Color #17161A in popluar number systems.

HEX 17 16 1A
Decimal 23 22 26
Binary 10111 10110 11010
Octal 27 26 32

Shades and tints

Shades of #17161A

#17161A
(23,22,26)
#151418
(21,20,24)
#131216
(19,18,22)
#111014
(17,16,20)
#0F0E12
(15,14,18)
#0D0C10
(13,12,16)
#0B0A0E
(11,10,14)
#09080C
(9,8,12)
#07060A
(7,6,10)
#050408
(5,4,8)
#030206
(3,2,6)
#000000
(0,0,0)

Tints of #17161A

#17161A
(23,22,26)
#2C2B2E
(44,43,46)
#414042
(65,64,66)
#565556
(86,85,86)
#6B6A6A
(107,106,106)
#807F7E
(128,127,126)
#959492
(149,148,146)
#AAA9A6
(170,169,166)
#BFBEBA
(191,190,186)
#D4D3CE
(212,211,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17161A color. Also use rgb(23,22,26) instead hex code.

Text Font Color

.myTextColor { color: #17161A; }

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

This text font color is #17161A.

Background Color

.myBgColor { background-color: #17161A; }

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

This div background color is #17161A.

Border color

.myBorderColor { border: 1px solid #17161A; }

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

This div border color is #17161A.

Opacity

.myOpacity80 { color: #17161A; opacity: 0.8; }

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

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

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

This text has shadow with #17161A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17161A.

Preview

Color preview on black background

This text has color #17161A on black background.


Color preview on white background

This text has color #17161A on white background.


Black color preview on #17161A background

This text has black color on #17161A background.


White color preview on #17161A background

This text has white color on #17161A background.


Related colors

Complementary color

Complementary color for #hex is #E8E9E5.


I love getcolorcode.com

Triadic colors

1 #1A1716 and #161A17 with #17161A are triadic colors.

2 #1A1617 and #16171A with #17161A are triadic colors.