Shades of Cherry Pie #32294C
Tints of Cherry Pie #32294C
RGB
CMYK
RGB Variations
Color information
#32294C (or 0x32294C) is known color: Cherry Pie. HEX triplet: 32, 29 and 4C. RGB value is (50,41,76). Sum of RGB (Red+Green+Blue) = 50+41+76=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #32294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32294C is #CDD6B3. Grayscale: #2F2F2F. Windows color (decimal): -13489844 or 4991282. OLE color: 4991282.
HSL color Cylindrical-coordinate representation of color #32294C: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32294C is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 41 | 76 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.70 |
| HSL | 255.43º | 0.3% | 0.23% | - |
| HSV(B) | 255.43º | 0.46% | 0.3% | - |
| XYZ | 3.41 | 2.79 | 7.2 | - |
| YUV | 47.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 76 | 0.34 | 0.46 | 0 | 0.70 | 255.43 | 0.3 | 0.23 |
| Hex | 32 | 29 | 4C | 22 | 2E | 0 | 46 | FF | 1E | 17 |
| Octal | 62 | 51 | 114 | 42 | 56 | 0 | 106 | 377 | 36 | 27 |
| Binary | 110010 | 101001 | 1001100 | 100010 | 101110 | 0 | 1000110 | 11111111 | 11110 | 10111 |
Color Harmonies of #32294C
Complementary color
Monochromatic Colors of #32294C
Black with #32294C
Text Example
Text Example
White with #32294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32294C; }
p { color: rgb(50,41,76); }
H1.HeaderClassName
{
color: #32294C;
}
.AnyTagClassName
{
color: #32294C;
}
</style>
background-color css
<style>
a { background-color: #32294C; }
a { background-color: rgb(50,41,76); }
div.DivClassName
{
background-color: #32294C;
}
.BgClassName
{
background-color: #32294C;
}
</style>
border-color css
<style>
span { border-color: #32294C; }
span { border-color: rgb(50,41,76); }
td.TdClassName
{
border-color: #32294C;
}
.TagClassName
{
border-color: #32294C;
}
</style>