Color spaces of #252933
RGB | 37 | 41 | 51 |
---|---|---|---|
HSL | 0.62 | 0.16 | 0.17 |
HSV | 223° | 27° | 20° |
CMYK | 0.27 | 0.20 | 0.00 0.80 |
XYZ | 2.1534 | 2.2182 | 3.4466 |
Yxy | 2.2182 | 0.2754 | 0.2837 |
Hunter Lab | 14.8936 | -0.2554 | -3.2950 |
CIE-Lab | 16.5930 | 0.9940 | -7.0716 |
#252933 color RGB value is (37,41,51).
#252933 hex color red value is 37, green value is 41 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #252933 hue: 0.62 , saturation: 0.16 and the lightness value of 252933 is 0.17.
The process color (four color CMYK) of #252933 color hex is 0.27, 0.20, 0.00, 0.80. Web safe color of #252933 is #333333. Color #252933 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00101001 | 00110011 |
Octal | 45 | 51 | 63 |
Decimal | 37 | 41 | 51 |
Hex | 25 | 29 | 33 |
Shades of #252933
Tints of #252933
RGB Percentages of Color #252933
CMYK Percentages of Color #252933
Complementary Color
#252933 | #332f25 |
#252933 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#252933 Color Preview on White Background
Lorem ipsum dolor sit amet.
#252933 Color CSS Codes
.mybgcolor {background-color:#252933; } .myforecolor {color:#252933; } .mybordercolor {border:3px solid #252933; }
#252933 Text Font Color
<p style="color:#252933">Text here</p>
This sample text font color is #252933
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.
#252933 Background Color
<div style="background-color:#252933">
Div content here</div>
This div background color is #252933
#252933 Border Color
<div style="border:3px solid #252933">
Div here</div>
This div border color is #252933
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,41,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #252933; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #252933; -webkit-box-shadow: 1px 1px 3px 2px #252933; box-shadow: 1px 1px 3px 2px #252933; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,41,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #252933">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #252933; -webkit-box-shadow: 1px 1px 3px 2px #252933; box-shadow: 1px 1px 3px 2px #252933;">
Div content here</div>
This div box has shadow with color #252933
#252933 Color Palettes
Comments
No comments written yet.
Please login to write comment.