Shades of Cherry Pie #392B58
Tints of Cherry Pie #392B58
RGB
CMYK
RGB Variations
Color information
#392B58 (or 0x392B58) is known color: Cherry Pie. HEX triplet: 39, 2B and 58. RGB value is (57,43,88). Sum of RGB (Red+Green+Blue) = 57+43+88=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #392B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B58 is #C6D4A7. Grayscale: #343434. Windows color (decimal): -13030568 or 5778233. OLE color: 5778233.
HSL color Cylindrical-coordinate representation of color #392B58: hue angle of 258.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392B58 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 43 | 88 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.65 |
| HSL | 258.67º | 0.34% | 0.26% | - |
| HSV(B) | 258.67º | 0.51% | 0.35% | - |
| XYZ | 4.31 | 3.3 | 9.64 | - |
| YUV | 52.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 88 | 0.35 | 0.51 | 0 | 0.65 | 258.67 | 0.34 | 0.26 |
| Hex | 39 | 2B | 58 | 23 | 33 | 0 | 41 | 103 | 22 | 1A |
| Octal | 71 | 53 | 130 | 43 | 63 | 0 | 101 | 403 | 42 | 32 |
| Binary | 111001 | 101011 | 1011000 | 100011 | 110011 | 0 | 1000001 | 100000011 | 100010 | 11010 |
Color Harmonies of #392B58
Complementary color
Monochromatic Colors of #392B58
Black with #392B58
Text Example
Text Example
White with #392B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B58; }
p { color: rgb(57,43,88); }
H1.HeaderClassName
{
color: #392B58;
}
.AnyTagClassName
{
color: #392B58;
}
</style>
background-color css
<style>
a { background-color: #392B58; }
a { background-color: rgb(57,43,88); }
div.DivClassName
{
background-color: #392B58;
}
.BgClassName
{
background-color: #392B58;
}
</style>
border-color css
<style>
span { border-color: #392B58; }
span { border-color: rgb(57,43,88); }
td.TdClassName
{
border-color: #392B58;
}
.TagClassName
{
border-color: #392B58;
}
</style>