Shades of Cherry Pie #393151
Tints of Cherry Pie #393151
RGB
CMYK
RGB Variations
Color information
#393151 (or 0x393151) is known color: Cherry Pie. HEX triplet: 39, 31 and 51. RGB value is (57,49,81). Sum of RGB (Red+Green+Blue) = 57+49+81=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #393151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393151 is #C6CEAE. Grayscale: #363636. Windows color (decimal): -13029039 or 5321017. OLE color: 5321017.
HSL color Cylindrical-coordinate representation of color #393151: hue angle of 255º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393151 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 49 | 81 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.68 |
| HSL | 255º | 0.25% | 0.25% | - |
| HSV(B) | 255º | 0.4% | 0.32% | - |
| XYZ | 4.27 | 3.66 | 8.27 | - |
| YUV | 55.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 81 | 0.30 | 0.40 | 0 | 0.68 | 255 | 0.25 | 0.25 |
| Hex | 39 | 31 | 51 | 1E | 28 | 0 | 44 | FF | 19 | 19 |
| Octal | 71 | 61 | 121 | 36 | 50 | 0 | 104 | 377 | 31 | 31 |
| Binary | 111001 | 110001 | 1010001 | 11110 | 101000 | 0 | 1000100 | 11111111 | 11001 | 11001 |
Color Harmonies of #393151
Complementary color
Monochromatic Colors of #393151
Black with #393151
Text Example
Text Example
White with #393151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393151; }
p { color: rgb(57,49,81); }
H1.HeaderClassName
{
color: #393151;
}
.AnyTagClassName
{
color: #393151;
}
</style>
background-color css
<style>
a { background-color: #393151; }
a { background-color: rgb(57,49,81); }
div.DivClassName
{
background-color: #393151;
}
.BgClassName
{
background-color: #393151;
}
</style>
border-color css
<style>
span { border-color: #393151; }
span { border-color: rgb(57,49,81); }
td.TdClassName
{
border-color: #393151;
}
.TagClassName
{
border-color: #393151;
}
</style>