Color spaces of #210918
RGB | 33 | 9 | 24 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.08 |
HSV | 323° | 73° | 13° |
CMYK | 0.00 | 0.73 | 0.27 0.87 |
XYZ | 0.8898 | 0.5847 | 0.9301 |
Yxy | 0.5847 | 0.3700 | 0.2432 |
Hunter Lab | 7.6466 | 7.3898 | -1.8592 |
CIE-Lab | 5.2815 | 13.6483 | -4.1975 |
#210918 color RGB value is (33,9,24).
#210918 hex color red value is 33, green value is 9 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #210918 hue: 0.90 , saturation: 0.57 and the lightness value of 210918 is 0.08.
The process color (four color CMYK) of #210918 color hex is 0.00, 0.73, 0.27, 0.87. Web safe color of #210918 is #330000. Color #210918 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00001001 | 00011000 |
Octal | 41 | 11 | 30 |
Decimal | 33 | 9 | 24 |
Hex | 21 | 9 | 18 |
Shades of #210918
Tints of #210918
RGB Percentages of Color #210918
CMYK Percentages of Color #210918
Complementary Color
#210918 | #092112 |
#210918 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#210918 Color Preview on White Background
Lorem ipsum dolor sit amet.
#210918 Color CSS Codes
.mybgcolor {background-color:#210918; } .myforecolor {color:#210918; } .mybordercolor {border:3px solid #210918; }
#210918 Text Font Color
<p style="color:#210918">Text here</p>
This sample text font color is #210918
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.
#210918 Background Color
<div style="background-color:#210918">
Div content here</div>
This div background color is #210918
#210918 Border Color
<div style="border:3px solid #210918">
Div here</div>
This div border color is #210918
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,9,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #210918; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #210918; -webkit-box-shadow: 1px 1px 3px 2px #210918; box-shadow: 1px 1px 3px 2px #210918; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,9,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #210918">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #210918; -webkit-box-shadow: 1px 1px 3px 2px #210918; box-shadow: 1px 1px 3px 2px #210918;">
Div content here</div>
This div box has shadow with color #210918
Comments
No comments written yet.
Please login to write comment.