Color spaces of #29130d
RGB | 41 | 19 | 13 |
---|---|---|---|
HSL | 0.04 | 0.52 | 0.11 |
HSV | 13° | 68° | 16° |
CMYK | 0.00 | 0.54 | 0.68 0.84 |
XYZ | 1.2200 | 0.9662 | 0.5030 |
Yxy | 0.9662 | 0.4537 | 0.3593 |
Hunter Lab | 9.8295 | 4.9529 | 3.8467 |
CIE-Lab | 8.7066 | 10.5754 | 7.8168 |
#29130d color RGB value is (41,19,13).
#29130d hex color red value is 41, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29130d hue: 0.04 , saturation: 0.52 and the lightness value of 29130d is 0.11.
The process color (four color CMYK) of #29130d color hex is 0.00, 0.54, 0.68, 0.84. Web safe color of #29130d is #330000. Color #29130d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00010011 | 00001101 |
Octal | 51 | 23 | 15 |
Decimal | 41 | 19 | 13 |
Hex | 29 | 13 | D |
Shades of #29130d
Tints of #29130d
RGB Percentages of Color #29130d
CMYK Percentages of Color #29130d
Complementary Color
#29130d | #0d2329 |
#29130d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29130d Color Preview on White Background
Lorem ipsum dolor sit amet.
#29130d Color CSS Codes
.mybgcolor {background-color:#29130d; } .myforecolor {color:#29130d; } .mybordercolor {border:3px solid #29130d; }
#29130d Text Font Color
<p style="color:#29130d">Text here</p>
This sample text font color is #29130d
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.
#29130d Background Color
<div style="background-color:#29130d">
Div content here</div>
This div background color is #29130d
#29130d Border Color
<div style="border:3px solid #29130d">
Div here</div>
This div border color is #29130d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,19,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29130d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29130d; -webkit-box-shadow: 1px 1px 3px 2px #29130d; box-shadow: 1px 1px 3px 2px #29130d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,19,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29130d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29130d; -webkit-box-shadow: 1px 1px 3px 2px #29130d; box-shadow: 1px 1px 3px 2px #29130d;">
Div content here</div>
This div box has shadow with color #29130d
Comments
No comments written yet.
Please login to write comment.