Shades of Cherry Pie #352C52
Tints of Cherry Pie #352C52
RGB
CMYK
RGB Variations
Color information
#352C52 (or 0x352C52) is known color: Cherry Pie. HEX triplet: 35, 2C and 52. RGB value is (53,44,82). Sum of RGB (Red+Green+Blue) = 53+44+82=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #352C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C52 is #CAD3AD. Grayscale: #323232. Windows color (decimal): -13292462 or 5385269. OLE color: 5385269.
HSL color Cylindrical-coordinate representation of color #352C52: hue angle of 254.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #352C52 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 44 | 82 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.68 |
| HSL | 254.21º | 0.3% | 0.25% | - |
| HSV(B) | 254.21º | 0.46% | 0.32% | - |
| XYZ | 3.89 | 3.17 | 8.39 | - |
| YUV | 51.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 82 | 0.35 | 0.46 | 0 | 0.68 | 254.21 | 0.3 | 0.25 |
| Hex | 35 | 2C | 52 | 23 | 2E | 0 | 44 | FE | 1E | 19 |
| Octal | 65 | 54 | 122 | 43 | 56 | 0 | 104 | 376 | 36 | 31 |
| Binary | 110101 | 101100 | 1010010 | 100011 | 101110 | 0 | 1000100 | 11111110 | 11110 | 11001 |
Color Harmonies of #352C52
Complementary color
Monochromatic Colors of #352C52
Black with #352C52
Text Example
Text Example
White with #352C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C52; }
p { color: rgb(53,44,82); }
H1.HeaderClassName
{
color: #352C52;
}
.AnyTagClassName
{
color: #352C52;
}
</style>
background-color css
<style>
a { background-color: #352C52; }
a { background-color: rgb(53,44,82); }
div.DivClassName
{
background-color: #352C52;
}
.BgClassName
{
background-color: #352C52;
}
</style>
border-color css
<style>
span { border-color: #352C52; }
span { border-color: rgb(53,44,82); }
td.TdClassName
{
border-color: #352C52;
}
.TagClassName
{
border-color: #352C52;
}
</style>