COLOR #040E19

HEX: #040E19
RGB: (4,14,25)

Color info

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

RGB color model

#040E19 color RGB value is (4,14,25).

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

RGB channels and saturation

R 4 of 255 = 2%
G 14 of 255 = 5%
B 25 of 255 = 10%

4
14
25

R + G + B ~ 6%. #040E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 14 + 25 = 43 (100%)
R 4 of 43 ~ 9.3%
G 14 of 43 ~ 32.56%
B 25 of 43 ~ 58.14%

%32.56
%58.14

CMYK color model

#040E19 color CMYK value is (84,44,0,90).

  • cyan value is 84.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(84,44,0,90)
C84M44Y0K90 
(84%,44%,0%,90%)
(0.84/0.44/0.00/0.90)	

CMYK percentages

%84
%44
%0
%90.2

Codes

Color #040E19 in popluar color models

040E19
RGB41425
HSL211°72.41%5.69%
HSB/HSV211°84.00%9.80%
CMYK84.00%44.00%0.00%
90.20%

Color #040E19 in popluar number systems.

HEX040E19
Decimal41425
Binary100111011001
Octal41631

Shades and tints

Shades of #040E19

#040E19
(4,14,25)
#040D17
(4,13,23)
#040C15
(4,12,21)
#040B13
(4,11,19)
#040A11
(4,10,17)
#04090F
(4,9,15)
#04080D
(4,8,13)
#04070B
(4,7,11)
#040609
(4,6,9)
#040507
(4,5,7)
#040405
(4,4,5)
#000000
(0,0,0)

Tints of #040E19

#040E19
(4,14,25)
#1A232D
(26,35,45)
#303841
(48,56,65)
#464D55
(70,77,85)
#5C6269
(92,98,105)
#72777D
(114,119,125)
#888C91
(136,140,145)
#9EA1A5
(158,161,165)
#B4B6B9
(180,182,185)
#CACBCD
(202,203,205)
#E0E0E1
(224,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040E19; }

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

This text font color is #040E19.


Background Color

.myBgColor { background-color: #040E19; }

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

This div background color is #040E19.


Border color

.myBorderColor { border: 1px solid #040E19; }

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

This div border color is #040E19.


Opacity

.myOpacity80 { color: #040E19; opacity: 0.8; }

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

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

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

This text has shadow with #040E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040E19 on black background.


Color preview on white background

This text has color #040E19 on white background.



Black color preview on #040E19 background

This text has black color on #040E19 background.


White color preview on #040E19 background

This text has white color on #040E19 background.