COLOR #041121

HEX: #041121 RGB: (4,17,33)

Color info

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

RGB color model

#041121 color RGB value is (4,17,33).

RGB: (4,17,33) (2%, 7%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 33 of 255 = 13%

4
17
33

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

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 33 = 54 (100%)
R 4 of 54 ~ 7.41%
G 17 of 54 ~ 31.48%
B 33 of 54 ~ 61.11'%

%31.48
%61.11

CMYK color model

#041121 color CMYK value is (88,48,0,87).

  • cyan value is 87.88%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (88,48,0,87)
C88M48Y0K87 (88%, 48%, 0%, 87%)
(0.88 / 0.48 / 0.00 / 0.87)

CMYK percentages

%87.88
%48.48
%0
%87.06

Codes

Color #041121 in popluar color models

04 11 21
RGB 4 17 33
HSL 213° 78.38% 7.25%
HSB/HSV 213° 87.88% 12.94%
CMYK 87.88% 48.48% 0.00%
87.06%

Color #041121 in popluar number systems.

HEX 04 11 21
Decimal 4 17 33
Binary 100 10001 100001
Octal 4 21 41

Shades and tints

Shades of #041121

#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)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #041121

#041121
(4,17,33)
#1A2635
(26,38,53)
#303B49
(48,59,73)
#46505D
(70,80,93)
#5C6571
(92,101,113)
#727A85
(114,122,133)
#888F99
(136,143,153)
#9EA4AD
(158,164,173)
#B4B9C1
(180,185,193)
#CACED5
(202,206,213)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041121; }

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

This text font color is #041121.

Background Color

.myBgColor { background-color: #041121; }

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

This div background color is #041121.

Border color

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

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

This div border color is #041121.

Opacity

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

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

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

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

This text has shadow with #041121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041121.

Preview

Color preview on black background

This text has color #041121 on black background.


Color preview on white background

This text has color #041121 on white background.


Black color preview on #041121 background

This text has black color on #041121 background.


White color preview on #041121 background

This text has white color on #041121 background.


Related colors

Complementary color

Complementary color for #hex is #FBEEDE.


I love getcolorcode.com

Triadic colors

1 #210411 and #112104 with #041121 are triadic colors.

2 #211104 and #110421 with #041121 are triadic colors.