COLOR #171914

HEX: #171914 RGB: (23,25,20)

Color info

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

RGB color model

#171914 color RGB value is (23,25,20).

RGB: (23,25,20) (9%, 10%, 8%)

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 20 of 255 = 8%

23
25
20

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

Portions of RGB colors in percentages

R + G + B = 23 + 25 + 20 = 68 (100%)
R 23 of 68 ~ 33.82%
G 25 of 68 ~ 36.76%
B 20 of 68 ~ 29.41'%

%33.82
%36.76
%29.41

CMYK color model

#171914 color CMYK value is (8,0,20,90).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 90.20%
CMYK: (8,0,20,90) C8M0Y20K90 (8%,0%,20%,90%) (0.08/0.00/0.20/0.90) 

CMYK percentages

%8
%0
%20
%90.2

Codes

Color #171914 in popluar color models

17 19 14
RGB 23 25 20
HSL 84° 11.11% 8.82%
HSB/HSV 84° 20.00% 9.80%
CMYK 8.00% 0.00% 20.00%
90.20%

Color #171914 in popluar number systems.

HEX 17 19 14
Decimal 23 25 20
Binary 10111 11001 10100
Octal 27 31 24

Shades and tints

Shades of #171914

#171914
(23,25,20)
#151713
(21,23,19)
#131512
(19,21,18)
#111311
(17,19,17)
#0F1110
(15,17,16)
#0D0F0F
(13,15,15)
#0B0D0E
(11,13,14)
#090B0D
(9,11,13)
#07090C
(7,9,12)
#05070B
(5,7,11)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #171914

#171914
(23,25,20)
#2C2D29
(44,45,41)
#41413E
(65,65,62)
#565553
(86,85,83)
#6B6968
(107,105,104)
#807D7D
(128,125,125)
#959192
(149,145,146)
#AAA5A7
(170,165,167)
#BFB9BC
(191,185,188)
#D4CDD1
(212,205,209)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171914 color. Also use rgb(23,25,20) instead hex code.

Text Font Color

.myTextColor { color: #171914; }

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

This text font color is #171914.

Background Color

.myBgColor { background-color: #171914; }

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

This div background color is #171914.

Border color

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

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

This div border color is #171914.

Opacity

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

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

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

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

This text has shadow with #171914 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171914.

Preview

Color preview on black background

This text has color #171914 on black background.


Color preview on white background

This text has color #171914 on white background.


Black color preview on #171914 background

This text has black color on #171914 background.


White color preview on #171914 background

This text has white color on #171914 background.


Related colors

Complementary color

Complementary color for #hex is #E8E6EB.


I love getcolorcode.com

Triadic colors

1 #141719 and #191417 with #171914 are triadic colors.

2 #141917 and #191714 with #171914 are triadic colors.