Shades of Cherry Pie #332B4B
Tints of Cherry Pie #332B4B
RGB
CMYK
RGB Variations
Color information
#332B4B (or 0x332B4B) is known color: Cherry Pie. HEX triplet: 33, 2B and 4B. RGB value is (51,43,75). Sum of RGB (Red+Green+Blue) = 51+43+75=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #332B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B4B is #CCD4B4. Grayscale: #303030. Windows color (decimal): -13423797 or 4926259. OLE color: 4926259.
HSL color Cylindrical-coordinate representation of color #332B4B: hue angle of 255º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #332B4B is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 43 | 75 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.71 |
| HSL | 255º | 0.27% | 0.23% | - |
| HSV(B) | 255º | 0.43% | 0.29% | - |
| XYZ | 3.5 | 2.94 | 7.04 | - |
| YUV | 49.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 75 | 0.32 | 0.43 | 0 | 0.71 | 255 | 0.27 | 0.23 |
| Hex | 33 | 2B | 4B | 20 | 2B | 0 | 47 | FF | 1B | 17 |
| Octal | 63 | 53 | 113 | 40 | 53 | 0 | 107 | 377 | 33 | 27 |
| Binary | 110011 | 101011 | 1001011 | 100000 | 101011 | 0 | 1000111 | 11111111 | 11011 | 10111 |
Color Harmonies of #332B4B
Complementary color
Monochromatic Colors of #332B4B
Black with #332B4B
Text Example
Text Example
White with #332B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B4B; }
p { color: rgb(51,43,75); }
H1.HeaderClassName
{
color: #332B4B;
}
.AnyTagClassName
{
color: #332B4B;
}
</style>
background-color css
<style>
a { background-color: #332B4B; }
a { background-color: rgb(51,43,75); }
div.DivClassName
{
background-color: #332B4B;
}
.BgClassName
{
background-color: #332B4B;
}
</style>
border-color css
<style>
span { border-color: #332B4B; }
span { border-color: rgb(51,43,75); }
td.TdClassName
{
border-color: #332B4B;
}
.TagClassName
{
border-color: #332B4B;
}
</style>