COLOR #041224

HEX: #041224 RGB: (4,18,36)

Color info

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

RGB color model

#041224 color RGB value is (4,18,36).

RGB: (4,18,36) (2%, 7%, 14%)

RGB channels and saturation

R 4 of 255 = 2%
G 18 of 255 = 7%
B 36 of 255 = 14%

4
18
36

R + G + B ~ 8%. #041224 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 18 + 36 = 58 (100%)
R 4 of 58 ~ 6.9%
G 18 of 58 ~ 31.03%
B 36 of 58 ~ 62.07'%

%31.03
%62.07

CMYK color model

#041224 color CMYK value is (89,50,0,86).

  • cyan value is 88.89%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (89,50,0,86)
C89M50Y0K86 (89%, 50%, 0%, 86%)
(0.89 / 0.50 / 0.00 / 0.86)

CMYK percentages

%88.89
%50
%0
%85.88

Codes

Color #041224 in popluar color models

04 12 24
RGB 4 18 36
HSL 214° 80.00% 7.84%
HSB/HSV 214° 88.89% 14.12%
CMYK 88.89% 50.00% 0.00%
85.88%

Color #041224 in popluar number systems.

HEX 04 12 24
Decimal 4 18 36
Binary 100 10010 100100
Octal 4 22 44

Shades and tints

Shades of #041224

#041224
(4,18,36)
#041121
(4,17,33)
#04101E
(4,16,30)
#040F1B
(4,15,27)
#040E18
(4,14,24)
#040D15
(4,13,21)
#040C12
(4,12,18)
#040B0F
(4,11,15)
#040A0C
(4,10,12)
#040909
(4,9,9)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #041224

#041224
(4,18,36)
#1A2737
(26,39,55)
#303C4A
(48,60,74)
#46515D
(70,81,93)
#5C6670
(92,102,112)
#727B83
(114,123,131)
#889096
(136,144,150)
#9EA5A9
(158,165,169)
#B4BABC
(180,186,188)
#CACFCF
(202,207,207)
#E0E4E2
(224,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041224; }

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

This text font color is #041224.

Background Color

.myBgColor { background-color: #041224; }

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

This div background color is #041224.

Border color

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

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

This div border color is #041224.

Opacity

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

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

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

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

This text has shadow with #041224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041224.

Preview

Color preview on black background

This text has color #041224 on black background.


Color preview on white background

This text has color #041224 on white background.


Black color preview on #041224 background

This text has black color on #041224 background.


White color preview on #041224 background

This text has white color on #041224 background.


Related colors

Complementary color

Complementary color for #hex is #FBEDDB.


I love getcolorcode.com

Triadic colors

1 #240412 and #122404 with #041224 are triadic colors.

2 #241204 and #120424 with #041224 are triadic colors.