color details

Color Details
#241b1e Color Hex

#241b1e color RGB value is (2, 65, 177).
#241b1e hex color red value is 2, green value is 65, and blue value is 177.
Cylindrical-coordinate representations (HSL) of color #241b1e hue: 218.4, saturation: 0.98 and lightness: 0.35.

The process color (four-color CMYK) of #241b1e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #241b1e is #ff9999. Color #241b1e contains mainly RED.

Color Spaces
Color spaces of #241b1eValue
RGB36, 27, 30
HSL0.94, 0.14, 0.12
HSV340°, 25°, 14°
XYZ1.35, 1.25, 1.4
Base Numbers
Base Red Green Blue
Binary 100100 11011 11110
Octal 44 33 36
Decimal 36 27 30
Hex 24 1B 1E

RGB Percentages for Color #241b1e

38.71%
29.03%
32.26%

CMYK Percentages of the Color #241b1e

25%
16.67%
85.88%
CSS Codes for Color #241b1e
.mybgColor {background-color: #241b1e;}
.myforeColor {color: #241b1e;}
.myborderColor {border:3px solid #241b1e;}
Text Font Color #241b1e

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

This sample text is styled with the font color #241b1e. 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 #241b1e

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

The background color of this div is #241b1e
Border Color #241b1e

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

The border color of this div is #241b1e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(36, 27, 30, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #241b1e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #241b1e;
-webkit-box-shadow: 1px 1px 3px #241b1e;
box-shadow: 1px 1px 3px #241b1e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36, 27, 30, 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 #241b1e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #241b1e

Scroll to Top