Color Hex Logo

#221315 Color Hex

#221315
(34,19,21)
0 Favorites   0 Comments

Color spaces of #221315

RGB 341921
HSL0.980.280.10
HSV352°44°13°
CMYK 0.000.440.38   0.87
XYZ1.02790.86000.8213
Yxy0.86000.37940.3174
Hunter Lab9.27363.55631.2406
CIE-Lab7.76838.12131.6462

#221315 color RGB value is (34,19,21).

#221315 hex color red value is 34, green value is 19 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #221315 hue: 0.98 , saturation: 0.28 and the lightness value of 221315 is 0.10.

The process color (four color CMYK) of #221315 color hex is 0.00, 0.44, 0.38, 0.87. Web safe color of #221315 is #330000. Color #221315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00010011 00010101
Octal 42 23 25
Decimal 34 19 21
Hex 22 13 15

RGB Percentages of Color #221315

%45.95
%25.68
%28.38

CMYK Percentages of Color #221315

%0
%44
%38
%87

Triadic Colors of #221315

#221315 #152213 #131522

Analogous Colors of #221315

#221315 #221913 #22131d

Monochromatic Colors of #221315

#221315

Complementary Color

#221315 #132220

#221315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#221315 Color CSS Codes

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

#221315 Text Font Color

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

This sample text font color is #221315
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.


#221315 Background Color

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

This div background color is #221315


#221315 Border Color

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

This div border color is #221315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221315


Comments

No comments written yet.

Please login to write comment.