color details

Color Details
#221a19 Color Hex

#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
Color spaces of #221a19Value
RGB34, 26, 25
HSL0.02, 0.15, 0.12
HSV7°, 26°, 13°
XYZ1.2, 1.15, 1.08
Base Numbers
Base Red Green Blue
Binary 100010 11010 11001
Octal 42 32 31
Decimal 34 26 25
Hex 22 1A 19

RGB Percentages for Color #221a19

40%
30.59%
29.41%

CMYK Percentages of the Color #221a19

23.53%
26.47%
86.67%
CSS Codes for Color #221a19
.mybgColor {background-color: #221a19;}
.myforeColor {color: #221a19;}
.myborderColor {border:3px solid #221a19;}
Text Font Color #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,

Background Color #221a19

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

The background color of this div is #221a19
Border Color #221a19

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

The border color of this div is #221a19
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #221a19

Scroll to Top