Color spaces of #21242f
RGB | 33 | 36 | 47 |
---|---|---|---|
HSL | 0.63 | 0.18 | 0.16 |
HSV | 227° | 30° | 18° |
CMYK | 0.30 | 0.23 | 0.00 0.82 |
XYZ | 1.7712 | 1.7903 | 2.9415 |
Yxy | 1.7903 | 0.2724 | 0.2753 |
Hunter Lab | 13.3802 | 0.2135 | -3.6681 |
CIE-Lab | 14.3459 | 1.7589 | -7.6908 |
#21242f color RGB value is (33,36,47).
#21242f hex color red value is 33, green value is 36 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #21242f hue: 0.63 , saturation: 0.18 and the lightness value of 21242f is 0.16.
The process color (four color CMYK) of #21242f color hex is 0.30, 0.23, 0.00, 0.82. Web safe color of #21242f is #333333. Color #21242f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00100100 | 00101111 |
Octal | 41 | 44 | 57 |
Decimal | 33 | 36 | 47 |
Hex | 21 | 24 | 2F |
Shades of #21242f
Tints of #21242f
RGB Percentages of Color #21242f
CMYK Percentages of Color #21242f
Complementary Color
#21242f | #2f2c21 |
#21242f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21242f Color Preview on White Background
Lorem ipsum dolor sit amet.
#21242f Color CSS Codes
.mybgcolor {background-color:#21242f; } .myforecolor {color:#21242f; } .mybordercolor {border:3px solid #21242f; }
#21242f Text Font Color
<p style="color:#21242f">Text here</p>
This sample text font color is #21242f
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.
#21242f Background Color
<div style="background-color:#21242f">
Div content here</div>
This div background color is #21242f
#21242f Border Color
<div style="border:3px solid #21242f">
Div here</div>
This div border color is #21242f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,36,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21242f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21242f; -webkit-box-shadow: 1px 1px 3px 2px #21242f; box-shadow: 1px 1px 3px 2px #21242f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,36,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21242f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21242f; -webkit-box-shadow: 1px 1px 3px 2px #21242f; box-shadow: 1px 1px 3px 2px #21242f;">
Div content here</div>
This div box has shadow with color #21242f
Comments
No comments written yet.
Please login to write comment.