Shades of Cherry Pie #332F4D
Tints of Cherry Pie #332F4D
RGB
CMYK
RGB Variations
Color information
#332F4D (or 0x332F4D) is known color: Cherry Pie. HEX triplet: 33, 2F and 4D. RGB value is (51,47,77). Sum of RGB (Red+Green+Blue) = 51+47+77=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #332F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F4D is #CCD0B2. Grayscale: #333333. Windows color (decimal): -13422771 or 5058355. OLE color: 5058355.
HSL color Cylindrical-coordinate representation of color #332F4D: hue angle of 248º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #332F4D is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 47 | 77 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.70 |
| HSL | 248º | 0.24% | 0.24% | - |
| HSV(B) | 248º | 0.39% | 0.3% | - |
| XYZ | 3.72 | 3.27 | 7.46 | - |
| YUV | 51.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 77 | 0.34 | 0.39 | 0 | 0.70 | 248 | 0.24 | 0.24 |
| Hex | 33 | 2F | 4D | 22 | 27 | 0 | 46 | F8 | 18 | 18 |
| Octal | 63 | 57 | 115 | 42 | 47 | 0 | 106 | 370 | 30 | 30 |
| Binary | 110011 | 101111 | 1001101 | 100010 | 100111 | 0 | 1000110 | 11111000 | 11000 | 11000 |
Color Harmonies of #332F4D
Complementary color
Monochromatic Colors of #332F4D
Black with #332F4D
Text Example
Text Example
White with #332F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F4D; }
p { color: rgb(51,47,77); }
H1.HeaderClassName
{
color: #332F4D;
}
.AnyTagClassName
{
color: #332F4D;
}
</style>
background-color css
<style>
a { background-color: #332F4D; }
a { background-color: rgb(51,47,77); }
div.DivClassName
{
background-color: #332F4D;
}
.BgClassName
{
background-color: #332F4D;
}
</style>
border-color css
<style>
span { border-color: #332F4D; }
span { border-color: rgb(51,47,77); }
td.TdClassName
{
border-color: #332F4D;
}
.TagClassName
{
border-color: #332F4D;
}
</style>