COLOR #040019

HEX: #040019
RGB: (4,0,25)

Color info

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

RGB color model

#040019 color RGB value is (4,0,25).

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

RGB channels and saturation

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

4
0
25

R + G + B ~ 4%. #040019 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 0 + 25 = 29 (100%)
R 4 of 29 ~ 13.79%
G 0 of 29 ~ 0%
B 25 of 29 ~ 86.21%

%13.79
%86.21

CMYK color model

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

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

CMYK percentages

%84
%100
%0
%90.2

Codes

Color #040019 in popluar color models

040019
RGB4025
HSL250°100.00%4.90%
HSB/HSV250°100.00%9.80%
CMYK84.00%100.00%0.00%
90.20%

Color #040019 in popluar number systems.

HEX040019
Decimal4025
Binary100011001
Octal4031

Shades and tints

Shades of #040019

#040019
(4,0,25)
#040017
(4,0,23)
#040015
(4,0,21)
#040013
(4,0,19)
#040011
(4,0,17)
#04000F
(4,0,15)
#04000D
(4,0,13)
#04000B
(4,0,11)
#040009
(4,0,9)
#040007
(4,0,7)
#040005
(4,0,5)
#000000
(0,0,0)

Tints of #040019

#040019
(4,0,25)
#1A172D
(26,23,45)
#302E41
(48,46,65)
#464555
(70,69,85)
#5C5C69
(92,92,105)
#72737D
(114,115,125)
#888A91
(136,138,145)
#9EA1A5
(158,161,165)
#B4B8B9
(180,184,185)
#CACFCD
(202,207,205)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040019; }

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

This text font color is #040019.


Background Color

.myBgColor { background-color: #040019; }

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

This div background color is #040019.


Border color

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

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

This div border color is #040019.


Opacity

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

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

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

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

This text has shadow with #040019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040019 on black background.


Color preview on white background

This text has color #040019 on white background.



Black color preview on #040019 background

This text has black color on #040019 background.


White color preview on #040019 background

This text has white color on #040019 background.