COLOR #192219

HEX: #192219
RGB: (25,34,25)

Color info

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

RGB color model

#192219 color RGB value is (25,34,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 34 of 255 = 13%
B 25 of 255 = 10%

25
34
25

R + G + B ~ 11%. #192219 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 34 + 25 = 84 (100%)
R 25 of 84 ~ 29.76%
G 34 of 84 ~ 40.48%
B 25 of 84 ~ 29.76%

%29.76
%40.48
%29.76

CMYK color model

#192219 color CMYK value is (26,0,26,87).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 86.67%
CMYK:
(26,0,26,87)
C26M0Y26K87 
(26%,0%,26%,87%)
(0.26/0.00/0.26/0.87)	

CMYK percentages

%26.47
%0
%26.47
%86.67

Codes

Color #192219 in popluar color models

192219
RGB253425
HSL120°15.25%11.57%
HSB/HSV120°26.47%13.33%
CMYK26.47%0.00%26.47%
86.67%

Color #192219 in popluar number systems.

HEX192219
Decimal253425
Binary1100110001011001
Octal314231

Shades and tints

Shades of #192219

#192219
(25,34,25)
#171F17
(23,31,23)
#151C15
(21,28,21)
#131913
(19,25,19)
#111611
(17,22,17)
#0F130F
(15,19,15)
#0D100D
(13,16,13)
#0B0D0B
(11,13,11)
#090A09
(9,10,9)
#070707
(7,7,7)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #192219

#192219
(25,34,25)
#2D362D
(45,54,45)
#414A41
(65,74,65)
#555E55
(85,94,85)
#697269
(105,114,105)
#7D867D
(125,134,125)
#919A91
(145,154,145)
#A5AEA5
(165,174,165)
#B9C2B9
(185,194,185)
#CDD6CD
(205,214,205)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192219; }

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

This text font color is #192219.


Background Color

.myBgColor { background-color: #192219; }

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

This div background color is #192219.


Border color

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

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

This div border color is #192219.


Opacity

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

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

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

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

This text has shadow with #192219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192219 on black background.


Color preview on white background

This text has color #192219 on white background.



Black color preview on #192219 background

This text has black color on #192219 background.


White color preview on #192219 background

This text has white color on #192219 background.