Shades of Cherry Pie #3A3250
Tints of Cherry Pie #3A3250
RGB
CMYK
RGB Variations
Color information
#3A3250 (or 0x3A3250) is known color: Cherry Pie. HEX triplet: 3A, 32 and 50. RGB value is (58,50,80). Sum of RGB (Red+Green+Blue) = 58+50+80=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3250 is #C5CDAF. Grayscale: #373737. Windows color (decimal): -12963248 or 5255738. OLE color: 5255738.
HSL color Cylindrical-coordinate representation of color #3A3250: hue angle of 256º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3250 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 50 | 80 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.69 |
| HSL | 256º | 0.23% | 0.25% | - |
| HSV(B) | 256º | 0.38% | 0.31% | - |
| XYZ | 4.33 | 3.76 | 8.09 | - |
| YUV | 55.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 80 | 0.28 | 0.37 | 0 | 0.69 | 256 | 0.23 | 0.25 |
| Hex | 3A | 32 | 50 | 1C | 25 | 0 | 45 | 100 | 17 | 19 |
| Octal | 72 | 62 | 120 | 34 | 45 | 0 | 105 | 400 | 27 | 31 |
| Binary | 111010 | 110010 | 1010000 | 11100 | 100101 | 0 | 1000101 | 100000000 | 10111 | 11001 |
Color Harmonies of #3A3250
Complementary color
Monochromatic Colors of #3A3250
Black with #3A3250
Text Example
Text Example
White with #3A3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3250; }
p { color: rgb(58,50,80); }
H1.HeaderClassName
{
color: #3A3250;
}
.AnyTagClassName
{
color: #3A3250;
}
</style>
background-color css
<style>
a { background-color: #3A3250; }
a { background-color: rgb(58,50,80); }
div.DivClassName
{
background-color: #3A3250;
}
.BgClassName
{
background-color: #3A3250;
}
</style>
border-color css
<style>
span { border-color: #3A3250; }
span { border-color: rgb(58,50,80); }
td.TdClassName
{
border-color: #3A3250;
}
.TagClassName
{
border-color: #3A3250;
}
</style>