Color spaces of #181427
RGB | 24 | 20 | 39 |
---|---|---|---|
HSL | 0.70 | 0.32 | 0.12 |
HSV | 253° | 49° | 15° |
CMYK | 0.38 | 0.49 | 0.00 0.85 |
XYZ | 0.9931 | 0.8410 | 2.0294 |
Yxy | 0.8410 | 0.2570 | 0.2177 |
Hunter Lab | 9.1706 | 3.2815 | -6.7011 |
CIE-Lab | 7.5967 | 7.5989 | -12.3433 |
#181427 color RGB value is (24,20,39).
#181427 hex color red value is 24, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #181427 hue: 0.70 , saturation: 0.32 and the lightness value of 181427 is 0.12.
The process color (four color CMYK) of #181427 color hex is 0.38, 0.49, 0.00, 0.85. Web safe color of #181427 is #000033. Color #181427 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00010100 | 00100111 |
Octal | 30 | 24 | 47 |
Decimal | 24 | 20 | 39 |
Hex | 18 | 14 | 27 |
Shades of #181427
Tints of #181427
RGB Percentages of Color #181427
CMYK Percentages of Color #181427
Complementary Color
#181427 | #232714 |
#181427 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#181427 Color Preview on White Background
Lorem ipsum dolor sit amet.
#181427 Color CSS Codes
.mybgcolor {background-color:#181427; } .myforecolor {color:#181427; } .mybordercolor {border:3px solid #181427; }
#181427 Text Font Color
<p style="color:#181427">Text here</p>
This sample text font color is #181427
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.
#181427 Background Color
<div style="background-color:#181427">
Div content here</div>
This div background color is #181427
#181427 Border Color
<div style="border:3px solid #181427">
Div here</div>
This div border color is #181427
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,20,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #181427; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #181427; -webkit-box-shadow: 1px 1px 3px 2px #181427; box-shadow: 1px 1px 3px 2px #181427; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,20,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #181427">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #181427; -webkit-box-shadow: 1px 1px 3px 2px #181427; box-shadow: 1px 1px 3px 2px #181427;">
Div content here</div>
This div box has shadow with color #181427
Comments
No comments written yet.
Please login to write comment.