Color spaces of #31072e
RGB | 49 | 7 | 46 |
---|---|---|---|
HSL | 0.85 | 0.75 | 0.11 |
HSV | 304° | 86° | 19° |
CMYK | 0.00 | 0.86 | 0.06 0.81 |
XYZ | 1.8357 | 1.0022 | 2.6815 |
Yxy | 1.0022 | 0.3326 | 0.1816 |
Hunter Lab | 10.0110 | 15.2120 | -8.8735 |
CIE-Lab | 9.0098 | 26.3495 | -15.0681 |
#31072e color RGB value is (49,7,46).
#31072e hex color red value is 49, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #31072e hue: 0.85 , saturation: 0.75 and the lightness value of 31072e is 0.11.
The process color (four color CMYK) of #31072e color hex is 0.00, 0.86, 0.06, 0.81. Web safe color of #31072e is #330033. Color #31072e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00000111 | 00101110 |
Octal | 61 | 7 | 56 |
Decimal | 49 | 7 | 46 |
Hex | 31 | 7 | 2E |
Shades of #31072e
Tints of #31072e
RGB Percentages of Color #31072e
CMYK Percentages of Color #31072e
Complementary Color
#31072e | #07310a |
#31072e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31072e Color Preview on White Background
Lorem ipsum dolor sit amet.
#31072e Color CSS Codes
.mybgcolor {background-color:#31072e; } .myforecolor {color:#31072e; } .mybordercolor {border:3px solid #31072e; }
#31072e Text Font Color
<p style="color:#31072e">Text here</p>
This sample text font color is #31072e
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.
#31072e Background Color
<div style="background-color:#31072e">
Div content here</div>
This div background color is #31072e
#31072e Border Color
<div style="border:3px solid #31072e">
Div here</div>
This div border color is #31072e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,7,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31072e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31072e; -webkit-box-shadow: 1px 1px 3px 2px #31072e; box-shadow: 1px 1px 3px 2px #31072e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,7,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31072e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31072e; -webkit-box-shadow: 1px 1px 3px 2px #31072e; box-shadow: 1px 1px 3px 2px #31072e;">
Div content here</div>
This div box has shadow with color #31072e
Comments
No comments written yet.
Please login to write comment.