Shades of Cherry Pie #332B49
Tints of Cherry Pie #332B49
RGB
CMYK
RGB Variations
Color information
#332B49 (or 0x332B49) is known color: Cherry Pie. HEX triplet: 33, 2B and 49. RGB value is (51,43,73). Sum of RGB (Red+Green+Blue) = 51+43+73=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #332B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B49 is #CCD4B6. Grayscale: #303030. Windows color (decimal): -13423799 or 4795187. OLE color: 4795187.
HSL color Cylindrical-coordinate representation of color #332B49: hue angle of 256º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332B49 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 43 | 73 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.71 |
| HSL | 256º | 0.26% | 0.23% | - |
| HSV(B) | 256º | 0.41% | 0.29% | - |
| XYZ | 3.43 | 2.91 | 6.68 | - |
| YUV | 48.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 73 | 0.30 | 0.41 | 0 | 0.71 | 256 | 0.26 | 0.23 |
| Hex | 33 | 2B | 49 | 1E | 29 | 0 | 47 | 100 | 1A | 17 |
| Octal | 63 | 53 | 111 | 36 | 51 | 0 | 107 | 400 | 32 | 27 |
| Binary | 110011 | 101011 | 1001001 | 11110 | 101001 | 0 | 1000111 | 100000000 | 11010 | 10111 |
Color Harmonies of #332B49
Complementary color
Monochromatic Colors of #332B49
Black with #332B49
Text Example
Text Example
White with #332B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B49; }
p { color: rgb(51,43,73); }
H1.HeaderClassName
{
color: #332B49;
}
.AnyTagClassName
{
color: #332B49;
}
</style>
background-color css
<style>
a { background-color: #332B49; }
a { background-color: rgb(51,43,73); }
div.DivClassName
{
background-color: #332B49;
}
.BgClassName
{
background-color: #332B49;
}
</style>
border-color css
<style>
span { border-color: #332B49; }
span { border-color: rgb(51,43,73); }
td.TdClassName
{
border-color: #332B49;
}
.TagClassName
{
border-color: #332B49;
}
</style>