Color spaces of #292530
RGB | 41 | 37 | 48 |
---|---|---|---|
HSL | 0.73 | 0.13 | 0.17 |
HSV | 262° | 23° | 19° |
CMYK | 0.15 | 0.23 | 0.00 0.81 |
XYZ | 2.1095 | 2.0080 | 3.0727 |
Yxy | 2.0080 | 0.2934 | 0.2793 |
Hunter Lab | 14.1704 | 1.7745 | -2.9371 |
CIE-Lab | 15.5292 | 4.6116 | -6.5299 |
#292530 color RGB value is (41,37,48).
#292530 hex color red value is 41, green value is 37 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #292530 hue: 0.73 , saturation: 0.13 and the lightness value of 292530 is 0.17.
The process color (four color CMYK) of #292530 color hex is 0.15, 0.23, 0.00, 0.81. Web safe color of #292530 is #333333. Color #292530 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00100101 | 00110000 |
Octal | 51 | 45 | 60 |
Decimal | 41 | 37 | 48 |
Hex | 29 | 25 | 30 |
Shades of #292530
Tints of #292530
RGB Percentages of Color #292530
CMYK Percentages of Color #292530
Complementary Color
#292530 | #2c3025 |
#292530 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#292530 Color Preview on White Background
Lorem ipsum dolor sit amet.
#292530 Color CSS Codes
.mybgcolor {background-color:#292530; } .myforecolor {color:#292530; } .mybordercolor {border:3px solid #292530; }
#292530 Text Font Color
<p style="color:#292530">Text here</p>
This sample text font color is #292530
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.
#292530 Background Color
<div style="background-color:#292530">
Div content here</div>
This div background color is #292530
#292530 Border Color
<div style="border:3px solid #292530">
Div here</div>
This div border color is #292530
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,37,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #292530; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #292530; -webkit-box-shadow: 1px 1px 3px 2px #292530; box-shadow: 1px 1px 3px 2px #292530; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,37,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #292530">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #292530; -webkit-box-shadow: 1px 1px 3px 2px #292530; box-shadow: 1px 1px 3px 2px #292530;">
Div content here</div>
This div box has shadow with color #292530
Comments
No comments written yet.
Please login to write comment.