Shades of Cherry Pie #332954
Tints of Cherry Pie #332954
RGB
CMYK
RGB Variations
Color information
#332954 (or 0x332954) is known color: Cherry Pie. HEX triplet: 33, 29 and 54. RGB value is (51,41,84). Sum of RGB (Red+Green+Blue) = 51+41+84=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #332954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332954 is #CCD6AB. Grayscale: #303030. Windows color (decimal): -13424300 or 5515571. OLE color: 5515571.
HSL color Cylindrical-coordinate representation of color #332954: hue angle of 253.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332954 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 41 | 84 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.67 |
| HSL | 253.95º | 0.34% | 0.25% | - |
| HSV(B) | 253.95º | 0.51% | 0.33% | - |
| XYZ | 3.76 | 2.93 | 8.75 | - |
| YUV | 48.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 84 | 0.39 | 0.51 | 0 | 0.67 | 253.95 | 0.34 | 0.25 |
| Hex | 33 | 29 | 54 | 27 | 33 | 0 | 43 | FE | 22 | 19 |
| Octal | 63 | 51 | 124 | 47 | 63 | 0 | 103 | 376 | 42 | 31 |
| Binary | 110011 | 101001 | 1010100 | 100111 | 110011 | 0 | 1000011 | 11111110 | 100010 | 11001 |
Color Harmonies of #332954
Complementary color
Monochromatic Colors of #332954
Black with #332954
Text Example
Text Example
White with #332954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332954; }
p { color: rgb(51,41,84); }
H1.HeaderClassName
{
color: #332954;
}
.AnyTagClassName
{
color: #332954;
}
</style>
background-color css
<style>
a { background-color: #332954; }
a { background-color: rgb(51,41,84); }
div.DivClassName
{
background-color: #332954;
}
.BgClassName
{
background-color: #332954;
}
</style>
border-color css
<style>
span { border-color: #332954; }
span { border-color: rgb(51,41,84); }
td.TdClassName
{
border-color: #332954;
}
.TagClassName
{
border-color: #332954;
}
</style>