COLOR #17191F

HEX: #17191F RGB: (23,25,31)

Color info

#17191F contains red, green and blue colors in about the same proportion. Web safe color of #17191F is #000033 (or #003).

RGB color model

#17191F color RGB value is (23,25,31).

RGB: (23,25,31) (9%, 10%, 12%)

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 31 of 255 = 12%

23
25
31

R + G + B ~ 10%. #17191F is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 25 + 31 = 79 (100%)
R 23 of 79 ~ 29.11%
G 25 of 79 ~ 31.65%
B 31 of 79 ~ 39.24'%

%29.11
%31.65
%39.24

CMYK color model

#17191F color CMYK value is (26,19,0,88).

  • cyan value is 25.81%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (26,19,0,88)
C26M19Y0K88 (26%, 19%, 0%, 88%)
(0.26 / 0.19 / 0.00 / 0.88)

CMYK percentages

%25.81
%19.35
%0
%87.84

Codes

Color #17191F in popluar color models

17 19 1F
RGB 23 25 31
HSL 225° 14.81% 10.59%
HSB/HSV 225° 25.81% 12.16%
CMYK 25.81% 19.35% 0.00%
87.84%

Color #17191F in popluar number systems.

HEX 17 19 1F
Decimal 23 25 31
Binary 10111 11001 11111
Octal 27 31 37

Shades and tints

Shades of #17191F

#17191F
(23,25,31)
#15171D
(21,23,29)
#13151B
(19,21,27)
#111319
(17,19,25)
#0F1117
(15,17,23)
#0D0F15
(13,15,21)
#0B0D13
(11,13,19)
#090B11
(9,11,17)
#07090F
(7,9,15)
#05070D
(5,7,13)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #17191F

#17191F
(23,25,31)
#2C2D33
(44,45,51)
#414147
(65,65,71)
#56555B
(86,85,91)
#6B696F
(107,105,111)
#807D83
(128,125,131)
#959197
(149,145,151)
#AAA5AB
(170,165,171)
#BFB9BF
(191,185,191)
#D4CDD3
(212,205,211)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17191F; }

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

This text font color is #17191F.

Background Color

.myBgColor { background-color: #17191F; }

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

This div background color is #17191F.

Border color

.myBorderColor { border: 1px solid #17191F; }

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

This div border color is #17191F.

Opacity

.myOpacity80 { color: #17191F; opacity: 0.8; }

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

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

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

This text has shadow with #17191F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17191F.

Preview

Color preview on black background

This text has color #17191F on black background.


Color preview on white background

This text has color #17191F on white background.


Black color preview on #17191F background

This text has black color on #17191F background.


White color preview on #17191F background

This text has white color on #17191F background.


Related colors

Complementary color

Complementary color for #hex is #E8E6E0.


I love getcolorcode.com

Triadic colors

1 #1F1719 and #191F17 with #17191F are triadic colors.

2 #1F1917 and #19171F with #17191F are triadic colors.