Color spaces of #321131
RGB | 50 | 17 | 49 |
---|---|---|---|
HSL | 0.84 | 0.49 | 0.13 |
HSV | 302° | 66° | 20° |
CMYK | 0.00 | 0.66 | 0.02 0.80 |
XYZ | 2.0702 | 1.3008 | 3.0477 |
Yxy | 1.3008 | 0.3225 | 0.2027 |
Hunter Lab | 11.4053 | 12.4408 | -7.8597 |
CIE-Lab | 11.2811 | 22.0443 | -13.6886 |
#321131 color RGB value is (50,17,49).
#321131 hex color red value is 50, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #321131 hue: 0.84 , saturation: 0.49 and the lightness value of 321131 is 0.13.
The process color (four color CMYK) of #321131 color hex is 0.00, 0.66, 0.02, 0.80. Web safe color of #321131 is #330033. Color #321131 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00010001 | 00110001 |
Octal | 62 | 21 | 61 |
Decimal | 50 | 17 | 49 |
Hex | 32 | 11 | 31 |
Shades of #321131
Tints of #321131
RGB Percentages of Color #321131
CMYK Percentages of Color #321131
Complementary Color
#321131 | #113212 |
#321131 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#321131 Color Preview on White Background
Lorem ipsum dolor sit amet.
#321131 Color CSS Codes
.mybgcolor {background-color:#321131; } .myforecolor {color:#321131; } .mybordercolor {border:3px solid #321131; }
#321131 Text Font Color
<p style="color:#321131">Text here</p>
This sample text font color is #321131
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.
#321131 Background Color
<div style="background-color:#321131">
Div content here</div>
This div background color is #321131
#321131 Border Color
<div style="border:3px solid #321131">
Div here</div>
This div border color is #321131
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,17,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #321131; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #321131; -webkit-box-shadow: 1px 1px 3px 2px #321131; box-shadow: 1px 1px 3px 2px #321131; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,17,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #321131">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #321131; -webkit-box-shadow: 1px 1px 3px 2px #321131; box-shadow: 1px 1px 3px 2px #321131;">
Div content here</div>
This div box has shadow with color #321131
Comments
No comments written yet.
Please login to write comment.