Color spaces of #391949
RGB | 57 | 25 | 73 |
---|---|---|---|
HSL | 0.78 | 0.49 | 0.19 |
HSV | 280° | 66° | 29° |
CMYK | 0.22 | 0.66 | 0.00 0.71 |
XYZ | 3.2376 | 2.0462 | 6.5276 |
Yxy | 2.0462 | 0.2741 | 0.1732 |
Hunter Lab | 14.3045 | 15.3676 | -17.0427 |
CIE-Lab | 15.7279 | 25.3228 | -23.5727 |
#391949 color RGB value is (57,25,73).
#391949 hex color red value is 57, green value is 25 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #391949 hue: 0.78 , saturation: 0.49 and the lightness value of 391949 is 0.19.
The process color (four color CMYK) of #391949 color hex is 0.22, 0.66, 0.00, 0.71. Web safe color of #391949 is #330033. Color #391949 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00011001 | 01001001 |
Octal | 71 | 31 | 111 |
Decimal | 57 | 25 | 73 |
Hex | 39 | 19 | 49 |
Shades of #391949
Tints of #391949
RGB Percentages of Color #391949
CMYK Percentages of Color #391949
Complementary Color
#391949 | #294919 |
#391949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#391949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#391949 Color CSS Codes
.mybgcolor {background-color:#391949; } .myforecolor {color:#391949; } .mybordercolor {border:3px solid #391949; }
#391949 Text Font Color
<p style="color:#391949">Text here</p>
This sample text font color is #391949
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.
#391949 Background Color
<div style="background-color:#391949">
Div content here</div>
This div background color is #391949
#391949 Border Color
<div style="border:3px solid #391949">
Div here</div>
This div border color is #391949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,25,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #391949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #391949; -webkit-box-shadow: 1px 1px 3px 2px #391949; box-shadow: 1px 1px 3px 2px #391949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,25,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #391949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #391949; -webkit-box-shadow: 1px 1px 3px 2px #391949; box-shadow: 1px 1px 3px 2px #391949;">
Div content here</div>
This div box has shadow with color #391949
Comments
No comments written yet.
Please login to write comment.