COLOR #041B21

HEX: #041B21 RGB: (4,27,33)

Color info

#041B21 contains red, green and blue colors in about the same proportion. Web safe color of #041B21 is #003333 (or #033).

RGB color model

#041B21 color RGB value is (4,27,33).

RGB: (4,27,33) (2%, 11%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 27 of 255 = 11%
B 33 of 255 = 13%

4
27
33

R + G + B ~ 9%. #041B21 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 27 + 33 = 64 (100%)
R 4 of 64 ~ 6.25%
G 27 of 64 ~ 42.19%
B 33 of 64 ~ 51.56'%

%42.19
%51.56

CMYK color model

#041B21 color CMYK value is (88,18,0,87).

  • cyan value is 87.88%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (88,18,0,87) C88M18Y0K87 (88%,18%,0%,87%) (0.88/0.18/0.00/0.87) 

CMYK percentages

%87.88
%18.18
%0
%87.06

Codes

Color #041B21 in popluar color models

04 1B 21
RGB 4 27 33
HSL 192° 78.38% 7.25%
HSB/HSV 192° 87.88% 12.94%
CMYK 87.88% 18.18% 0.00%
87.06%

Color #041B21 in popluar number systems.

HEX 04 1B 21
Decimal 4 27 33
Binary 100 11011 100001
Octal 4 33 41

Shades and tints

Shades of #041B21

#041B21
(4,27,33)
#04191E
(4,25,30)
#04171B
(4,23,27)
#041518
(4,21,24)
#041315
(4,19,21)
#041112
(4,17,18)
#040F0F
(4,15,15)
#040D0C
(4,13,12)
#040B09
(4,11,9)
#040906
(4,9,6)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #041B21

#041B21
(4,27,33)
#1A2F35
(26,47,53)
#304349
(48,67,73)
#46575D
(70,87,93)
#5C6B71
(92,107,113)
#727F85
(114,127,133)
#889399
(136,147,153)
#9EA7AD
(158,167,173)
#B4BBC1
(180,187,193)
#CACFD5
(202,207,213)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041B21; }

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

This text font color is #041B21.

Background Color

.myBgColor { background-color: #041B21; }

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

This div background color is #041B21.

Border color

.myBorderColor { border: 1px solid #041B21; }

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

This div border color is #041B21.

Opacity

.myOpacity80 { color: #041B21; opacity: 0.8; }

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

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

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

This text has shadow with #041B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041B21.

Preview

Color preview on black background

This text has color #041B21 on black background.


Color preview on white background

This text has color #041B21 on white background.


Black color preview on #041B21 background

This text has black color on #041B21 background.


White color preview on #041B21 background

This text has white color on #041B21 background.


Related colors

Complementary color

Complementary color for #hex is #FBE4DE.


I love getcolorcode.com

Triadic colors

1 #21041B and #1B2104 with #041B21 are triadic colors.

2 #211B04 and #1B0421 with #041B21 are triadic colors.