COLOR #040319

HEX: #040319
RGB: (4,3,25)

Color info

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

RGB color model

#040319 color RGB value is (4,3,25).

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

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 25 of 255 = 10%

4
3
25

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

Portions of RGB colors in percentages

R + G + B =
4 + 3 + 25 = 32 (100%)
R 4 of 32 ~ 12.5%
G 3 of 32 ~ 9.38%
B 25 of 32 ~ 78.13%

%12.5
%78.13

CMYK color model

#040319 color CMYK value is (84,88,0,90).

  • cyan value is 84.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(84,88,0,90)
C84M88Y0K90 
(84%,88%,0%,90%)
(0.84/0.88/0.00/0.90)	

CMYK percentages

%84
%88
%0
%90.2

Codes

Color #040319 in popluar color models

040319
RGB4325
HSL243°78.57%5.49%
HSB/HSV243°88.00%9.80%
CMYK84.00%88.00%0.00%
90.20%

Color #040319 in popluar number systems.

HEX040319
Decimal4325
Binary1001111001
Octal4331

Shades and tints

Shades of #040319

#040319
(4,3,25)
#040317
(4,3,23)
#040315
(4,3,21)
#040313
(4,3,19)
#040311
(4,3,17)
#04030F
(4,3,15)
#04030D
(4,3,13)
#04030B
(4,3,11)
#040309
(4,3,9)
#040307
(4,3,7)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #040319

#040319
(4,3,25)
#1A192D
(26,25,45)
#302F41
(48,47,65)
#464555
(70,69,85)
#5C5B69
(92,91,105)
#72717D
(114,113,125)
#888791
(136,135,145)
#9E9DA5
(158,157,165)
#B4B3B9
(180,179,185)
#CAC9CD
(202,201,205)
#E0DFE1
(224,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040319; }

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

This text font color is #040319.


Background Color

.myBgColor { background-color: #040319; }

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

This div background color is #040319.


Border color

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

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

This div border color is #040319.


Opacity

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

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

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

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

This text has shadow with #040319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040319 on black background.


Color preview on white background

This text has color #040319 on white background.



Black color preview on #040319 background

This text has black color on #040319 background.


White color preview on #040319 background

This text has white color on #040319 background.