COLOR #19171F

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

Color info

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

RGB color model

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

  • red value is 25;
  • green value is 23;
  • blue value is 31.
RGB:
(25,23,31)
(10%,9%,12%)

RGB channels and saturation

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

25
23
31

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

Portions of RGB colors in percentages

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

%31.65
%29.11
%39.24

CMYK color model

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

  • cyan value is 19.35%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(19,26,0,88)
C19M26Y0K88 
(19%,26%,0%,88%)
(0.19/0.26/0.00/0.88)	

CMYK percentages

%19.35
%25.81
%0
%87.84

Codes

Color #19171F in popluar color models

19171F
RGB252331
HSL255°14.81%10.59%
HSB/HSV255°25.81%12.16%
CMYK19.35%25.81%0.00%
87.84%

Color #19171F in popluar number systems.

HEX19171F
Decimal252331
Binary110011011111111
Octal312737

Shades and tints

Shades of #19171F

#19171F
(25,23,31)
#17151D
(23,21,29)
#15131B
(21,19,27)
#131119
(19,17,25)
#110F17
(17,15,23)
#0F0D15
(15,13,21)
#0D0B13
(13,11,19)
#0B0911
(11,9,17)
#09070F
(9,7,15)
#07050D
(7,5,13)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #19171F

#19171F
(25,23,31)
#2D2C33
(45,44,51)
#414147
(65,65,71)
#55565B
(85,86,91)
#696B6F
(105,107,111)
#7D8083
(125,128,131)
#919597
(145,149,151)
#A5AAAB
(165,170,171)
#B9BFBF
(185,191,191)
#CDD4D3
(205,212,211)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19171F; }

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

This text font color is #19171F.


Background Color

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

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

This div background color is #19171F.


Border color

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

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

This div border color is #19171F.


Opacity

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

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

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

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

This text has shadow with #19171F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19171F on black background.


Color preview on white background

This text has color #19171F on white background.



Black color preview on #19171F background

This text has black color on #19171F background.


White color preview on #19171F background

This text has white color on #19171F background.