COLOR #191719

HEX: #191719
RGB: (25,23,25)

Color info

#191719 contains red, green and blue colors in about the same proportion. Web safe color of #191719 is #000000 (or #000).

RGB color model

#191719 color RGB value is (25,23,25).

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

RGB channels and saturation

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

25
23
25

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

Portions of RGB colors in percentages

R + G + B =
25 + 23 + 25 = 73 (100%)
R 25 of 73 ~ 34.25%
G 23 of 73 ~ 31.51%
B 25 of 73 ~ 34.25%

%34.25
%31.51
%34.25

CMYK color model

#191719 color CMYK value is (0,8,0,90).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,8,0,90)
C0M8Y0K90 
(0%,8%,0%,90%)
(0.00/0.08/0.00/0.90)	

CMYK percentages

%0
%8
%0
%90.2

Codes

Color #191719 in popluar color models

191719
RGB252325
HSL300°4.17%9.41%
HSB/HSV300°8.00%9.80%
CMYK0.00%8.00%0.00%
90.20%

Color #191719 in popluar number systems.

HEX191719
Decimal252325
Binary110011011111001
Octal312731

Shades and tints

Shades of #191719

#191719
(25,23,25)
#171517
(23,21,23)
#151315
(21,19,21)
#131113
(19,17,19)
#110F11
(17,15,17)
#0F0D0F
(15,13,15)
#0D0B0D
(13,11,13)
#0B090B
(11,9,11)
#090709
(9,7,9)
#070507
(7,5,7)
#050305
(5,3,5)
#000000
(0,0,0)

Tints of #191719

#191719
(25,23,25)
#2D2C2D
(45,44,45)
#414141
(65,65,65)
#555655
(85,86,85)
#696B69
(105,107,105)
#7D807D
(125,128,125)
#919591
(145,149,145)
#A5AAA5
(165,170,165)
#B9BFB9
(185,191,185)
#CDD4CD
(205,212,205)
#E1E9E1
(225,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191719; }

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

This text font color is #191719.


Background Color

.myBgColor { background-color: #191719; }

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

This div background color is #191719.


Border color

.myBorderColor { border: 1px solid #191719; }

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

This div border color is #191719.


Opacity

.myOpacity80 { color: #191719; opacity: 0.8; }

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

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

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

This text has shadow with #191719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191719 on black background.


Color preview on white background

This text has color #191719 on white background.



Black color preview on #191719 background

This text has black color on #191719 background.


White color preview on #191719 background

This text has white color on #191719 background.