Color spaces of #271016
RGB | 39 | 16 | 22 |
---|---|---|---|
HSL | 0.96 | 0.42 | 0.11 |
HSV | 344° | 59° | 15° |
CMYK | 0.00 | 0.59 | 0.44 0.85 |
XYZ | 1.1668 | 0.8598 | 0.8635 |
Yxy | 0.8598 | 0.4037 | 0.2975 |
Hunter Lab | 9.2725 | 6.2344 | 0.9694 |
CIE-Lab | 7.7665 | 12.9007 | 1.0395 |
#271016 color RGB value is (39,16,22).
#271016 hex color red value is 39, green value is 16 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #271016 hue: 0.96 , saturation: 0.42 and the lightness value of 271016 is 0.11.
The process color (four color CMYK) of #271016 color hex is 0.00, 0.59, 0.44, 0.85. Web safe color of #271016 is #330000. Color #271016 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00010000 | 00010110 |
Octal | 47 | 20 | 26 |
Decimal | 39 | 16 | 22 |
Hex | 27 | 10 | 16 |
Shades of #271016
Tints of #271016
RGB Percentages of Color #271016
CMYK Percentages of Color #271016
Complementary Color
#271016 | #102721 |
#271016 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#271016 Color Preview on White Background
Lorem ipsum dolor sit amet.
#271016 Color CSS Codes
.mybgcolor {background-color:#271016; } .myforecolor {color:#271016; } .mybordercolor {border:3px solid #271016; }
#271016 Text Font Color
<p style="color:#271016">Text here</p>
This sample text font color is #271016
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.
#271016 Background Color
<div style="background-color:#271016">
Div content here</div>
This div background color is #271016
#271016 Border Color
<div style="border:3px solid #271016">
Div here</div>
This div border color is #271016
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,16,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #271016; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #271016; -webkit-box-shadow: 1px 1px 3px 2px #271016; box-shadow: 1px 1px 3px 2px #271016; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,16,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #271016">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #271016; -webkit-box-shadow: 1px 1px 3px 2px #271016; box-shadow: 1px 1px 3px 2px #271016;">
Div content here</div>
This div box has shadow with color #271016
Comments
No comments written yet.
Please login to write comment.