Shades of Cherry Pie #3A2A50
Tints of Cherry Pie #3A2A50
RGB
CMYK
RGB Variations
Color information
#3A2A50 (or 0x3A2A50) is known color: Cherry Pie. HEX triplet: 3A, 2A and 50. RGB value is (58,42,80). Sum of RGB (Red+Green+Blue) = 58+42+80=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A50 is #C5D5AF. Grayscale: #323232. Windows color (decimal): -12965296 or 5253690. OLE color: 5253690.
HSL color Cylindrical-coordinate representation of color #3A2A50: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A2A50 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 42 | 80 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.69 |
| HSL | 265.26º | 0.31% | 0.24% | - |
| HSV(B) | 265.26º | 0.48% | 0.31% | - |
| XYZ | 4.02 | 3.13 | 7.98 | - |
| YUV | 51.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 80 | 0.28 | 0.48 | 0 | 0.69 | 265.26 | 0.31 | 0.24 |
| Hex | 3A | 2A | 50 | 1C | 30 | 0 | 45 | 109 | 1F | 18 |
| Octal | 72 | 52 | 120 | 34 | 60 | 0 | 105 | 411 | 37 | 30 |
| Binary | 111010 | 101010 | 1010000 | 11100 | 110000 | 0 | 1000101 | 100001001 | 11111 | 11000 |
Color Harmonies of #3A2A50
Complementary color
Monochromatic Colors of #3A2A50
Black with #3A2A50
Text Example
Text Example
White with #3A2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A50; }
p { color: rgb(58,42,80); }
H1.HeaderClassName
{
color: #3A2A50;
}
.AnyTagClassName
{
color: #3A2A50;
}
</style>
background-color css
<style>
a { background-color: #3A2A50; }
a { background-color: rgb(58,42,80); }
div.DivClassName
{
background-color: #3A2A50;
}
.BgClassName
{
background-color: #3A2A50;
}
</style>
border-color css
<style>
span { border-color: #3A2A50; }
span { border-color: rgb(58,42,80); }
td.TdClassName
{
border-color: #3A2A50;
}
.TagClassName
{
border-color: #3A2A50;
}
</style>