Color spaces of #282431
RGB | 40 | 36 | 49 |
---|---|---|---|
HSL | 0.72 | 0.15 | 0.17 |
HSV | 258° | 27° | 19° |
CMYK | 0.18 | 0.27 | 0.00 0.81 |
XYZ | 2.0603 | 1.9346 | 3.1706 |
Yxy | 1.9346 | 0.2875 | 0.2700 |
Hunter Lab | 13.9090 | 2.1000 | -3.7791 |
CIE-Lab | 15.1402 | 5.1871 | -7.8405 |
#282431 color RGB value is (40,36,49).
#282431 hex color red value is 40, green value is 36 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #282431 hue: 0.72 , saturation: 0.15 and the lightness value of 282431 is 0.17.
The process color (four color CMYK) of #282431 color hex is 0.18, 0.27, 0.00, 0.81. Web safe color of #282431 is #333333. Color #282431 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00100100 | 00110001 |
Octal | 50 | 44 | 61 |
Decimal | 40 | 36 | 49 |
Hex | 28 | 24 | 31 |
Shades of #282431
Tints of #282431
RGB Percentages of Color #282431
CMYK Percentages of Color #282431
Complementary Color
#282431 | #2d3124 |
#282431 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#282431 Color Preview on White Background
Lorem ipsum dolor sit amet.
#282431 Color CSS Codes
.mybgcolor {background-color:#282431; } .myforecolor {color:#282431; } .mybordercolor {border:3px solid #282431; }
#282431 Text Font Color
<p style="color:#282431">Text here</p>
This sample text font color is #282431
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.
#282431 Background Color
<div style="background-color:#282431">
Div content here</div>
This div background color is #282431
#282431 Border Color
<div style="border:3px solid #282431">
Div here</div>
This div border color is #282431
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,36,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #282431; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #282431; -webkit-box-shadow: 1px 1px 3px 2px #282431; box-shadow: 1px 1px 3px 2px #282431; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,36,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #282431">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #282431; -webkit-box-shadow: 1px 1px 3px 2px #282431; box-shadow: 1px 1px 3px 2px #282431;">
Div content here</div>
This div box has shadow with color #282431
#282431 Color Palettes
Comments
No comments written yet.
Please login to write comment.