Shades of Cherry Pie #332C55
Tints of Cherry Pie #332C55
RGB
CMYK
RGB Variations
Color information
#332C55 (or 0x332C55) is known color: Cherry Pie. HEX triplet: 33, 2C and 55. RGB value is (51,44,85). Sum of RGB (Red+Green+Blue) = 51+44+85=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #332C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C55 is #CCD3AA. Grayscale: #323232. Windows color (decimal): -13423531 or 5581875. OLE color: 5581875.
HSL color Cylindrical-coordinate representation of color #332C55: hue angle of 250.24º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #332C55 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 44 | 85 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.67 |
| HSL | 250.24º | 0.32% | 0.25% | - |
| HSV(B) | 250.24º | 0.48% | 0.33% | - |
| XYZ | 3.91 | 3.16 | 9 | - |
| YUV | 50.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 85 | 0.40 | 0.48 | 0 | 0.67 | 250.24 | 0.32 | 0.25 |
| Hex | 33 | 2C | 55 | 28 | 30 | 0 | 43 | FA | 20 | 19 |
| Octal | 63 | 54 | 125 | 50 | 60 | 0 | 103 | 372 | 40 | 31 |
| Binary | 110011 | 101100 | 1010101 | 101000 | 110000 | 0 | 1000011 | 11111010 | 100000 | 11001 |
Color Harmonies of #332C55
Complementary color
Monochromatic Colors of #332C55
Black with #332C55
Text Example
Text Example
White with #332C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C55; }
p { color: rgb(51,44,85); }
H1.HeaderClassName
{
color: #332C55;
}
.AnyTagClassName
{
color: #332C55;
}
</style>
background-color css
<style>
a { background-color: #332C55; }
a { background-color: rgb(51,44,85); }
div.DivClassName
{
background-color: #332C55;
}
.BgClassName
{
background-color: #332C55;
}
</style>
border-color css
<style>
span { border-color: #332C55; }
span { border-color: rgb(51,44,85); }
td.TdClassName
{
border-color: #332C55;
}
.TagClassName
{
border-color: #332C55;
}
</style>