Color spaces of #31203b
RGB | 49 | 32 | 59 |
---|---|---|---|
HSL | 0.77 | 0.30 | 0.18 |
HSV | 278° | 46° | 23° |
CMYK | 0.17 | 0.46 | 0.00 0.77 |
XYZ | 2.5726 | 2.0018 | 4.3885 |
Yxy | 2.0018 | 0.2870 | 0.2233 |
Hunter Lab | 14.1485 | 7.6965 | -8.4863 |
CIE-Lab | 15.4967 | 14.3617 | -14.2677 |
#31203b color RGB value is (49,32,59).
#31203b hex color red value is 49, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #31203b hue: 0.77 , saturation: 0.30 and the lightness value of 31203b is 0.18.
The process color (four color CMYK) of #31203b color hex is 0.17, 0.46, 0.00, 0.77. Web safe color of #31203b is #333333. Color #31203b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00100000 | 00111011 |
Octal | 61 | 40 | 73 |
Decimal | 49 | 32 | 59 |
Hex | 31 | 20 | 3B |
Shades of #31203b
Tints of #31203b
RGB Percentages of Color #31203b
CMYK Percentages of Color #31203b
Complementary Color
#31203b | #2a3b20 |
#31203b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31203b Color Preview on White Background
Lorem ipsum dolor sit amet.
#31203b Color CSS Codes
.mybgcolor {background-color:#31203b; } .myforecolor {color:#31203b; } .mybordercolor {border:3px solid #31203b; }
#31203b Text Font Color
<p style="color:#31203b">Text here</p>
This sample text font color is #31203b
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.
#31203b Background Color
<div style="background-color:#31203b">
Div content here</div>
This div background color is #31203b
#31203b Border Color
<div style="border:3px solid #31203b">
Div here</div>
This div border color is #31203b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,32,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31203b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31203b; -webkit-box-shadow: 1px 1px 3px 2px #31203b; box-shadow: 1px 1px 3px 2px #31203b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,32,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31203b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31203b; -webkit-box-shadow: 1px 1px 3px 2px #31203b; box-shadow: 1px 1px 3px 2px #31203b;">
Div content here</div>
This div box has shadow with color #31203b
Comments
No comments written yet.
Please login to write comment.