Shades of Cherry Pie #3A2F52
Tints of Cherry Pie #3A2F52
RGB
CMYK
RGB Variations
Color information
#3A2F52 (or 0x3A2F52) is known color: Cherry Pie. HEX triplet: 3A, 2F and 52. RGB value is (58,47,82). Sum of RGB (Red+Green+Blue) = 58+47+82=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A2F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F52 is #C5D0AD. Grayscale: #363636. Windows color (decimal): -12964014 or 5386042. OLE color: 5386042.
HSL color Cylindrical-coordinate representation of color #3A2F52: hue angle of 258.86º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2F52 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 47 | 82 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.68 |
| HSL | 258.86º | 0.27% | 0.25% | - |
| HSV(B) | 258.86º | 0.43% | 0.32% | - |
| XYZ | 4.28 | 3.54 | 8.44 | - |
| YUV | 54.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 82 | 0.29 | 0.43 | 0 | 0.68 | 258.86 | 0.27 | 0.25 |
| Hex | 3A | 2F | 52 | 1D | 2B | 0 | 44 | 103 | 1B | 19 |
| Octal | 72 | 57 | 122 | 35 | 53 | 0 | 104 | 403 | 33 | 31 |
| Binary | 111010 | 101111 | 1010010 | 11101 | 101011 | 0 | 1000100 | 100000011 | 11011 | 11001 |
Color Harmonies of #3A2F52
Complementary color
Monochromatic Colors of #3A2F52
Black with #3A2F52
Text Example
Text Example
White with #3A2F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F52; }
p { color: rgb(58,47,82); }
H1.HeaderClassName
{
color: #3A2F52;
}
.AnyTagClassName
{
color: #3A2F52;
}
</style>
background-color css
<style>
a { background-color: #3A2F52; }
a { background-color: rgb(58,47,82); }
div.DivClassName
{
background-color: #3A2F52;
}
.BgClassName
{
background-color: #3A2F52;
}
</style>
border-color css
<style>
span { border-color: #3A2F52; }
span { border-color: rgb(58,47,82); }
td.TdClassName
{
border-color: #3A2F52;
}
.TagClassName
{
border-color: #3A2F52;
}
</style>