Color spaces of #33032c
RGB | 51 | 3 | 44 |
---|---|---|---|
HSL | 0.86 | 0.89 | 0.11 |
HSV | 309° | 94° | 20° |
CMYK | 0.00 | 0.94 | 0.14 0.80 |
XYZ | 1.8524 | 0.9508 | 2.4688 |
Yxy | 0.9508 | 0.3514 | 0.1803 |
Hunter Lab | 9.7509 | 16.8460 | -8.1858 |
CIE-Lab | 8.5747 | 28.6304 | -14.2371 |
#33032c color RGB value is (51,3,44).
#33032c hex color red value is 51, green value is 3 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #33032c hue: 0.86 , saturation: 0.89 and the lightness value of 33032c is 0.11.
The process color (four color CMYK) of #33032c color hex is 0.00, 0.94, 0.14, 0.80. Web safe color of #33032c is #330033. Color #33032c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 00000011 | 00101100 |
Octal | 63 | 3 | 54 |
Decimal | 51 | 3 | 44 |
Hex | 33 | 3 | 2C |
Shades of #33032c
Tints of #33032c
RGB Percentages of Color #33032c
CMYK Percentages of Color #33032c
Complementary Color
#33032c | #03330a |
#33032c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33032c Color Preview on White Background
Lorem ipsum dolor sit amet.
#33032c Color CSS Codes
.mybgcolor {background-color:#33032c; } .myforecolor {color:#33032c; } .mybordercolor {border:3px solid #33032c; }
#33032c Text Font Color
<p style="color:#33032c">Text here</p>
This sample text font color is #33032c
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.
#33032c Background Color
<div style="background-color:#33032c">
Div content here</div>
This div background color is #33032c
#33032c Border Color
<div style="border:3px solid #33032c">
Div here</div>
This div border color is #33032c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,3,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33032c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33032c; -webkit-box-shadow: 1px 1px 3px 2px #33032c; box-shadow: 1px 1px 3px 2px #33032c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,3,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33032c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33032c; -webkit-box-shadow: 1px 1px 3px 2px #33032c; box-shadow: 1px 1px 3px 2px #33032c;">
Div content here</div>
This div box has shadow with color #33032c
Comments
No comments written yet.
Please login to write comment.