Shades of Cherry Pie #332E49
Tints of Cherry Pie #332E49
RGB
CMYK
RGB Variations
Color information
#332E49 (or 0x332E49) is known color: Cherry Pie. HEX triplet: 33, 2E and 49. RGB value is (51,46,73). Sum of RGB (Red+Green+Blue) = 51+46+73=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #332E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E49 is #CCD1B6. Grayscale: #323232. Windows color (decimal): -13423031 or 4795955. OLE color: 4795955.
HSL color Cylindrical-coordinate representation of color #332E49: hue angle of 251.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332E49 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 46 | 73 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.71 |
| HSL | 251.11º | 0.23% | 0.23% | - |
| HSV(B) | 251.11º | 0.37% | 0.29% | - |
| XYZ | 3.54 | 3.14 | 6.72 | - |
| YUV | 50.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 73 | 0.30 | 0.37 | 0 | 0.71 | 251.11 | 0.23 | 0.23 |
| Hex | 33 | 2E | 49 | 1E | 25 | 0 | 47 | FB | 17 | 17 |
| Octal | 63 | 56 | 111 | 36 | 45 | 0 | 107 | 373 | 27 | 27 |
| Binary | 110011 | 101110 | 1001001 | 11110 | 100101 | 0 | 1000111 | 11111011 | 10111 | 10111 |
Color Harmonies of #332E49
Complementary color
Monochromatic Colors of #332E49
Black with #332E49
Text Example
Text Example
White with #332E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E49; }
p { color: rgb(51,46,73); }
H1.HeaderClassName
{
color: #332E49;
}
.AnyTagClassName
{
color: #332E49;
}
</style>
background-color css
<style>
a { background-color: #332E49; }
a { background-color: rgb(51,46,73); }
div.DivClassName
{
background-color: #332E49;
}
.BgClassName
{
background-color: #332E49;
}
</style>
border-color css
<style>
span { border-color: #332E49; }
span { border-color: rgb(51,46,73); }
td.TdClassName
{
border-color: #332E49;
}
.TagClassName
{
border-color: #332E49;
}
</style>