Color Hex Logo

#221520 Color Hex

#221520
(34,21,32)
0 Favorites   0 Comments

Color spaces of #221520

RGB 342132
HSL0.860.240.11
HSV309°38°13°
CMYK 0.000.380.06   0.87
XYZ1.18860.98071.4931
Yxy0.98070.32450.2678
Hunter Lab9.90304.0940-2.0072
CIE-Lab8.82969.0322-5.0614

#221520 color RGB value is (34,21,32).

#221520 hex color red value is 34, green value is 21 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #221520 hue: 0.86 , saturation: 0.24 and the lightness value of 221520 is 0.11.

The process color (four color CMYK) of #221520 color hex is 0.00, 0.38, 0.06, 0.87. Web safe color of #221520 is #330033. Color #221520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00010101 00100000
Octal 42 25 40
Decimal 34 21 32
Hex 22 15 20

RGB Percentages of Color #221520

%39.08
%24.14
%36.78

CMYK Percentages of Color #221520

%0
%38
%6
%87

Triadic Colors of #221520

#221520 #202215 #152022

Analogous Colors of #221520

#221520 #22151a #1e1522

Monochromatic Colors of #221520

#221520

Complementary Color

#221520 #152217

#221520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#221520 Color CSS Codes

.mybgcolor {background-color:#221520; } 
.myforecolor {color:#221520; }
.mybordercolor {border:3px solid #221520; }

#221520 Text Font Color

<p style="color:#221520">Text here</p>

This sample text font color is #221520
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#221520 Background Color

<div style="background-color:#221520">
Div content here</div>

This div background color is #221520


#221520 Border Color

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

This div border color is #221520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,21,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221520;
  -webkit-box-shadow: 1px 1px 3px 2px #221520;
  box-shadow:         1px 1px 3px 2px #221520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,21,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #221520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #221520;
  -webkit-box-shadow: 1px 1px 3px 2px #221520;
  box-shadow:         1px 1px 3px 2px #221520;">
Div content here</div>

This div box has shadow with color #221520


Comments

No comments written yet.

Please login to write comment.