COLOR #191319

HEX: #191319
RGB: (25,19,25)

Color info

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

RGB color model

#191319 color RGB value is (25,19,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 19 of 255 = 7%
B 25 of 255 = 10%

25
19
25

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

Portions of RGB colors in percentages

R + G + B =
25 + 19 + 25 = 69 (100%)
R 25 of 69 ~ 36.23%
G 19 of 69 ~ 27.54%
B 25 of 69 ~ 36.23%

%36.23
%27.54
%36.23

CMYK color model

#191319 color CMYK value is (0,24,0,90).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,24,0,90)
C0M24Y0K90 
(0%,24%,0%,90%)
(0.00/0.24/0.00/0.90)	

CMYK percentages

%0
%24
%0
%90.2

Codes

Color #191319 in popluar color models

191319
RGB251925
HSL300°13.64%8.63%
HSB/HSV300°24.00%9.80%
CMYK0.00%24.00%0.00%
90.20%

Color #191319 in popluar number systems.

HEX191319
Decimal251925
Binary110011001111001
Octal312331

Shades and tints

Shades of #191319

#191319
(25,19,25)
#171217
(23,18,23)
#151115
(21,17,21)
#131013
(19,16,19)
#110F11
(17,15,17)
#0F0E0F
(15,14,15)
#0D0D0D
(13,13,13)
#0B0C0B
(11,12,11)
#090B09
(9,11,9)
#070A07
(7,10,7)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #191319

#191319
(25,19,25)
#2D282D
(45,40,45)
#413D41
(65,61,65)
#555255
(85,82,85)
#696769
(105,103,105)
#7D7C7D
(125,124,125)
#919191
(145,145,145)
#A5A6A5
(165,166,165)
#B9BBB9
(185,187,185)
#CDD0CD
(205,208,205)
#E1E5E1
(225,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191319; }

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

This text font color is #191319.


Background Color

.myBgColor { background-color: #191319; }

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

This div background color is #191319.


Border color

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

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

This div border color is #191319.


Opacity

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

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

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

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

This text has shadow with #191319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191319 on black background.


Color preview on white background

This text has color #191319 on white background.



Black color preview on #191319 background

This text has black color on #191319 background.


White color preview on #191319 background

This text has white color on #191319 background.