Color spaces of #181824
RGB | 24 | 24 | 36 |
---|---|---|---|
HSL | 0.67 | 0.20 | 0.12 |
HSV | 240° | 33° | 14° |
CMYK | 0.33 | 0.33 | 0.00 0.86 |
XYZ | 1.0218 | 0.9748 | 1.8034 |
Yxy | 0.9748 | 0.2689 | 0.2565 |
Hunter Lab | 9.8732 | 1.1953 | -3.9184 |
CIE-Lab | 8.7797 | 3.5426 | -8.2572 |
#181824 color RGB value is (24,24,36).
#181824 hex color red value is 24, green value is 24 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #181824 hue: 0.67 , saturation: 0.20 and the lightness value of 181824 is 0.12.
The process color (four color CMYK) of #181824 color hex is 0.33, 0.33, 0.00, 0.86. Web safe color of #181824 is #000033. Color #181824 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00011000 | 00100100 |
Octal | 30 | 30 | 44 |
Decimal | 24 | 24 | 36 |
Hex | 18 | 18 | 24 |
Shades of #181824
Tints of #181824
RGB Percentages of Color #181824
CMYK Percentages of Color #181824
Complementary Color
#181824 | #242418 |
#181824 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#181824 Color Preview on White Background
Lorem ipsum dolor sit amet.
#181824 Color CSS Codes
.mybgcolor {background-color:#181824; } .myforecolor {color:#181824; } .mybordercolor {border:3px solid #181824; }
#181824 Text Font Color
<p style="color:#181824">Text here</p>
This sample text font color is #181824
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.
#181824 Background Color
<div style="background-color:#181824">
Div content here</div>
This div background color is #181824
#181824 Border Color
<div style="border:3px solid #181824">
Div here</div>
This div border color is #181824
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,24,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #181824; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #181824; -webkit-box-shadow: 1px 1px 3px 2px #181824; box-shadow: 1px 1px 3px 2px #181824; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,24,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #181824">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #181824; -webkit-box-shadow: 1px 1px 3px 2px #181824; box-shadow: 1px 1px 3px 2px #181824;">
Div content here</div>
This div box has shadow with color #181824
#181824 Color Palettes
Comments
No comments written yet.
Please login to write comment.