COLOR #041831

HEX: #041831 RGB: (4,24,49)

Color info

#041831 contains red, green and blue colors in about the same proportion. Web safe color of #041831 is #000033 (or #003).

RGB color model

#041831 color RGB value is (4,24,49).

RGB: (4,24,49) (2%, 9%, 19%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 49 of 255 = 19%

4
24
49

R + G + B ~ 10%. #041831 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 24 + 49 = 77 (100%)
R 4 of 77 ~ 5.19%
G 24 of 77 ~ 31.17%
B 49 of 77 ~ 63.64'%

%31.17
%63.64

CMYK color model

#041831 color CMYK value is (92,51,0,81).

  • cyan value is 91.84%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (92,51,0,81)
C92M51Y0K81 (92%, 51%, 0%, 81%)
(0.92 / 0.51 / 0.00 / 0.81)

CMYK percentages

%91.84
%51.02
%0
%80.78

Codes

Color #041831 in popluar color models

04 18 31
RGB 4 24 49
HSL 213° 84.91% 10.39%
HSB/HSV 213° 91.84% 19.22%
CMYK 91.84% 51.02% 0.00%
80.78%

Color #041831 in popluar number systems.

HEX 04 18 31
Decimal 4 24 49
Binary 100 11000 110001
Octal 4 30 61

Shades and tints

Shades of #041831

#041831
(4,24,49)
#04162D
(4,22,45)
#041429
(4,20,41)
#041225
(4,18,37)
#041021
(4,16,33)
#040E1D
(4,14,29)
#040C19
(4,12,25)
#040A15
(4,10,21)
#040811
(4,8,17)
#04060D
(4,6,13)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #041831

#041831
(4,24,49)
#1A2D43
(26,45,67)
#304255
(48,66,85)
#465767
(70,87,103)
#5C6C79
(92,108,121)
#72818B
(114,129,139)
#88969D
(136,150,157)
#9EABAF
(158,171,175)
#B4C0C1
(180,192,193)
#CAD5D3
(202,213,211)
#E0EAE5
(224,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041831; }

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

This text font color is #041831.

Background Color

.myBgColor { background-color: #041831; }

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

This div background color is #041831.

Border color

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

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

This div border color is #041831.

Opacity

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

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

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

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

This text has shadow with #041831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041831.

Preview

Color preview on black background

This text has color #041831 on black background.


Color preview on white background

This text has color #041831 on white background.


Black color preview on #041831 background

This text has black color on #041831 background.


White color preview on #041831 background

This text has white color on #041831 background.


Related colors

Complementary color

Complementary color for #hex is #FBE7CE.


I love getcolorcode.com

Triadic colors

1 #310418 and #183104 with #041831 are triadic colors.

2 #311804 and #180431 with #041831 are triadic colors.