Shades of Cherry Pie #393352
Tints of Cherry Pie #393352
RGB
CMYK
RGB Variations
Color information
#393352 (or 0x393352) is known color: Cherry Pie. HEX triplet: 39, 33 and 52. RGB value is (57,51,82). Sum of RGB (Red+Green+Blue) = 57+51+82=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #393352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393352 is #C6CCAD. Grayscale: #383838. Windows color (decimal): -13028526 or 5387065. OLE color: 5387065.
HSL color Cylindrical-coordinate representation of color #393352: hue angle of 251.61º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #393352 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 51 | 82 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.68 |
| HSL | 251.61º | 0.23% | 0.26% | - |
| HSV(B) | 251.61º | 0.38% | 0.32% | - |
| XYZ | 4.39 | 3.85 | 8.49 | - |
| YUV | 56.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 82 | 0.30 | 0.38 | 0 | 0.68 | 251.61 | 0.23 | 0.26 |
| Hex | 39 | 33 | 52 | 1E | 26 | 0 | 44 | FC | 17 | 1A |
| Octal | 71 | 63 | 122 | 36 | 46 | 0 | 104 | 374 | 27 | 32 |
| Binary | 111001 | 110011 | 1010010 | 11110 | 100110 | 0 | 1000100 | 11111100 | 10111 | 11010 |
Color Harmonies of #393352
Complementary color
Monochromatic Colors of #393352
Black with #393352
Text Example
Text Example
White with #393352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393352; }
p { color: rgb(57,51,82); }
H1.HeaderClassName
{
color: #393352;
}
.AnyTagClassName
{
color: #393352;
}
</style>
background-color css
<style>
a { background-color: #393352; }
a { background-color: rgb(57,51,82); }
div.DivClassName
{
background-color: #393352;
}
.BgClassName
{
background-color: #393352;
}
</style>
border-color css
<style>
span { border-color: #393352; }
span { border-color: rgb(57,51,82); }
td.TdClassName
{
border-color: #393352;
}
.TagClassName
{
border-color: #393352;
}
</style>