COLOR #041119

HEX: #041119 RGB: (4,17,25)

Color info

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

RGB color model

#041119 color RGB value is (4,17,25).

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

RGB channels and saturation

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

4
17
25

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

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 25 = 46 (100%)
R 4 of 46 ~ 8.7%
G 17 of 46 ~ 36.96%
B 25 of 46 ~ 54.35'%

%36.96
%54.35

CMYK color model

#041119 color CMYK value is (84,32,0,90).

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

CMYK: (84,32,0,90)
C84M32Y0K90 (84%, 32%, 0%, 90%)
(0.84 / 0.32 / 0.00 / 0.90)

CMYK percentages

%84
%32
%0
%90.2

Codes

Color #041119 in popluar color models

04 11 19
RGB 4 17 25
HSL 203° 72.41% 5.69%
HSB/HSV 203° 84.00% 9.80%
CMYK 84.00% 32.00% 0.00%
90.20%

Color #041119 in popluar number systems.

HEX 04 11 19
Decimal 4 17 25
Binary 100 10001 11001
Octal 4 21 31

Shades and tints

Shades of #041119

#041119
(4,17,25)
#041017
(4,16,23)
#040F15
(4,15,21)
#040E13
(4,14,19)
#040D11
(4,13,17)
#040C0F
(4,12,15)
#040B0D
(4,11,13)
#040A0B
(4,10,11)
#040909
(4,9,9)
#040807
(4,8,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #041119

#041119
(4,17,25)
#1A262D
(26,38,45)
#303B41
(48,59,65)
#465055
(70,80,85)
#5C6569
(92,101,105)
#727A7D
(114,122,125)
#888F91
(136,143,145)
#9EA4A5
(158,164,165)
#B4B9B9
(180,185,185)
#CACECD
(202,206,205)
#E0E3E1
(224,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041119; }

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

This text font color is #041119.

Background Color

.myBgColor { background-color: #041119; }

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

This div background color is #041119.

Border color

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

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

This div border color is #041119.

Opacity

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

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

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

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

This text has shadow with #041119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041119.

Preview

Color preview on black background

This text has color #041119 on black background.


Color preview on white background

This text has color #041119 on white background.


Black color preview on #041119 background

This text has black color on #041119 background.


White color preview on #041119 background

This text has white color on #041119 background.


Related colors

Complementary color

Complementary color for #hex is #FBEEE6.


I love getcolorcode.com

Triadic colors

1 #190411 and #111904 with #041119 are triadic colors.

2 #191104 and #110419 with #041119 are triadic colors.