COLOR #221920

HEX: #221920
RGB: (34,25,32)

Color info

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

RGB color model

#221920 color RGB value is (34,25,32).

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

RGB channels and saturation

R 34 of 255 = 13%
G 25 of 255 = 10%
B 32 of 255 = 13%

34
25
32

R + G + B ~ 12%. #221920 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 25 + 32 = 91 (100%)
R 34 of 91 ~ 37.36%
G 25 of 91 ~ 27.47%
B 32 of 91 ~ 35.16%

%37.36
%27.47
%35.16

CMYK color model

#221920 color CMYK value is (0,26,6,87).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 5.88%
  • key color value is 86.67%
CMYK:
(0,26,6,87)
C0M26Y6K87 
(0%,26%,6%,87%)
(0.00/0.26/0.06/0.87)	

CMYK percentages

%0
%26.47
%5.88
%86.67

Codes

Color #221920 in popluar color models

221920
RGB342532
HSL313°15.25%11.57%
HSB/HSV313°26.47%13.33%
CMYK0.00%26.47%5.88%
86.67%

Color #221920 in popluar number systems.

HEX221920
Decimal342532
Binary10001011001100000
Octal423140

Shades and tints

Shades of #221920

#221920
(34,25,32)
#1F171E
(31,23,30)
#1C151C
(28,21,28)
#19131A
(25,19,26)
#161118
(22,17,24)
#130F16
(19,15,22)
#100D14
(16,13,20)
#0D0B12
(13,11,18)
#0A0910
(10,9,16)
#07070E
(7,7,14)
#04050C
(4,5,12)
#000000
(0,0,0)

Tints of #221920

#221920
(34,25,32)
#362D34
(54,45,52)
#4A4148
(74,65,72)
#5E555C
(94,85,92)
#726970
(114,105,112)
#867D84
(134,125,132)
#9A9198
(154,145,152)
#AEA5AC
(174,165,172)
#C2B9C0
(194,185,192)
#D6CDD4
(214,205,212)
#EAE1E8
(234,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221920; }

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

This text font color is #221920.


Background Color

.myBgColor { background-color: #221920; }

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

This div background color is #221920.


Border color

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

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

This div border color is #221920.


Opacity

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

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

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

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

This text has shadow with #221920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221920 on black background.


Color preview on white background

This text has color #221920 on white background.



Black color preview on #221920 background

This text has black color on #221920 background.


White color preview on #221920 background

This text has white color on #221920 background.