#221a19 color RGB value is (2, 33, 161).
#221a19 hex color red value is 2, green value is 33, and blue value is 161.
Cylindrical-coordinate representations (HSL) of color #221a19
hue: 228.3,
saturation: 0.98 and lightness: 0.32.
The process color (four-color CMYK) of #221a19 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #221a19 is #ff9999. Color #221a19 contains mainly RED.
| Color spaces of #221a19 | Value |
|---|---|
| RGB | 34, 26, 25 |
| HSL | 0.02, 0.15, 0.12 |
| HSV | 7°, 26°, 13° |
| XYZ | 1.2, 1.15, 1.08 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100010 | 11010 | 11001 |
| Octal | 42 | 32 | 31 |
| Decimal | 34 | 26 | 25 |
| Hex | 22 | 1A | 19 |
Shades of #221a19
Tints of #221a19
.mybgColor {background-color: #221a19;}
.myforeColor {color: #221a19;}
.myborderColor {border:3px solid #221a19;}
<p style="color:#221a19">Text here</p>
This sample text is styled with the font color #221a19. 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:#221a19">Div content here</div>
<div style="border:3px solid #221a19">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(34, 26, 25, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #221a19; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #221a19;
-webkit-box-shadow: 1px 1px 3px #221a19;
box-shadow: 1px 1px 3px #221a19; }
<p style="text-shadow: 4px 4px 2px rgba(34, 26, 25, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #221a19;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #221a19;
-webkit-box-shadow: 1px 1px 3px #221a19;
box-shadow: 1px 1px 3px #221a19;">Div content here</div>
