Shades of Lucky Point #282952
Tints of Lucky Point #282952
RGB
CMYK
RGB Variations
Color information
#282952 (or 0x282952) is known color: Lucky Point. HEX triplet: 28, 29 and 52. RGB value is (40,41,82). Sum of RGB (Red+Green+Blue) = 40+41+82=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #282952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282952 is #D7D6AD. Grayscale: #2D2D2D. Windows color (decimal): -14145198 or 5384488. OLE color: 5384488.
HSL color Cylindrical-coordinate representation of color #282952: hue angle of 238.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282952 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 41 | 82 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.68 |
| HSL | 238.57º | 0.34% | 0.24% | - |
| HSV(B) | 238.57º | 0.51% | 0.32% | - |
| XYZ | 3.19 | 2.65 | 8.33 | - |
| YUV | 45.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 82 | 0.51 | 0.50 | 0 | 0.68 | 238.57 | 0.34 | 0.24 |
| Hex | 28 | 29 | 52 | 33 | 32 | 0 | 44 | EF | 22 | 18 |
| Octal | 50 | 51 | 122 | 63 | 62 | 0 | 104 | 357 | 42 | 30 |
| Binary | 101000 | 101001 | 1010010 | 110011 | 110010 | 0 | 1000100 | 11101111 | 100010 | 11000 |
Color Harmonies of #282952
Complementary color
Monochromatic Colors of #282952
Black with #282952
Text Example
Text Example
White with #282952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282952; }
p { color: rgb(40,41,82); }
H1.HeaderClassName
{
color: #282952;
}
.AnyTagClassName
{
color: #282952;
}
</style>
background-color css
<style>
a { background-color: #282952; }
a { background-color: rgb(40,41,82); }
div.DivClassName
{
background-color: #282952;
}
.BgClassName
{
background-color: #282952;
}
</style>
border-color css
<style>
span { border-color: #282952; }
span { border-color: rgb(40,41,82); }
td.TdClassName
{
border-color: #282952;
}
.TagClassName
{
border-color: #282952;
}
</style>