COLOR #221D30

HEX: #221D30
RGB: (34,29,48)

Color info

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

RGB color model

#221D30 color RGB value is (34,29,48).

  • red value is 34;
  • green value is 29;
  • blue value is 48.
RGB:
(34,29,48)
(13%,11%,19%)

RGB channels and saturation

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

34
29
48

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

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 48 = 111 (100%)
R 34 of 111 ~ 30.63%
G 29 of 111 ~ 26.13%
B 48 of 111 ~ 43.24%

%30.63
%26.13
%43.24

CMYK color model

#221D30 color CMYK value is (29,40,0,81).

  • cyan value is 29.17%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(29,40,0,81)
C29M40Y0K81 
(29%,40%,0%,81%)
(0.29/0.40/0.00/0.81)	

CMYK percentages

%29.17
%39.58
%0
%81.18

Codes

Color #221D30 in popluar color models

221D30
RGB342948
HSL256°24.68%15.10%
HSB/HSV256°39.58%18.82%
CMYK29.17%39.58%0.00%
81.18%

Color #221D30 in popluar number systems.

HEX221D30
Decimal342948
Binary10001011101110000
Octal423560

Shades and tints

Shades of #221D30

#221D30
(34,29,48)
#1F1B2C
(31,27,44)
#1C1928
(28,25,40)
#191724
(25,23,36)
#161520
(22,21,32)
#13131C
(19,19,28)
#101118
(16,17,24)
#0D0F14
(13,15,20)
#0A0D10
(10,13,16)
#070B0C
(7,11,12)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #221D30

#221D30
(34,29,48)
#363142
(54,49,66)
#4A4554
(74,69,84)
#5E5966
(94,89,102)
#726D78
(114,109,120)
#86818A
(134,129,138)
#9A959C
(154,149,156)
#AEA9AE
(174,169,174)
#C2BDC0
(194,189,192)
#D6D1D2
(214,209,210)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221D30; }

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

This text font color is #221D30.


Background Color

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

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

This div background color is #221D30.


Border color

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

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

This div border color is #221D30.


Opacity

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

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

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

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

This text has shadow with #221D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D30 on black background.


Color preview on white background

This text has color #221D30 on white background.



Black color preview on #221D30 background

This text has black color on #221D30 background.


White color preview on #221D30 background

This text has white color on #221D30 background.