COLOR #190619

HEX: #190619
RGB: (25,6,25)

Color info

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

RGB color model

#190619 color RGB value is (25,6,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 6 of 255 = 2%
B 25 of 255 = 10%

25
6
25

R + G + B ~ 7%. #190619 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 6 + 25 = 56 (100%)
R 25 of 56 ~ 44.64%
G 6 of 56 ~ 10.71%
B 25 of 56 ~ 44.64%

%44.64
%10.71
%44.64

CMYK color model

#190619 color CMYK value is (0,76,0,90).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,76,0,90)
C0M76Y0K90 
(0%,76%,0%,90%)
(0.00/0.76/0.00/0.90)	

CMYK percentages

%0
%76
%0
%90.2

Codes

Color #190619 in popluar color models

190619
RGB25625
HSL300°61.29%6.08%
HSB/HSV300°76.00%9.80%
CMYK0.00%76.00%0.00%
90.20%

Color #190619 in popluar number systems.

HEX190619
Decimal25625
Binary1100111011001
Octal31631

Shades and tints

Shades of #190619

#190619
(25,6,25)
#170617
(23,6,23)
#150615
(21,6,21)
#130613
(19,6,19)
#110611
(17,6,17)
#0F060F
(15,6,15)
#0D060D
(13,6,13)
#0B060B
(11,6,11)
#090609
(9,6,9)
#070607
(7,6,7)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #190619

#190619
(25,6,25)
#2D1C2D
(45,28,45)
#413241
(65,50,65)
#554855
(85,72,85)
#695E69
(105,94,105)
#7D747D
(125,116,125)
#918A91
(145,138,145)
#A5A0A5
(165,160,165)
#B9B6B9
(185,182,185)
#CDCCCD
(205,204,205)
#E1E2E1
(225,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190619; }

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

This text font color is #190619.


Background Color

.myBgColor { background-color: #190619; }

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

This div background color is #190619.


Border color

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

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

This div border color is #190619.


Opacity

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

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

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

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

This text has shadow with #190619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190619 on black background.


Color preview on white background

This text has color #190619 on white background.



Black color preview on #190619 background

This text has black color on #190619 background.


White color preview on #190619 background

This text has white color on #190619 background.