Color spaces of #33221f
RGB | 51 | 34 | 31 |
---|---|---|---|
HSL | 0.03 | 0.24 | 0.16 |
HSV | 9° | 39° | 20° |
CMYK | 0.00 | 0.33 | 0.39 0.80 |
XYZ | 2.1846 | 1.9468 | 1.5570 |
Yxy | 1.9468 | 0.3840 | 0.3422 |
Hunter Lab | 13.9528 | 3.5306 | 3.1507 |
CIE-Lab | 15.2055 | 7.6546 | 5.2582 |
#33221f color RGB value is (51,34,31).
#33221f hex color red value is 51, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #33221f hue: 0.03 , saturation: 0.24 and the lightness value of 33221f is 0.16.
The process color (four color CMYK) of #33221f color hex is 0.00, 0.33, 0.39, 0.80. Web safe color of #33221f is #333333. Color #33221f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 00100010 | 00011111 |
Octal | 63 | 42 | 37 |
Decimal | 51 | 34 | 31 |
Hex | 33 | 22 | 1F |
Shades of #33221f
Tints of #33221f
RGB Percentages of Color #33221f
CMYK Percentages of Color #33221f
Complementary Color
#33221f | #1f3033 |
#33221f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33221f Color Preview on White Background
Lorem ipsum dolor sit amet.
#33221f Color CSS Codes
.mybgcolor {background-color:#33221f; } .myforecolor {color:#33221f; } .mybordercolor {border:3px solid #33221f; }
#33221f Text Font Color
<p style="color:#33221f">Text here</p>
This sample text font color is #33221f
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.
#33221f Background Color
<div style="background-color:#33221f">
Div content here</div>
This div background color is #33221f
#33221f Border Color
<div style="border:3px solid #33221f">
Div here</div>
This div border color is #33221f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,34,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33221f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33221f; -webkit-box-shadow: 1px 1px 3px 2px #33221f; box-shadow: 1px 1px 3px 2px #33221f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,34,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33221f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33221f; -webkit-box-shadow: 1px 1px 3px 2px #33221f; box-shadow: 1px 1px 3px 2px #33221f;">
Div content here</div>
This div box has shadow with color #33221f
Comments
No comments written yet.
Please login to write comment.