COLOR #221330

HEX: #221330
RGB: (34,19,48)

Color info

#221330 contains red, green and blue colors in about the same proportion. Web safe color of #221330 is #330033 (or #303).

RGB color model

#221330 color RGB value is (34,19,48).

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

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 48 of 255 = 19%

34
19
48

R + G + B ~ 13%. #221330 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 48 = 101 (100%)
R 34 of 101 ~ 33.66%
G 19 of 101 ~ 18.81%
B 48 of 101 ~ 47.52%

%33.66
%18.81
%47.52

CMYK color model

#221330 color CMYK value is (29,60,0,81).

  • cyan value is 29.17%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(29,60,0,81)
C29M60Y0K81 
(29%,60%,0%,81%)
(0.29/0.60/0.00/0.81)	

CMYK percentages

%29.17
%60.42
%0
%81.18

Codes

Color #221330 in popluar color models

221330
RGB341948
HSL271°43.28%13.14%
HSB/HSV271°60.42%18.82%
CMYK29.17%60.42%0.00%
81.18%

Color #221330 in popluar number systems.

HEX221330
Decimal341948
Binary10001010011110000
Octal422360

Shades and tints

Shades of #221330

#221330
(34,19,48)
#1F122C
(31,18,44)
#1C1128
(28,17,40)
#191024
(25,16,36)
#160F20
(22,15,32)
#130E1C
(19,14,28)
#100D18
(16,13,24)
#0D0C14
(13,12,20)
#0A0B10
(10,11,16)
#070A0C
(7,10,12)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #221330

#221330
(34,19,48)
#362842
(54,40,66)
#4A3D54
(74,61,84)
#5E5266
(94,82,102)
#726778
(114,103,120)
#867C8A
(134,124,138)
#9A919C
(154,145,156)
#AEA6AE
(174,166,174)
#C2BBC0
(194,187,192)
#D6D0D2
(214,208,210)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221330; }

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

This text font color is #221330.


Background Color

.myBgColor { background-color: #221330; }

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

This div background color is #221330.


Border color

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

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

This div border color is #221330.


Opacity

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

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

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

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

This text has shadow with #221330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221330 on black background.


Color preview on white background

This text has color #221330 on white background.



Black color preview on #221330 background

This text has black color on #221330 background.


White color preview on #221330 background

This text has white color on #221330 background.