#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 of #241b1e | Value |
|---|---|
| RGB | 36, 27, 30 |
| HSL | 0.94, 0.14, 0.12 |
| HSV | 340°, 25°, 14° |
| XYZ | 1.35, 1.25, 1.4 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100100 | 11011 | 11110 |
| Octal | 44 | 33 | 36 |
| Decimal | 36 | 27 | 30 |
| Hex | 24 | 1B | 1E |
Shades of #241b1e
Tints of #241b1e
.mybgColor {background-color: #241b1e;}
.myforeColor {color: #241b1e;}
.myborderColor {border:3px solid #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,
<div style="background-color:#241b1e">Div content here</div>
<div style="border:3px solid #241b1e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(36, 27, 30, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #241b1e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
