COLOR #040A19

HEX: #040A19 RGB: (4,10,25)

Color info

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

RGB color model

#040A19 color RGB value is (4,10,25).

RGB: (4,10,25) (2%, 4%, 10%)

RGB channels and saturation

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

4
10
25

R + G + B ~ 5%. #040A19 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 10 + 25 = 39 (100%)
R 4 of 39 ~ 10.26%
G 10 of 39 ~ 25.64%
B 25 of 39 ~ 64.1'%

%25.64
%64.1

CMYK color model

#040A19 color CMYK value is (84,60,0,90).

  • cyan value is 84.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (84,60,0,90)
C84M60Y0K90 (84%, 60%, 0%, 90%)
(0.84 / 0.60 / 0.00 / 0.90)

CMYK percentages

%84
%60
%0
%90.2

Codes

Color #040A19 in popluar color models

04 0A 19
RGB 4 10 25
HSL 223° 72.41% 5.69%
HSB/HSV 223° 84.00% 9.80%
CMYK 84.00% 60.00% 0.00%
90.20%

Color #040A19 in popluar number systems.

HEX 04 0A 19
Decimal 4 10 25
Binary 100 1010 11001
Octal 4 12 31

Shades and tints

Shades of #040A19

#040A19
(4,10,25)
#040A17
(4,10,23)
#040A15
(4,10,21)
#040A13
(4,10,19)
#040A11
(4,10,17)
#040A0F
(4,10,15)
#040A0D
(4,10,13)
#040A0B
(4,10,11)
#040A09
(4,10,9)
#040A07
(4,10,7)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #040A19

#040A19
(4,10,25)
#1A202D
(26,32,45)
#303641
(48,54,65)
#464C55
(70,76,85)
#5C6269
(92,98,105)
#72787D
(114,120,125)
#888E91
(136,142,145)
#9EA4A5
(158,164,165)
#B4BAB9
(180,186,185)
#CAD0CD
(202,208,205)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040A19; }

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

This text font color is #040A19.

Background Color

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

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

This div background color is #040A19.

Border color

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

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

This div border color is #040A19.

Opacity

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

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

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

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

This text has shadow with #040A19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040A19.

Preview

Color preview on black background

This text has color #040A19 on black background.


Color preview on white background

This text has color #040A19 on white background.


Black color preview on #040A19 background

This text has black color on #040A19 background.


White color preview on #040A19 background

This text has white color on #040A19 background.


Related colors

Complementary color

Complementary color for #hex is #FBF5E6.


I love getcolorcode.com

Triadic colors

1 #19040A and #0A1904 with #040A19 are triadic colors.

2 #190A04 and #0A0419 with #040A19 are triadic colors.