Shades of Cherry Pie #332B4D
Tints of Cherry Pie #332B4D
RGB
CMYK
RGB Variations
Color information
#332B4D (or 0x332B4D) is known color: Cherry Pie. HEX triplet: 33, 2B and 4D. RGB value is (51,43,77). Sum of RGB (Red+Green+Blue) = 51+43+77=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #332B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B4D is #CCD4B2. Grayscale: #313131. Windows color (decimal): -13423795 or 5057331. OLE color: 5057331.
HSL color Cylindrical-coordinate representation of color #332B4D: hue angle of 254.12º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #332B4D is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 43 | 77 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.70 |
| HSL | 254.12º | 0.28% | 0.24% | - |
| HSV(B) | 254.12º | 0.44% | 0.3% | - |
| XYZ | 3.57 | 2.97 | 7.41 | - |
| YUV | 49.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 77 | 0.34 | 0.44 | 0 | 0.70 | 254.12 | 0.28 | 0.24 |
| Hex | 33 | 2B | 4D | 22 | 2C | 0 | 46 | FE | 1C | 18 |
| Octal | 63 | 53 | 115 | 42 | 54 | 0 | 106 | 376 | 34 | 30 |
| Binary | 110011 | 101011 | 1001101 | 100010 | 101100 | 0 | 1000110 | 11111110 | 11100 | 11000 |
Color Harmonies of #332B4D
Complementary color
Monochromatic Colors of #332B4D
Black with #332B4D
Text Example
Text Example
White with #332B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B4D; }
p { color: rgb(51,43,77); }
H1.HeaderClassName
{
color: #332B4D;
}
.AnyTagClassName
{
color: #332B4D;
}
</style>
background-color css
<style>
a { background-color: #332B4D; }
a { background-color: rgb(51,43,77); }
div.DivClassName
{
background-color: #332B4D;
}
.BgClassName
{
background-color: #332B4D;
}
</style>
border-color css
<style>
span { border-color: #332B4D; }
span { border-color: rgb(51,43,77); }
td.TdClassName
{
border-color: #332B4D;
}
.TagClassName
{
border-color: #332B4D;
}
</style>