Shades of Cherry Pie #332A54
Tints of Cherry Pie #332A54
RGB
CMYK
RGB Variations
Color information
#332A54 (or 0x332A54) is known color: Cherry Pie. HEX triplet: 33, 2A and 54. RGB value is (51,42,84). Sum of RGB (Red+Green+Blue) = 51+42+84=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #332A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A54 is #CCD5AB. Grayscale: #313131. Windows color (decimal): -13424044 or 5515827. OLE color: 5515827.
HSL color Cylindrical-coordinate representation of color #332A54: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332A54 is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 42 | 84 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.67 |
| HSL | 252.86º | 0.33% | 0.25% | - |
| HSV(B) | 252.86º | 0.5% | 0.33% | - |
| XYZ | 3.79 | 3 | 8.77 | - |
| YUV | 49.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 84 | 0.39 | 0.5 | 0 | 0.67 | 252.86 | 0.33 | 0.25 |
| Hex | 33 | 2A | 54 | 27 | 32 | 0 | 43 | FD | 21 | 19 |
| Octal | 63 | 52 | 124 | 47 | 62 | 0 | 103 | 375 | 41 | 31 |
| Binary | 110011 | 101010 | 1010100 | 100111 | 110010 | 0 | 1000011 | 11111101 | 100001 | 11001 |
Color Harmonies of #332A54
Complementary color
Monochromatic Colors of #332A54
Black with #332A54
Text Example
Text Example
White with #332A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A54; }
p { color: rgb(51,42,84); }
H1.HeaderClassName
{
color: #332A54;
}
.AnyTagClassName
{
color: #332A54;
}
</style>
background-color css
<style>
a { background-color: #332A54; }
a { background-color: rgb(51,42,84); }
div.DivClassName
{
background-color: #332A54;
}
.BgClassName
{
background-color: #332A54;
}
</style>
border-color css
<style>
span { border-color: #332A54; }
span { border-color: rgb(51,42,84); }
td.TdClassName
{
border-color: #332A54;
}
.TagClassName
{
border-color: #332A54;
}
</style>