COLOR #19172B

HEX: #19172B RGB: (25,23,43)

Color info

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

RGB color model

#19172B color RGB value is (25,23,43).

RGB: (25,23,43) (10%, 9%, 17%)

RGB channels and saturation

R 25 of 255 = 10%
G 23 of 255 = 9%
B 43 of 255 = 17%

25
23
43

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

Portions of RGB colors in percentages

R + G + B = 25 + 23 + 43 = 91 (100%)
R 25 of 91 ~ 27.47%
G 23 of 91 ~ 25.27%
B 43 of 91 ~ 47.25'%

%27.47
%25.27
%47.25

CMYK color model

#19172B color CMYK value is (42,47,0,83).

  • cyan value is 41.86%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (42,47,0,83)
C42M47Y0K83 (42%, 47%, 0%, 83%)
(0.42 / 0.47 / 0.00 / 0.83)

CMYK percentages

%41.86
%46.51
%0
%83.14

Codes

Color #19172B in popluar color models

19 17 2B
RGB 25 23 43
HSL 246° 30.30% 12.94%
HSB/HSV 246° 46.51% 16.86%
CMYK 41.86% 46.51% 0.00%
83.14%

Color #19172B in popluar number systems.

HEX 19 17 2B
Decimal 25 23 43
Binary 11001 10111 101011
Octal 31 27 53

Shades and tints

Shades of #19172B

#19172B
(25,23,43)
#171528
(23,21,40)
#151325
(21,19,37)
#131122
(19,17,34)
#110F1F
(17,15,31)
#0F0D1C
(15,13,28)
#0D0B19
(13,11,25)
#0B0916
(11,9,22)
#090713
(9,7,19)
#070510
(7,5,16)
#05030D
(5,3,13)
#000000
(0,0,0)

Tints of #19172B

#19172B
(25,23,43)
#2D2C3E
(45,44,62)
#414151
(65,65,81)
#555664
(85,86,100)
#696B77
(105,107,119)
#7D808A
(125,128,138)
#91959D
(145,149,157)
#A5AAB0
(165,170,176)
#B9BFC3
(185,191,195)
#CDD4D6
(205,212,214)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19172B; }

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

This text font color is #19172B.

Background Color

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

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

This div background color is #19172B.

Border color

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

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

This div border color is #19172B.

Opacity

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

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

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

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

This text has shadow with #19172B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19172B.

Preview

Color preview on black background

This text has color #19172B on black background.


Color preview on white background

This text has color #19172B on white background.


Black color preview on #19172B background

This text has black color on #19172B background.


White color preview on #19172B background

This text has white color on #19172B background.


Related colors

Complementary color

Complementary color for #hex is #E6E8D4.


I love getcolorcode.com

Triadic colors

1 #2B1917 and #172B19 with #19172B are triadic colors.

2 #2B1719 and #17192B with #19172B are triadic colors.