COLOR #192819

HEX: #192819
RGB: (25,40,25)

Color info

#192819 contains red, green and blue colors in about the same proportion. Web safe color of #192819 is #003300 (or #030).

RGB color model

#192819 color RGB value is (25,40,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 40 of 255 = 16%
B 25 of 255 = 10%

25
40
25

R + G + B ~ 12%. #192819 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 40 + 25 = 90 (100%)
R 25 of 90 ~ 27.78%
G 40 of 90 ~ 44.44%
B 25 of 90 ~ 27.78%

%27.78
%44.44
%27.78

CMYK color model

#192819 color CMYK value is (38,0,38,84).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 84.31%
CMYK:
(38,0,38,84)
C38M0Y38K84 
(38%,0%,38%,84%)
(0.38/0.00/0.38/0.84)	

CMYK percentages

%37.5
%0
%37.5
%84.31

Codes

Color #192819 in popluar color models

192819
RGB254025
HSL120°23.08%12.75%
HSB/HSV120°37.50%15.69%
CMYK37.50%0.00%37.50%
84.31%

Color #192819 in popluar number systems.

HEX192819
Decimal254025
Binary1100110100011001
Octal315031

Shades and tints

Shades of #192819

#192819
(25,40,25)
#172517
(23,37,23)
#152215
(21,34,21)
#131F13
(19,31,19)
#111C11
(17,28,17)
#0F190F
(15,25,15)
#0D160D
(13,22,13)
#0B130B
(11,19,11)
#091009
(9,16,9)
#070D07
(7,13,7)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #192819

#192819
(25,40,25)
#2D3B2D
(45,59,45)
#414E41
(65,78,65)
#556155
(85,97,85)
#697469
(105,116,105)
#7D877D
(125,135,125)
#919A91
(145,154,145)
#A5ADA5
(165,173,165)
#B9C0B9
(185,192,185)
#CDD3CD
(205,211,205)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192819; }

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

This text font color is #192819.


Background Color

.myBgColor { background-color: #192819; }

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

This div background color is #192819.


Border color

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

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

This div border color is #192819.


Opacity

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

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

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

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

This text has shadow with #192819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192819 on black background.


Color preview on white background

This text has color #192819 on white background.



Black color preview on #192819 background

This text has black color on #192819 background.


White color preview on #192819 background

This text has white color on #192819 background.