Color spaces of #24131d
RGB | 36 | 19 | 29 |
---|---|---|---|
HSL | 0.90 | 0.31 | 0.11 |
HSV | 325° | 47° | 14° |
CMYK | 0.00 | 0.47 | 0.19 0.86 |
XYZ | 1.1822 | 0.9295 | 1.2795 |
Yxy | 0.9295 | 0.3486 | 0.2741 |
Hunter Lab | 9.6411 | 5.0161 | -1.1199 |
CIE-Lab | 8.3898 | 10.7194 | -3.4185 |
#24131d color RGB value is (36,19,29).
#24131d hex color red value is 36, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #24131d hue: 0.90 , saturation: 0.31 and the lightness value of 24131d is 0.11.
The process color (four color CMYK) of #24131d color hex is 0.00, 0.47, 0.19, 0.86. Web safe color of #24131d is #330033. Color #24131d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 00010011 | 00011101 |
Octal | 44 | 23 | 35 |
Decimal | 36 | 19 | 29 |
Hex | 24 | 13 | 1D |
Shades of #24131d
Tints of #24131d
RGB Percentages of Color #24131d
CMYK Percentages of Color #24131d
Complementary Color
#24131d | #13241a |
#24131d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24131d Color Preview on White Background
Lorem ipsum dolor sit amet.
#24131d Color CSS Codes
.mybgcolor {background-color:#24131d; } .myforecolor {color:#24131d; } .mybordercolor {border:3px solid #24131d; }
#24131d Text Font Color
<p style="color:#24131d">Text here</p>
This sample text font color is #24131d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#24131d Background Color
<div style="background-color:#24131d">
Div content here</div>
This div background color is #24131d
#24131d Border Color
<div style="border:3px solid #24131d">
Div here</div>
This div border color is #24131d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,19,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24131d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24131d; -webkit-box-shadow: 1px 1px 3px 2px #24131d; box-shadow: 1px 1px 3px 2px #24131d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,19,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #24131d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24131d; -webkit-box-shadow: 1px 1px 3px 2px #24131d; box-shadow: 1px 1px 3px 2px #24131d;">
Div content here</div>
This div box has shadow with color #24131d
Comments
No comments written yet.
Please login to write comment.