COLOR #191819

HEX: #191819
RGB: (25,24,25)

Color info

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

RGB color model

#191819 color RGB value is (25,24,25).

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

RGB channels and saturation

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

25
24
25

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

Portions of RGB colors in percentages

R + G + B =
25 + 24 + 25 = 74 (100%)
R 25 of 74 ~ 33.78%
G 24 of 74 ~ 32.43%
B 25 of 74 ~ 33.78%

%33.78
%32.43
%33.78

CMYK color model

#191819 color CMYK value is (0,4,0,90).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,4,0,90)
C0M4Y0K90 
(0%,4%,0%,90%)
(0.00/0.04/0.00/0.90)	

CMYK percentages

%0
%4
%0
%90.2

Codes

Color #191819 in popluar color models

191819
RGB252425
HSL300°2.04%9.61%
HSB/HSV300°4.00%9.80%
CMYK0.00%4.00%0.00%
90.20%

Color #191819 in popluar number systems.

HEX191819
Decimal252425
Binary110011100011001
Octal313031

Shades and tints

Shades of #191819

#191819
(25,24,25)
#171617
(23,22,23)
#151415
(21,20,21)
#131213
(19,18,19)
#111011
(17,16,17)
#0F0E0F
(15,14,15)
#0D0C0D
(13,12,13)
#0B0A0B
(11,10,11)
#090809
(9,8,9)
#070607
(7,6,7)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #191819

#191819
(25,24,25)
#2D2D2D
(45,45,45)
#414241
(65,66,65)
#555755
(85,87,85)
#696C69
(105,108,105)
#7D817D
(125,129,125)
#919691
(145,150,145)
#A5ABA5
(165,171,165)
#B9C0B9
(185,192,185)
#CDD5CD
(205,213,205)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191819; }

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

This text font color is #191819.


Background Color

.myBgColor { background-color: #191819; }

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

This div background color is #191819.


Border color

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

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

This div border color is #191819.


Opacity

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

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

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

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

This text has shadow with #191819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191819 on black background.


Color preview on white background

This text has color #191819 on white background.



Black color preview on #191819 background

This text has black color on #191819 background.


White color preview on #191819 background

This text has white color on #191819 background.