Shades of Lucky Point #313249
Tints of Lucky Point #313249
RGB
CMYK
RGB Variations
Color information
#313249 (or 0x313249) is known color: Lucky Point. HEX triplet: 31, 32 and 49. RGB value is (49,50,73). Sum of RGB (Red+Green+Blue) = 49+50+73=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #313249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313249 is #CECDB6. Grayscale: #343434. Windows color (decimal): -13553079 or 4796977. OLE color: 4796977.
HSL color Cylindrical-coordinate representation of color #313249: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313249 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 50 | 73 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.71 |
| HSL | 237.5º | 0.2% | 0.24% | - |
| HSV(B) | 237.5º | 0.33% | 0.29% | - |
| XYZ | 3.61 | 3.42 | 6.77 | - |
| YUV | 52.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 73 | 0.33 | 0.32 | 0 | 0.71 | 237.5 | 0.2 | 0.24 |
| Hex | 31 | 32 | 49 | 21 | 20 | 0 | 47 | EE | 14 | 18 |
| Octal | 61 | 62 | 111 | 41 | 40 | 0 | 107 | 356 | 24 | 30 |
| Binary | 110001 | 110010 | 1001001 | 100001 | 100000 | 0 | 1000111 | 11101110 | 10100 | 11000 |
Color Harmonies of #313249
Complementary color
Monochromatic Colors of #313249
Black with #313249
Text Example
Text Example
White with #313249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313249; }
p { color: rgb(49,50,73); }
H1.HeaderClassName
{
color: #313249;
}
.AnyTagClassName
{
color: #313249;
}
</style>
background-color css
<style>
a { background-color: #313249; }
a { background-color: rgb(49,50,73); }
div.DivClassName
{
background-color: #313249;
}
.BgClassName
{
background-color: #313249;
}
</style>
border-color css
<style>
span { border-color: #313249; }
span { border-color: rgb(49,50,73); }
td.TdClassName
{
border-color: #313249;
}
.TagClassName
{
border-color: #313249;
}
</style>