COLOR #19171B

HEX: #19171B
RGB: (25,23,27)

Color info

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

RGB color model

#19171B color RGB value is (25,23,27).

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

RGB channels and saturation

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

25
23
27

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

Portions of RGB colors in percentages

R + G + B =
25 + 23 + 27 = 75 (100%)
R 25 of 75 ~ 33.33%
G 23 of 75 ~ 30.67%
B 27 of 75 ~ 36%

%33.33
%30.67
%36

CMYK color model

#19171B color CMYK value is (7,15,0,89).

  • cyan value is 7.41%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(7,15,0,89)
C7M15Y0K89 
(7%,15%,0%,89%)
(0.07/0.15/0.00/0.89)	

CMYK percentages

%7.41
%14.81
%0
%89.41

Codes

Color #19171B in popluar color models

19171B
RGB252327
HSL270°8.00%9.80%
HSB/HSV270°14.81%10.59%
CMYK7.41%14.81%0.00%
89.41%

Color #19171B in popluar number systems.

HEX19171B
Decimal252327
Binary110011011111011
Octal312733

Shades and tints

Shades of #19171B

#19171B
(25,23,27)
#171519
(23,21,25)
#151317
(21,19,23)
#131115
(19,17,21)
#110F13
(17,15,19)
#0F0D11
(15,13,17)
#0D0B0F
(13,11,15)
#0B090D
(11,9,13)
#09070B
(9,7,11)
#070509
(7,5,9)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #19171B

#19171B
(25,23,27)
#2D2C2F
(45,44,47)
#414143
(65,65,67)
#555657
(85,86,87)
#696B6B
(105,107,107)
#7D807F
(125,128,127)
#919593
(145,149,147)
#A5AAA7
(165,170,167)
#B9BFBB
(185,191,187)
#CDD4CF
(205,212,207)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19171B; }

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

This text font color is #19171B.


Background Color

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

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

This div background color is #19171B.


Border color

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

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

This div border color is #19171B.


Opacity

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

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

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

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

This text has shadow with #19171B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19171B on black background.


Color preview on white background

This text has color #19171B on white background.



Black color preview on #19171B background

This text has black color on #19171B background.


White color preview on #19171B background

This text has white color on #19171B background.