#24211f color RGB value is (2, 66, 17).
#24211f hex color red value is 2, green value is 66, and blue value is 17.
Cylindrical-coordinate representations (HSL) of color #24211f
hue: 134.06,
saturation: 0.94 and lightness: 0.13.
The process color (four-color CMYK) of #24211f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #24211f is #ff9999. Color #24211f contains mainly RED.
Color spaces of #24211f | Value |
---|---|
RGB | 36, 33, 31 |
HSL | 0.07, 0.07, 0.13 |
HSV | 24°, 14°, 14° |
XYZ | 1.52, 1.56, 1.52 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 100100 | 100001 | 11111 |
Octal | 44 | 41 | 37 |
Decimal | 36 | 33 | 31 |
Hex | 24 | 21 | 1F |
Shades of #24211f
Tints of #24211f
.mybgColor {background-color: #24211f;} .myforeColor {color: #24211f;} .myborderColor {border:3px solid #24211f;}
<p style="color:#24211f">Text here</p>
This sample text is styled with the font color #24211f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#24211f">Div content here</div>
<div style="border:3px solid #24211f">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36, 33, 31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24211f; } .divShadow { -moz-box-shadow: 1px 1px 3px #24211f; -webkit-box-shadow: 1px 1px 3px #24211f; box-shadow: 1px 1px 3px #24211f; }
<p style="text-shadow: 4px 4px 2px rgba(36, 33, 31, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #24211f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #24211f;
-webkit-box-shadow: 1px 1px 3px #24211f;
box-shadow: 1px 1px 3px #24211f;">Div content here</div>