COLOR #221D31

HEX: #221D31 RGB: (34,29,49)

Color info

#221D31 contains red, green and blue colors in about the same proportion. Web safe color of #221D31 is #333333 (or #333).

RGB color model

#221D31 color RGB value is (34,29,49).

RGB: (34,29,49) (13%, 11%, 19%)

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 49 of 255 = 19%

34
29
49

R + G + B ~ 14%. #221D31 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 29 + 49 = 112 (100%)
R 34 of 112 ~ 30.36%
G 29 of 112 ~ 25.89%
B 49 of 112 ~ 43.75'%

%30.36
%25.89
%43.75

CMYK color model

#221D31 color CMYK value is (31,41,0,81).

  • cyan value is 30.61%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (31,41,0,81)
C31M41Y0K81 (31%, 41%, 0%, 81%)
(0.31 / 0.41 / 0.00 / 0.81)

CMYK percentages

%30.61
%40.82
%0
%80.78

Codes

Color #221D31 in popluar color models

22 1D 31
RGB 34 29 49
HSL 255° 25.64% 15.29%
HSB/HSV 255° 40.82% 19.22%
CMYK 30.61% 40.82% 0.00%
80.78%

Color #221D31 in popluar number systems.

HEX 22 1D 31
Decimal 34 29 49
Binary 100010 11101 110001
Octal 42 35 61

Shades and tints

Shades of #221D31

#221D31
(34,29,49)
#1F1B2D
(31,27,45)
#1C1929
(28,25,41)
#191725
(25,23,37)
#161521
(22,21,33)
#13131D
(19,19,29)
#101119
(16,17,25)
#0D0F15
(13,15,21)
#0A0D11
(10,13,17)
#070B0D
(7,11,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #221D31

#221D31
(34,29,49)
#363143
(54,49,67)
#4A4555
(74,69,85)
#5E5967
(94,89,103)
#726D79
(114,109,121)
#86818B
(134,129,139)
#9A959D
(154,149,157)
#AEA9AF
(174,169,175)
#C2BDC1
(194,189,193)
#D6D1D3
(214,209,211)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221D31 color. Also use rgb(34,29,49) instead hex code.

Text Font Color

.myTextColor { color: #221D31; }

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

This text font color is #221D31.

Background Color

.myBgColor { background-color: #221D31; }

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

This div background color is #221D31.

Border color

.myBorderColor { border: 1px solid #221D31; }

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

This div border color is #221D31.

Opacity

.myOpacity80 { color: #221D31; opacity: 0.8; }

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

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

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

This text has shadow with #221D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221D31.

Preview

Color preview on black background

This text has color #221D31 on black background.


Color preview on white background

This text has color #221D31 on white background.


Black color preview on #221D31 background

This text has black color on #221D31 background.


White color preview on #221D31 background

This text has white color on #221D31 background.


Related colors

Complementary color

Complementary color for #hex is #DDE2CE.


I love getcolorcode.com

Triadic colors

1 #31221D and #1D3122 with #221D31 are triadic colors.

2 #311D22 and #1D2231 with #221D31 are triadic colors.