COLOR #041919

HEX: #041919 RGB: (4,25,25)

Color info

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

RGB color model

#041919 color RGB value is (4,25,25).

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

RGB channels and saturation

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

4
25
25

R + G + B ~ 7%. #041919 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 25 + 25 = 54 (100%)
R 4 of 54 ~ 7.41%
G 25 of 54 ~ 46.3%
B 25 of 54 ~ 46.3'%

%46.3
%46.3

CMYK color model

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

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

CMYK: (84,0,0,90)
C84M0Y0K90 (84%, 0%, 0%, 90%)
(0.84 / 0.00 / 0.00 / 0.90)

CMYK percentages

%84
%0
%0
%90.2

Codes

Color #041919 in popluar color models

04 19 19
RGB 4 25 25
HSL 180° 72.41% 5.69%
HSB/HSV 180° 84.00% 9.80%
CMYK 84.00% 0.00% 0.00%
90.20%

Color #041919 in popluar number systems.

HEX 04 19 19
Decimal 4 25 25
Binary 100 11001 11001
Octal 4 31 31

Shades and tints

Shades of #041919

#041919
(4,25,25)
#041717
(4,23,23)
#041515
(4,21,21)
#041313
(4,19,19)
#041111
(4,17,17)
#040F0F
(4,15,15)
#040D0D
(4,13,13)
#040B0B
(4,11,11)
#040909
(4,9,9)
#040707
(4,7,7)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #041919

#041919
(4,25,25)
#1A2D2D
(26,45,45)
#304141
(48,65,65)
#465555
(70,85,85)
#5C6969
(92,105,105)
#727D7D
(114,125,125)
#889191
(136,145,145)
#9EA5A5
(158,165,165)
#B4B9B9
(180,185,185)
#CACDCD
(202,205,205)
#E0E1E1
(224,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041919; }

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

This text font color is #041919.

Background Color

.myBgColor { background-color: #041919; }

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

This div background color is #041919.

Border color

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

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

This div border color is #041919.

Opacity

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

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

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

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

This text has shadow with #041919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041919.

Preview

Color preview on black background

This text has color #041919 on black background.


Color preview on white background

This text has color #041919 on white background.


Black color preview on #041919 background

This text has black color on #041919 background.


White color preview on #041919 background

This text has white color on #041919 background.


Related colors

Complementary color

Complementary color for #hex is #FBE6E6.


I love getcolorcode.com