Color spaces of #370302
RGB | 55 | 3 | 2 |
---|---|---|---|
HSL | 0.00 | 0.93 | 0.11 |
HSV | 1° | 96° | 22° |
CMYK | 0.00 | 0.95 | 0.96 0.78 |
XYZ | 1.6191 | 0.8817 | 0.1423 |
Yxy | 0.8817 | 0.6126 | 0.3336 |
Hunter Lab | 9.3899 | 14.3465 | 5.6744 |
CIE-Lab | 7.9643 | 25.3571 | 11.6962 |
#370302 color RGB value is (55,3,2).
#370302 hex color red value is 55, green value is 3 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #370302 hue: 0.00 , saturation: 0.93 and the lightness value of 370302 is 0.11.
The process color (four color CMYK) of #370302 color hex is 0.00, 0.95, 0.96, 0.78. Web safe color of #370302 is #330000. Color #370302 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00000011 | 00000010 |
Octal | 67 | 3 | 2 |
Decimal | 55 | 3 | 2 |
Hex | 37 | 3 | 2 |
Shades of #370302
Tints of #370302
RGB Percentages of Color #370302
CMYK Percentages of Color #370302
Complementary Color
#370302 | #023637 |
#370302 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#370302 Color Preview on White Background
Lorem ipsum dolor sit amet.
#370302 Color CSS Codes
.mybgcolor {background-color:#370302; } .myforecolor {color:#370302; } .mybordercolor {border:3px solid #370302; }
#370302 Text Font Color
<p style="color:#370302">Text here</p>
This sample text font color is #370302
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.
#370302 Background Color
<div style="background-color:#370302">
Div content here</div>
This div background color is #370302
#370302 Border Color
<div style="border:3px solid #370302">
Div here</div>
This div border color is #370302
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,3,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #370302; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #370302; -webkit-box-shadow: 1px 1px 3px 2px #370302; box-shadow: 1px 1px 3px 2px #370302; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,3,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #370302">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #370302; -webkit-box-shadow: 1px 1px 3px 2px #370302; box-shadow: 1px 1px 3px 2px #370302;">
Div content here</div>
This div box has shadow with color #370302
Comments
No comments written yet.
Please login to write comment.