Shades of Cherry Pie #3E3352
Tints of Cherry Pie #3E3352
RGB
CMYK
RGB Variations
Color information
#3E3352 (or 0x3E3352) is known color: Cherry Pie. HEX triplet: 3E, 33 and 52. RGB value is (62,51,82). Sum of RGB (Red+Green+Blue) = 62+51+82=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E3352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3352 is #C1CCAD. Grayscale: #393939. Windows color (decimal): -12700846 or 5387070. OLE color: 5387070.
HSL color Cylindrical-coordinate representation of color #3E3352: hue angle of 261.29º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E3352 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 51 | 82 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.68 |
| HSL | 261.29º | 0.23% | 0.26% | - |
| HSV(B) | 261.29º | 0.38% | 0.32% | - |
| XYZ | 4.69 | 4 | 8.51 | - |
| YUV | 57.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 82 | 0.24 | 0.38 | 0 | 0.68 | 261.29 | 0.23 | 0.26 |
| Hex | 3E | 33 | 52 | 18 | 26 | 0 | 44 | 105 | 17 | 1A |
| Octal | 76 | 63 | 122 | 30 | 46 | 0 | 104 | 405 | 27 | 32 |
| Binary | 111110 | 110011 | 1010010 | 11000 | 100110 | 0 | 1000100 | 100000101 | 10111 | 11010 |
Color Harmonies of #3E3352
Complementary color
Monochromatic Colors of #3E3352
Black with #3E3352
Text Example
Text Example
White with #3E3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3352; }
p { color: rgb(62,51,82); }
H1.HeaderClassName
{
color: #3E3352;
}
.AnyTagClassName
{
color: #3E3352;
}
</style>
background-color css
<style>
a { background-color: #3E3352; }
a { background-color: rgb(62,51,82); }
div.DivClassName
{
background-color: #3E3352;
}
.BgClassName
{
background-color: #3E3352;
}
</style>
border-color css
<style>
span { border-color: #3E3352; }
span { border-color: rgb(62,51,82); }
td.TdClassName
{
border-color: #3E3352;
}
.TagClassName
{
border-color: #3E3352;
}
</style>