Color spaces of #35131c
RGB | 53 | 19 | 28 |
---|---|---|---|
HSL | 0.96 | 0.47 | 0.14 |
HSV | 344° | 64° | 21° |
CMYK | 0.00 | 0.64 | 0.47 0.79 |
XYZ | 1.9107 | 1.3065 | 1.2501 |
Yxy | 1.3065 | 0.4277 | 0.2925 |
Hunter Lab | 11.4302 | 9.8355 | 1.5167 |
CIE-Lab | 11.3209 | 18.1904 | 1.9861 |
#35131c color RGB value is (53,19,28).
#35131c hex color red value is 53, green value is 19 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #35131c hue: 0.96 , saturation: 0.47 and the lightness value of 35131c is 0.14.
The process color (four color CMYK) of #35131c color hex is 0.00, 0.64, 0.47, 0.79. Web safe color of #35131c is #330033. Color #35131c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00010011 | 00011100 |
Octal | 65 | 23 | 34 |
Decimal | 53 | 19 | 28 |
Hex | 35 | 13 | 1C |
Shades of #35131c
Tints of #35131c
RGB Percentages of Color #35131c
CMYK Percentages of Color #35131c
Complementary Color
#35131c | #13352c |
#35131c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35131c Color Preview on White Background
Lorem ipsum dolor sit amet.
#35131c Color CSS Codes
.mybgcolor {background-color:#35131c; } .myforecolor {color:#35131c; } .mybordercolor {border:3px solid #35131c; }
#35131c Text Font Color
<p style="color:#35131c">Text here</p>
This sample text font color is #35131c
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.
#35131c Background Color
<div style="background-color:#35131c">
Div content here</div>
This div background color is #35131c
#35131c Border Color
<div style="border:3px solid #35131c">
Div here</div>
This div border color is #35131c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,19,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35131c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35131c; -webkit-box-shadow: 1px 1px 3px 2px #35131c; box-shadow: 1px 1px 3px 2px #35131c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,19,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35131c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35131c; -webkit-box-shadow: 1px 1px 3px 2px #35131c; box-shadow: 1px 1px 3px 2px #35131c;">
Div content here</div>
This div box has shadow with color #35131c
Comments
No comments written yet.
Please login to write comment.