COLOR #19172F

HEX: #19172F RGB: (25,23,47)

Color info

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

RGB color model

#19172F color RGB value is (25,23,47).

RGB: (25,23,47) (10%, 9%, 18%)

RGB channels and saturation

R 25 of 255 = 10%
G 23 of 255 = 9%
B 47 of 255 = 18%

25
23
47

R + G + B ~ 12%. #19172F is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 23 + 47 = 95 (100%)
R 25 of 95 ~ 26.32%
G 23 of 95 ~ 24.21%
B 47 of 95 ~ 49.47'%

%26.32
%24.21
%49.47

CMYK color model

#19172F color CMYK value is (47,51,0,82).

  • cyan value is 46.81%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (47,51,0,82)
C47M51Y0K82 (47%, 51%, 0%, 82%)
(0.47 / 0.51 / 0.00 / 0.82)

CMYK percentages

%46.81
%51.06
%0
%81.57

Codes

Color #19172F in popluar color models

19 17 2F
RGB 25 23 47
HSL 245° 34.29% 13.73%
HSB/HSV 245° 51.06% 18.43%
CMYK 46.81% 51.06% 0.00%
81.57%

Color #19172F in popluar number systems.

HEX 19 17 2F
Decimal 25 23 47
Binary 11001 10111 101111
Octal 31 27 57

Shades and tints

Shades of #19172F

#19172F
(25,23,47)
#17152B
(23,21,43)
#151327
(21,19,39)
#131123
(19,17,35)
#110F1F
(17,15,31)
#0F0D1B
(15,13,27)
#0D0B17
(13,11,23)
#0B0913
(11,9,19)
#09070F
(9,7,15)
#07050B
(7,5,11)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #19172F

#19172F
(25,23,47)
#2D2C41
(45,44,65)
#414153
(65,65,83)
#555665
(85,86,101)
#696B77
(105,107,119)
#7D8089
(125,128,137)
#91959B
(145,149,155)
#A5AAAD
(165,170,173)
#B9BFBF
(185,191,191)
#CDD4D1
(205,212,209)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19172F; }

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

This text font color is #19172F.

Background Color

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

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

This div background color is #19172F.

Border color

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

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

This div border color is #19172F.

Opacity

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

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

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

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

This text has shadow with #19172F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19172F.

Preview

Color preview on black background

This text has color #19172F on black background.


Color preview on white background

This text has color #19172F on white background.


Black color preview on #19172F background

This text has black color on #19172F background.


White color preview on #19172F background

This text has white color on #19172F background.


Related colors

Complementary color

Complementary color for #hex is #E6E8D0.


I love getcolorcode.com

Triadic colors

1 #2F1917 and #172F19 with #19172F are triadic colors.

2 #2F1719 and #17192F with #19172F are triadic colors.