COLOR #191519

HEX: #191519
RGB: (25,21,25)

Color info

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

RGB color model

#191519 color RGB value is (25,21,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 21 of 255 = 8%
B 25 of 255 = 10%

25
21
25

R + G + B ~ 9%. #191519 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 21 + 25 = 71 (100%)
R 25 of 71 ~ 35.21%
G 21 of 71 ~ 29.58%
B 25 of 71 ~ 35.21%

%35.21
%29.58
%35.21

CMYK color model

#191519 color CMYK value is (0,16,0,90).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,16,0,90)
C0M16Y0K90 
(0%,16%,0%,90%)
(0.00/0.16/0.00/0.90)	

CMYK percentages

%0
%16
%0
%90.2

Codes

Color #191519 in popluar color models

191519
RGB252125
HSL300°8.70%9.02%
HSB/HSV300°16.00%9.80%
CMYK0.00%16.00%0.00%
90.20%

Color #191519 in popluar number systems.

HEX191519
Decimal252125
Binary110011010111001
Octal312531

Shades and tints

Shades of #191519

#191519
(25,21,25)
#171417
(23,20,23)
#151315
(21,19,21)
#131213
(19,18,19)
#111111
(17,17,17)
#0F100F
(15,16,15)
#0D0F0D
(13,15,13)
#0B0E0B
(11,14,11)
#090D09
(9,13,9)
#070C07
(7,12,7)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #191519

#191519
(25,21,25)
#2D2A2D
(45,42,45)
#413F41
(65,63,65)
#555455
(85,84,85)
#696969
(105,105,105)
#7D7E7D
(125,126,125)
#919391
(145,147,145)
#A5A8A5
(165,168,165)
#B9BDB9
(185,189,185)
#CDD2CD
(205,210,205)
#E1E7E1
(225,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191519; }

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

This text font color is #191519.


Background Color

.myBgColor { background-color: #191519; }

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

This div background color is #191519.


Border color

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

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

This div border color is #191519.


Opacity

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

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

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

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

This text has shadow with #191519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191519 on black background.


Color preview on white background

This text has color #191519 on white background.



Black color preview on #191519 background

This text has black color on #191519 background.


White color preview on #191519 background

This text has white color on #191519 background.