Shades of Lucky Point #303050
Tints of Lucky Point #303050
RGB
CMYK
RGB Variations
Color information
#303050 (or 0x303050) is known color: Lucky Point. HEX triplet: 30, 30 and 50. RGB value is (48,48,80). Sum of RGB (Red+Green+Blue) = 48+48+80=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #303050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303050 is #CFCFAF. Grayscale: #333333. Windows color (decimal): -13619120 or 5255216. OLE color: 5255216.
HSL color Cylindrical-coordinate representation of color #303050: hue angle of 240º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303050 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 48 | 80 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.69 |
| HSL | 240º | 0.25% | 0.25% | - |
| HSV(B) | 240º | 0.4% | 0.31% | - |
| XYZ | 3.72 | 3.32 | 8.03 | - |
| YUV | 51.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 80 | 0.40 | 0.40 | 0 | 0.69 | 240 | 0.25 | 0.25 |
| Hex | 30 | 30 | 50 | 28 | 28 | 0 | 45 | F0 | 19 | 19 |
| Octal | 60 | 60 | 120 | 50 | 50 | 0 | 105 | 360 | 31 | 31 |
| Binary | 110000 | 110000 | 1010000 | 101000 | 101000 | 0 | 1000101 | 11110000 | 11001 | 11001 |
Color Harmonies of #303050
Complementary color
Monochromatic Colors of #303050
Black with #303050
Text Example
Text Example
White with #303050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303050; }
p { color: rgb(48,48,80); }
H1.HeaderClassName
{
color: #303050;
}
.AnyTagClassName
{
color: #303050;
}
</style>
background-color css
<style>
a { background-color: #303050; }
a { background-color: rgb(48,48,80); }
div.DivClassName
{
background-color: #303050;
}
.BgClassName
{
background-color: #303050;
}
</style>
border-color css
<style>
span { border-color: #303050; }
span { border-color: rgb(48,48,80); }
td.TdClassName
{
border-color: #303050;
}
.TagClassName
{
border-color: #303050;
}
</style>