Shades of Lucky Point #152152
Tints of Lucky Point #152152
RGB
CMYK
RGB Variations
Color information
#152152 (or 0x152152) is known color: Lucky Point. HEX triplet: 15, 21 and 52. RGB value is (21,33,82). Sum of RGB (Red+Green+Blue) = 21+33+82=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #152152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152152 is #EADEAD. Grayscale: #222222. Windows color (decimal): -15392430 or 5382421. OLE color: 5382421.
HSL color Cylindrical-coordinate representation of color #152152: hue angle of 228.2º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152152 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 33 | 82 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.68 |
| HSL | 228.2º | 0.59% | 0.2% | - |
| HSV(B) | 228.2º | 0.74% | 0.32% | - |
| XYZ | 2.38 | 1.86 | 8.22 | - |
| YUV | 35 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 82 | 0.74 | 0.60 | 0 | 0.68 | 228.2 | 0.59 | 0.2 |
| Hex | 15 | 21 | 52 | 4A | 3C | 0 | 44 | E4 | 3B | 14 |
| Octal | 25 | 41 | 122 | 112 | 74 | 0 | 104 | 344 | 73 | 24 |
| Binary | 10101 | 100001 | 1010010 | 1001010 | 111100 | 0 | 1000100 | 11100100 | 111011 | 10100 |
Color Harmonies of #152152
Complementary color
Monochromatic Colors of #152152
Black with #152152
Text Example
Text Example
White with #152152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152152; }
p { color: rgb(21,33,82); }
H1.HeaderClassName
{
color: #152152;
}
.AnyTagClassName
{
color: #152152;
}
</style>
background-color css
<style>
a { background-color: #152152; }
a { background-color: rgb(21,33,82); }
div.DivClassName
{
background-color: #152152;
}
.BgClassName
{
background-color: #152152;
}
</style>
border-color css
<style>
span { border-color: #152152; }
span { border-color: rgb(21,33,82); }
td.TdClassName
{
border-color: #152152;
}
.TagClassName
{
border-color: #152152;
}
</style>