Color spaces of #282930
RGB | 40 | 41 | 48 |
---|---|---|---|
HSL | 0.65 | 0.09 | 0.17 |
HSV | 233° | 17° | 19° |
CMYK | 0.17 | 0.15 | 0.00 0.81 |
XYZ | 2.2015 | 2.2504 | 3.1146 |
Yxy | 2.2504 | 0.2910 | 0.2974 |
Hunter Lab | 15.0013 | -0.0568 | -1.8089 |
CIE-Lab | 16.7500 | 1.3631 | -4.7006 |
#282930 color RGB value is (40,41,48).
#282930 hex color red value is 40, green value is 41 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #282930 hue: 0.65 , saturation: 0.09 and the lightness value of 282930 is 0.17.
The process color (four color CMYK) of #282930 color hex is 0.17, 0.15, 0.00, 0.81. Web safe color of #282930 is #333333. Color #282930 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00101001 | 00110000 |
Octal | 50 | 51 | 60 |
Decimal | 40 | 41 | 48 |
Hex | 28 | 29 | 30 |
Shades of #282930
Tints of #282930
RGB Percentages of Color #282930
CMYK Percentages of Color #282930
Complementary Color
#282930 | #302f28 |
#282930 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#282930 Color Preview on White Background
Lorem ipsum dolor sit amet.
#282930 Color CSS Codes
.mybgcolor {background-color:#282930; } .myforecolor {color:#282930; } .mybordercolor {border:3px solid #282930; }
#282930 Text Font Color
<p style="color:#282930">Text here</p>
This sample text font color is #282930
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.
#282930 Background Color
<div style="background-color:#282930">
Div content here</div>
This div background color is #282930
#282930 Border Color
<div style="border:3px solid #282930">
Div here</div>
This div border color is #282930
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,41,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #282930; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #282930; -webkit-box-shadow: 1px 1px 3px 2px #282930; box-shadow: 1px 1px 3px 2px #282930; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,41,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 #282930">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #282930; -webkit-box-shadow: 1px 1px 3px 2px #282930; box-shadow: 1px 1px 3px 2px #282930;">
Div content here</div>
This div box has shadow with color #282930
Comments
No comments written yet.
Please login to write comment.