Shades of Lucky Point #30314B
Tints of Lucky Point #30314B
RGB
CMYK
RGB Variations
Color information
#30314B (or 0x30314B) is known color: Lucky Point. HEX triplet: 30, 31 and 4B. RGB value is (48,49,75). Sum of RGB (Red+Green+Blue) = 48+49+75=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #30314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30314B is #CFCEB4. Grayscale: #333333. Windows color (decimal): -13618869 or 4927792. OLE color: 4927792.
HSL color Cylindrical-coordinate representation of color #30314B: hue angle of 237.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30314B is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 49 | 75 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.71 |
| HSL | 237.78º | 0.22% | 0.24% | - |
| HSV(B) | 237.78º | 0.36% | 0.29% | - |
| XYZ | 3.59 | 3.33 | 7.11 | - |
| YUV | 51.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 75 | 0.36 | 0.35 | 0 | 0.71 | 237.78 | 0.22 | 0.24 |
| Hex | 30 | 31 | 4B | 24 | 23 | 0 | 47 | EE | 16 | 18 |
| Octal | 60 | 61 | 113 | 44 | 43 | 0 | 107 | 356 | 26 | 30 |
| Binary | 110000 | 110001 | 1001011 | 100100 | 100011 | 0 | 1000111 | 11101110 | 10110 | 11000 |
Color Harmonies of #30314B
Complementary color
Monochromatic Colors of #30314B
Black with #30314B
Text Example
Text Example
White with #30314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30314B; }
p { color: rgb(48,49,75); }
H1.HeaderClassName
{
color: #30314B;
}
.AnyTagClassName
{
color: #30314B;
}
</style>
background-color css
<style>
a { background-color: #30314B; }
a { background-color: rgb(48,49,75); }
div.DivClassName
{
background-color: #30314B;
}
.BgClassName
{
background-color: #30314B;
}
</style>
border-color css
<style>
span { border-color: #30314B; }
span { border-color: rgb(48,49,75); }
td.TdClassName
{
border-color: #30314B;
}
.TagClassName
{
border-color: #30314B;
}
</style>