COLOR #19171C

HEX: #19171C
RGB: (25,23,28)

Color info

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

RGB color model

#19171C color RGB value is (25,23,28).

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

RGB channels and saturation

R 25 of 255 = 10%
G 23 of 255 = 9%
B 28 of 255 = 11%

25
23
28

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

Portions of RGB colors in percentages

R + G + B =
25 + 23 + 28 = 76 (100%)
R 25 of 76 ~ 32.89%
G 23 of 76 ~ 30.26%
B 28 of 76 ~ 36.84%

%32.89
%30.26
%36.84

CMYK color model

#19171C color CMYK value is (11,18,0,89).

  • cyan value is 10.71%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(11,18,0,89)
C11M18Y0K89 
(11%,18%,0%,89%)
(0.11/0.18/0.00/0.89)	

CMYK percentages

%10.71
%17.86
%0
%89.02

Codes

Color #19171C in popluar color models

19171C
RGB252328
HSL264°9.80%10.00%
HSB/HSV264°17.86%10.98%
CMYK10.71%17.86%0.00%
89.02%

Color #19171C in popluar number systems.

HEX19171C
Decimal252328
Binary110011011111100
Octal312734

Shades and tints

Shades of #19171C

#19171C
(25,23,28)
#17151A
(23,21,26)
#151318
(21,19,24)
#131116
(19,17,22)
#110F14
(17,15,20)
#0F0D12
(15,13,18)
#0D0B10
(13,11,16)
#0B090E
(11,9,14)
#09070C
(9,7,12)
#07050A
(7,5,10)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #19171C

#19171C
(25,23,28)
#2D2C30
(45,44,48)
#414144
(65,65,68)
#555658
(85,86,88)
#696B6C
(105,107,108)
#7D8080
(125,128,128)
#919594
(145,149,148)
#A5AAA8
(165,170,168)
#B9BFBC
(185,191,188)
#CDD4D0
(205,212,208)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19171C; }

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

This text font color is #19171C.


Background Color

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

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

This div background color is #19171C.


Border color

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

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

This div border color is #19171C.


Opacity

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

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

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

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

This text has shadow with #19171C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19171C on black background.


Color preview on white background

This text has color #19171C on white background.



Black color preview on #19171C background

This text has black color on #19171C background.


White color preview on #19171C background

This text has white color on #19171C background.