Shades of Cherry Pie #392E54
Tints of Cherry Pie #392E54
RGB
CMYK
RGB Variations
Color information
#392E54 (or 0x392E54) is known color: Cherry Pie. HEX triplet: 39, 2E and 54. RGB value is (57,46,84). Sum of RGB (Red+Green+Blue) = 57+46+84=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #392E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E54 is #C6D1AB. Grayscale: #353535. Windows color (decimal): -13029804 or 5516857. OLE color: 5516857.
HSL color Cylindrical-coordinate representation of color #392E54: hue angle of 257.37º 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 #392E54 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 46 | 84 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.67 |
| HSL | 257.37º | 0.29% | 0.25% | - |
| HSV(B) | 257.37º | 0.45% | 0.33% | - |
| XYZ | 4.26 | 3.46 | 8.83 | - |
| YUV | 53.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 84 | 0.32 | 0.45 | 0 | 0.67 | 257.37 | 0.29 | 0.25 |
| Hex | 39 | 2E | 54 | 20 | 2D | 0 | 43 | 101 | 1D | 19 |
| Octal | 71 | 56 | 124 | 40 | 55 | 0 | 103 | 401 | 35 | 31 |
| Binary | 111001 | 101110 | 1010100 | 100000 | 101101 | 0 | 1000011 | 100000001 | 11101 | 11001 |
Color Harmonies of #392E54
Complementary color
Monochromatic Colors of #392E54
Black with #392E54
Text Example
Text Example
White with #392E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E54; }
p { color: rgb(57,46,84); }
H1.HeaderClassName
{
color: #392E54;
}
.AnyTagClassName
{
color: #392E54;
}
</style>
background-color css
<style>
a { background-color: #392E54; }
a { background-color: rgb(57,46,84); }
div.DivClassName
{
background-color: #392E54;
}
.BgClassName
{
background-color: #392E54;
}
</style>
border-color css
<style>
span { border-color: #392E54; }
span { border-color: rgb(57,46,84); }
td.TdClassName
{
border-color: #392E54;
}
.TagClassName
{
border-color: #392E54;
}
</style>