Shades of Lucky Point #30314C
Tints of Lucky Point #30314C
RGB
CMYK
RGB Variations
Color information
#30314C (or 0x30314C) is known color: Lucky Point. HEX triplet: 30, 31 and 4C. RGB value is (48,49,76). Sum of RGB (Red+Green+Blue) = 48+49+76=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #30314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30314C is #CFCEB3. Grayscale: #333333. Windows color (decimal): -13618868 or 4993328. OLE color: 4993328.
HSL color Cylindrical-coordinate representation of color #30314C: hue angle of 237.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30314C is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 49 | 76 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.70 |
| HSL | 237.86º | 0.23% | 0.24% | - |
| HSV(B) | 237.86º | 0.37% | 0.3% | - |
| XYZ | 3.62 | 3.35 | 7.29 | - |
| YUV | 51.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 76 | 0.37 | 0.36 | 0 | 0.70 | 237.86 | 0.23 | 0.24 |
| Hex | 30 | 31 | 4C | 25 | 24 | 0 | 46 | EE | 17 | 18 |
| Octal | 60 | 61 | 114 | 45 | 44 | 0 | 106 | 356 | 27 | 30 |
| Binary | 110000 | 110001 | 1001100 | 100101 | 100100 | 0 | 1000110 | 11101110 | 10111 | 11000 |
Color Harmonies of #30314C
Complementary color
Monochromatic Colors of #30314C
Black with #30314C
Text Example
Text Example
White with #30314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30314C; }
p { color: rgb(48,49,76); }
H1.HeaderClassName
{
color: #30314C;
}
.AnyTagClassName
{
color: #30314C;
}
</style>
background-color css
<style>
a { background-color: #30314C; }
a { background-color: rgb(48,49,76); }
div.DivClassName
{
background-color: #30314C;
}
.BgClassName
{
background-color: #30314C;
}
</style>
border-color css
<style>
span { border-color: #30314C; }
span { border-color: rgb(48,49,76); }
td.TdClassName
{
border-color: #30314C;
}
.TagClassName
{
border-color: #30314C;
}
</style>