Color spaces of #221720
RGB | 34 | 23 | 32 |
---|---|---|---|
HSL | 0.86 | 0.19 | 0.11 |
HSV | 311° | 32° | 13° |
CMYK | 0.00 | 0.32 | 0.06 0.87 |
XYZ | 1.2268 | 1.0572 | 1.5059 |
Yxy | 1.0572 | 0.3237 | 0.2790 |
Hunter Lab | 10.2820 | 3.3042 | -1.4862 |
CIE-Lab | 9.4591 | 7.5489 | -4.1124 |
#221720 color RGB value is (34,23,32).
#221720 hex color red value is 34, green value is 23 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #221720 hue: 0.86 , saturation: 0.19 and the lightness value of 221720 is 0.11.
The process color (four color CMYK) of #221720 color hex is 0.00, 0.32, 0.06, 0.87. Web safe color of #221720 is #330033. Color #221720 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 00010111 | 00100000 |
Octal | 42 | 27 | 40 |
Decimal | 34 | 23 | 32 |
Hex | 22 | 17 | 20 |
Shades of #221720
Tints of #221720
RGB Percentages of Color #221720
CMYK Percentages of Color #221720
Complementary Color
#221720 | #172219 |
#221720 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#221720 Color Preview on White Background
Lorem ipsum dolor sit amet.
#221720 Color CSS Codes
.mybgcolor {background-color:#221720; } .myforecolor {color:#221720; } .mybordercolor {border:3px solid #221720; }
#221720 Text Font Color
<p style="color:#221720">Text here</p>
This sample text font color is #221720
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.
#221720 Background Color
<div style="background-color:#221720">
Div content here</div>
This div background color is #221720
#221720 Border Color
<div style="border:3px solid #221720">
Div here</div>
This div border color is #221720
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,23,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #221720; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #221720; -webkit-box-shadow: 1px 1px 3px 2px #221720; box-shadow: 1px 1px 3px 2px #221720; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,23,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 #221720">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #221720; -webkit-box-shadow: 1px 1px 3px 2px #221720; box-shadow: 1px 1px 3px 2px #221720;">
Div content here</div>
This div box has shadow with color #221720
Comments
No comments written yet.
Please login to write comment.