Shades of Cherry Pie #332E53
Tints of Cherry Pie #332E53
RGB
CMYK
RGB Variations
Color information
#332E53 (or 0x332E53) is known color: Cherry Pie. HEX triplet: 33, 2E and 53. RGB value is (51,46,83). Sum of RGB (Red+Green+Blue) = 51+46+83=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #332E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E53 is #CCD1AC. Grayscale: #333333. Windows color (decimal): -13423021 or 5451315. OLE color: 5451315.
HSL color Cylindrical-coordinate representation of color #332E53: hue angle of 248.11º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #332E53 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 46 | 83 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.67 |
| HSL | 248.11º | 0.29% | 0.25% | - |
| HSV(B) | 248.11º | 0.45% | 0.33% | - |
| XYZ | 3.9 | 3.28 | 8.61 | - |
| YUV | 51.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 83 | 0.39 | 0.45 | 0 | 0.67 | 248.11 | 0.29 | 0.25 |
| Hex | 33 | 2E | 53 | 27 | 2D | 0 | 43 | F8 | 1D | 19 |
| Octal | 63 | 56 | 123 | 47 | 55 | 0 | 103 | 370 | 35 | 31 |
| Binary | 110011 | 101110 | 1010011 | 100111 | 101101 | 0 | 1000011 | 11111000 | 11101 | 11001 |
Color Harmonies of #332E53
Complementary color
Monochromatic Colors of #332E53
Black with #332E53
Text Example
Text Example
White with #332E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E53; }
p { color: rgb(51,46,83); }
H1.HeaderClassName
{
color: #332E53;
}
.AnyTagClassName
{
color: #332E53;
}
</style>
background-color css
<style>
a { background-color: #332E53; }
a { background-color: rgb(51,46,83); }
div.DivClassName
{
background-color: #332E53;
}
.BgClassName
{
background-color: #332E53;
}
</style>
border-color css
<style>
span { border-color: #332E53; }
span { border-color: rgb(51,46,83); }
td.TdClassName
{
border-color: #332E53;
}
.TagClassName
{
border-color: #332E53;
}
</style>