Shades of Cherry Pie #3A2E4F
Tints of Cherry Pie #3A2E4F
RGB
CMYK
RGB Variations
Color information
#3A2E4F (or 0x3A2E4F) is known color: Cherry Pie. HEX triplet: 3A, 2E and 4F. RGB value is (58,46,79). Sum of RGB (Red+Green+Blue) = 58+46+79=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A2E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E4F is #C5D1B0. Grayscale: #353535. Windows color (decimal): -12964273 or 5189178. OLE color: 5189178.
HSL color Cylindrical-coordinate representation of color #3A2E4F: hue angle of 261.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A2E4F is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 46 | 79 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.69 |
| HSL | 261.82º | 0.26% | 0.25% | - |
| HSV(B) | 261.82º | 0.42% | 0.31% | - |
| XYZ | 4.13 | 3.42 | 7.84 | - |
| YUV | 53.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 79 | 0.27 | 0.42 | 0 | 0.69 | 261.82 | 0.26 | 0.25 |
| Hex | 3A | 2E | 4F | 1B | 2A | 0 | 45 | 106 | 1A | 19 |
| Octal | 72 | 56 | 117 | 33 | 52 | 0 | 105 | 406 | 32 | 31 |
| Binary | 111010 | 101110 | 1001111 | 11011 | 101010 | 0 | 1000101 | 100000110 | 11010 | 11001 |
Color Harmonies of #3A2E4F
Complementary color
Monochromatic Colors of #3A2E4F
Black with #3A2E4F
Text Example
Text Example
White with #3A2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E4F; }
p { color: rgb(58,46,79); }
H1.HeaderClassName
{
color: #3A2E4F;
}
.AnyTagClassName
{
color: #3A2E4F;
}
</style>
background-color css
<style>
a { background-color: #3A2E4F; }
a { background-color: rgb(58,46,79); }
div.DivClassName
{
background-color: #3A2E4F;
}
.BgClassName
{
background-color: #3A2E4F;
}
</style>
border-color css
<style>
span { border-color: #3A2E4F; }
span { border-color: rgb(58,46,79); }
td.TdClassName
{
border-color: #3A2E4F;
}
.TagClassName
{
border-color: #3A2E4F;
}
</style>