COLOR #190019

HEX: #190019
RGB: (25,0,25)

Color info

#190019 contains only red and blue colors. Web safe color of #190019 is #000000 (or #000).

RGB color model

#190019 color RGB value is (25,0,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 0 of 255 = 0%
B 25 of 255 = 10%

25
0
25

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

Portions of RGB colors in percentages

R + G + B =
25 + 0 + 25 = 50 (100%)
R 25 of 50 ~ 50%
G 0 of 50 ~ 0%
B 25 of 50 ~ 50%

%50
%50

CMYK color model

#190019 color CMYK value is (0,100,0,90).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(0,100,0,90)
C0M100Y0K90 
(0%,100%,0%,90%)
(0.00/1.00/0.00/0.90)	

CMYK percentages

%0
%100
%0
%90.2

Codes

Color #190019 in popluar color models

190019
RGB25025
HSL300°100.00%4.90%
HSB/HSV300°100.00%9.80%
CMYK0.00%100.00%0.00%
90.20%

Color #190019 in popluar number systems.

HEX190019
Decimal25025
Binary11001011001
Octal31031

Shades and tints

Shades of #190019

#190019
(25,0,25)
#170017
(23,0,23)
#150015
(21,0,21)
#130013
(19,0,19)
#110011
(17,0,17)
#0F000F
(15,0,15)
#0D000D
(13,0,13)
#0B000B
(11,0,11)
#090009
(9,0,9)
#070007
(7,0,7)
#050005
(5,0,5)
#000000
(0,0,0)

Tints of #190019

#190019
(25,0,25)
#2D172D
(45,23,45)
#412E41
(65,46,65)
#554555
(85,69,85)
#695C69
(105,92,105)
#7D737D
(125,115,125)
#918A91
(145,138,145)
#A5A1A5
(165,161,165)
#B9B8B9
(185,184,185)
#CDCFCD
(205,207,205)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190019; }

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

This text font color is #190019.


Background Color

.myBgColor { background-color: #190019; }

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

This div background color is #190019.


Border color

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

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

This div border color is #190019.


Opacity

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

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

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

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

This text has shadow with #190019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190019 on black background.


Color preview on white background

This text has color #190019 on white background.



Black color preview on #190019 background

This text has black color on #190019 background.


White color preview on #190019 background

This text has white color on #190019 background.