COLOR #19172C

HEX: #19172C
RGB: (25,23,44)

Color info

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

RGB color model

#19172C color RGB value is (25,23,44).

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

RGB channels and saturation

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

25
23
44

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

Portions of RGB colors in percentages

R + G + B =
25 + 23 + 44 = 92 (100%)
R 25 of 92 ~ 27.17%
G 23 of 92 ~ 25%
B 44 of 92 ~ 47.83%

%27.17
%25
%47.83

CMYK color model

#19172C color CMYK value is (43,48,0,83).

  • cyan value is 43.18%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(43,48,0,83)
C43M48Y0K83 
(43%,48%,0%,83%)
(0.43/0.48/0.00/0.83)	

CMYK percentages

%43.18
%47.73
%0
%82.75

Codes

Color #19172C in popluar color models

19172C
RGB252344
HSL246°31.34%13.14%
HSB/HSV246°47.73%17.25%
CMYK43.18%47.73%0.00%
82.75%

Color #19172C in popluar number systems.

HEX19172C
Decimal252344
Binary1100110111101100
Octal312754

Shades and tints

Shades of #19172C

#19172C
(25,23,44)
#171528
(23,21,40)
#151324
(21,19,36)
#131120
(19,17,32)
#110F1C
(17,15,28)
#0F0D18
(15,13,24)
#0D0B14
(13,11,20)
#0B0910
(11,9,16)
#09070C
(9,7,12)
#070508
(7,5,8)
#050304
(5,3,4)
#000000
(0,0,0)

Tints of #19172C

#19172C
(25,23,44)
#2D2C3F
(45,44,63)
#414152
(65,65,82)
#555665
(85,86,101)
#696B78
(105,107,120)
#7D808B
(125,128,139)
#91959E
(145,149,158)
#A5AAB1
(165,170,177)
#B9BFC4
(185,191,196)
#CDD4D7
(205,212,215)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19172C; }

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

This text font color is #19172C.


Background Color

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

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

This div background color is #19172C.


Border color

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

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

This div border color is #19172C.


Opacity

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

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

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

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

This text has shadow with #19172C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19172C on black background.


Color preview on white background

This text has color #19172C on white background.



Black color preview on #19172C background

This text has black color on #19172C background.


White color preview on #19172C background

This text has white color on #19172C background.