COLOR #221B20

HEX: #221B20
RGB: (34,27,32)

Color info

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

RGB color model

#221B20 color RGB value is (34,27,32).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 32 of 255 = 13%

34
27
32

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

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 32 = 93 (100%)
R 34 of 93 ~ 36.56%
G 27 of 93 ~ 29.03%
B 32 of 93 ~ 34.41%

%36.56
%29.03
%34.41

CMYK color model

#221B20 color CMYK value is (0,21,6,87).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 5.88%
  • key color value is 86.67%
CMYK:
(0,21,6,87)
C0M21Y6K87 
(0%,21%,6%,87%)
(0.00/0.21/0.06/0.87)	

CMYK percentages

%0
%20.59
%5.88
%86.67

Codes

Color #221B20 in popluar color models

221B20
RGB342732
HSL317°11.48%11.96%
HSB/HSV317°20.59%13.33%
CMYK0.00%20.59%5.88%
86.67%

Color #221B20 in popluar number systems.

HEX221B20
Decimal342732
Binary10001011011100000
Octal423340

Shades and tints

Shades of #221B20

#221B20
(34,27,32)
#1F191E
(31,25,30)
#1C171C
(28,23,28)
#19151A
(25,21,26)
#161318
(22,19,24)
#131116
(19,17,22)
#100F14
(16,15,20)
#0D0D12
(13,13,18)
#0A0B10
(10,11,16)
#07090E
(7,9,14)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #221B20

#221B20
(34,27,32)
#362F34
(54,47,52)
#4A4348
(74,67,72)
#5E575C
(94,87,92)
#726B70
(114,107,112)
#867F84
(134,127,132)
#9A9398
(154,147,152)
#AEA7AC
(174,167,172)
#C2BBC0
(194,187,192)
#D6CFD4
(214,207,212)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B20; }

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

This text font color is #221B20.


Background Color

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

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

This div background color is #221B20.


Border color

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

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

This div border color is #221B20.


Opacity

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

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

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

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

This text has shadow with #221B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B20 on black background.


Color preview on white background

This text has color #221B20 on white background.



Black color preview on #221B20 background

This text has black color on #221B20 background.


White color preview on #221B20 background

This text has white color on #221B20 background.