COLOR #221320

HEX: #221320
RGB: (34,19,32)

Color info

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

RGB color model

#221320 color RGB value is (34,19,32).

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

RGB channels and saturation

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

34
19
32

R + G + B ~ 11%. #221320 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 32 = 85 (100%)
R 34 of 85 ~ 40%
G 19 of 85 ~ 22.35%
B 32 of 85 ~ 37.65%

%40
%22.35
%37.65

CMYK color model

#221320 color CMYK value is (0,44,6,87).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 5.88%
  • key color value is 86.67%
CMYK:
(0,44,6,87)
C0M44Y6K87 
(0%,44%,6%,87%)
(0.00/0.44/0.06/0.87)	

CMYK percentages

%0
%44.12
%5.88
%86.67

Codes

Color #221320 in popluar color models

221320
RGB341932
HSL308°28.30%10.39%
HSB/HSV308°44.12%13.33%
CMYK0.00%44.12%5.88%
86.67%

Color #221320 in popluar number systems.

HEX221320
Decimal341932
Binary10001010011100000
Octal422340

Shades and tints

Shades of #221320

#221320
(34,19,32)
#1F121E
(31,18,30)
#1C111C
(28,17,28)
#19101A
(25,16,26)
#160F18
(22,15,24)
#130E16
(19,14,22)
#100D14
(16,13,20)
#0D0C12
(13,12,18)
#0A0B10
(10,11,16)
#070A0E
(7,10,14)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #221320

#221320
(34,19,32)
#362834
(54,40,52)
#4A3D48
(74,61,72)
#5E525C
(94,82,92)
#726770
(114,103,112)
#867C84
(134,124,132)
#9A9198
(154,145,152)
#AEA6AC
(174,166,172)
#C2BBC0
(194,187,192)
#D6D0D4
(214,208,212)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221320; }

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

This text font color is #221320.


Background Color

.myBgColor { background-color: #221320; }

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

This div background color is #221320.


Border color

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

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

This div border color is #221320.


Opacity

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

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

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

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

This text has shadow with #221320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221320 on black background.


Color preview on white background

This text has color #221320 on white background.



Black color preview on #221320 background

This text has black color on #221320 background.


White color preview on #221320 background

This text has white color on #221320 background.