Color spaces of #311511
RGB | 49 | 21 | 17 |
---|---|---|---|
HSL | 0.02 | 0.48 | 0.13 |
HSV | 7° | 65° | 19° |
CMYK | 0.00 | 0.57 | 0.65 0.81 |
XYZ | 1.6360 | 1.2298 | 0.6815 |
Yxy | 1.2298 | 0.4612 | 0.3467 |
Hunter Lab | 11.0896 | 6.9264 | 4.1191 |
CIE-Lab | 10.7754 | 13.6864 | 8.8305 |
#311511 color RGB value is (49,21,17).
#311511 hex color red value is 49, green value is 21 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #311511 hue: 0.02 , saturation: 0.48 and the lightness value of 311511 is 0.13.
The process color (four color CMYK) of #311511 color hex is 0.00, 0.57, 0.65, 0.81. Web safe color of #311511 is #330000. Color #311511 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00010101 | 00010001 |
Octal | 61 | 25 | 21 |
Decimal | 49 | 21 | 17 |
Hex | 31 | 15 | 11 |
Shades of #311511
Tints of #311511
RGB Percentages of Color #311511
CMYK Percentages of Color #311511
Complementary Color
#311511 | #112d31 |
#311511 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#311511 Color Preview on White Background
Lorem ipsum dolor sit amet.
#311511 Color CSS Codes
.mybgcolor {background-color:#311511; } .myforecolor {color:#311511; } .mybordercolor {border:3px solid #311511; }
#311511 Text Font Color
<p style="color:#311511">Text here</p>
This sample text font color is #311511
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.
#311511 Background Color
<div style="background-color:#311511">
Div content here</div>
This div background color is #311511
#311511 Border Color
<div style="border:3px solid #311511">
Div here</div>
This div border color is #311511
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,21,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #311511; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #311511; -webkit-box-shadow: 1px 1px 3px 2px #311511; box-shadow: 1px 1px 3px 2px #311511; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,21,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #311511">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #311511; -webkit-box-shadow: 1px 1px 3px 2px #311511; box-shadow: 1px 1px 3px 2px #311511;">
Div content here</div>
This div box has shadow with color #311511
Comments
No comments written yet.
Please login to write comment.