Color spaces of #31353a
RGB | 49 | 53 | 58 |
---|---|---|---|
HSL | 0.59 | 0.08 | 0.21 |
HSV | 213° | 16° | 23° |
CMYK | 0.16 | 0.09 | 0.00 0.77 |
XYZ | 3.3034 | 3.5047 | 4.5053 |
Yxy | 3.5047 | 0.2920 | 0.3098 |
Hunter Lab | 18.7208 | -1.2641 | -1.1640 |
CIE-Lab | 21.9613 | -0.4550 | -3.7247 |
#31353a color RGB value is (49,53,58).
#31353a hex color red value is 49, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #31353a hue: 0.59 , saturation: 0.08 and the lightness value of 31353a is 0.21.
The process color (four color CMYK) of #31353a color hex is 0.16, 0.09, 0.00, 0.77. Web safe color of #31353a is #333333. Color #31353a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110101 | 00111010 |
Octal | 61 | 65 | 72 |
Decimal | 49 | 53 | 58 |
Hex | 31 | 35 | 3A |
Shades of #31353a
Tints of #31353a
RGB Percentages of Color #31353a
CMYK Percentages of Color #31353a
Complementary Color
#31353a | #3a3631 |
#31353a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31353a Color Preview on White Background
Lorem ipsum dolor sit amet.
#31353a Color CSS Codes
.mybgcolor {background-color:#31353a; } .myforecolor {color:#31353a; } .mybordercolor {border:3px solid #31353a; }
#31353a Text Font Color
<p style="color:#31353a">Text here</p>
This sample text font color is #31353a
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.
#31353a Background Color
<div style="background-color:#31353a">
Div content here</div>
This div background color is #31353a
#31353a Border Color
<div style="border:3px solid #31353a">
Div here</div>
This div border color is #31353a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,53,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31353a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31353a; -webkit-box-shadow: 1px 1px 3px 2px #31353a; box-shadow: 1px 1px 3px 2px #31353a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,53,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31353a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31353a; -webkit-box-shadow: 1px 1px 3px 2px #31353a; box-shadow: 1px 1px 3px 2px #31353a;">
Div content here</div>
This div box has shadow with color #31353a
Comments
No comments written yet.
Please login to write comment.