Shades of Cherry Pie #392E58
Tints of Cherry Pie #392E58
RGB
CMYK
RGB Variations
Color information
#392E58 (or 0x392E58) is known color: Cherry Pie. HEX triplet: 39, 2E and 58. RGB value is (57,46,88). Sum of RGB (Red+Green+Blue) = 57+46+88=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #392E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E58 is #C6D1A7. Grayscale: #353535. Windows color (decimal): -13029800 or 5779001. OLE color: 5779001.
HSL color Cylindrical-coordinate representation of color #392E58: hue angle of 255.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #392E58 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 46 | 88 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.65 |
| HSL | 255.71º | 0.31% | 0.26% | - |
| HSV(B) | 255.71º | 0.48% | 0.35% | - |
| XYZ | 4.43 | 3.53 | 9.68 | - |
| YUV | 54.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 88 | 0.35 | 0.48 | 0 | 0.65 | 255.71 | 0.31 | 0.26 |
| Hex | 39 | 2E | 58 | 23 | 30 | 0 | 41 | 100 | 1F | 1A |
| Octal | 71 | 56 | 130 | 43 | 60 | 0 | 101 | 400 | 37 | 32 |
| Binary | 111001 | 101110 | 1011000 | 100011 | 110000 | 0 | 1000001 | 100000000 | 11111 | 11010 |
Color Harmonies of #392E58
Complementary color
Monochromatic Colors of #392E58
Black with #392E58
Text Example
Text Example
White with #392E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E58; }
p { color: rgb(57,46,88); }
H1.HeaderClassName
{
color: #392E58;
}
.AnyTagClassName
{
color: #392E58;
}
</style>
background-color css
<style>
a { background-color: #392E58; }
a { background-color: rgb(57,46,88); }
div.DivClassName
{
background-color: #392E58;
}
.BgClassName
{
background-color: #392E58;
}
</style>
border-color css
<style>
span { border-color: #392E58; }
span { border-color: rgb(57,46,88); }
td.TdClassName
{
border-color: #392E58;
}
.TagClassName
{
border-color: #392E58;
}
</style>