Shades of Cherry Pie #3E3053
Tints of Cherry Pie #3E3053
RGB
CMYK
RGB Variations
Color information
#3E3053 (or 0x3E3053) is known color: Cherry Pie. HEX triplet: 3E, 30 and 53. RGB value is (62,48,83). Sum of RGB (Red+Green+Blue) = 62+48+83=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3053 is #C1CFAC. Grayscale: #383838. Windows color (decimal): -12701613 or 5451838. OLE color: 5451838.
HSL color Cylindrical-coordinate representation of color #3E3053: hue angle of 264º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E3053 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 48 | 83 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.67 |
| HSL | 264º | 0.27% | 0.26% | - |
| HSV(B) | 264º | 0.42% | 0.33% | - |
| XYZ | 4.6 | 3.76 | 8.67 | - |
| YUV | 56.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 83 | 0.25 | 0.42 | 0 | 0.67 | 264 | 0.27 | 0.26 |
| Hex | 3E | 30 | 53 | 19 | 2A | 0 | 43 | 108 | 1B | 1A |
| Octal | 76 | 60 | 123 | 31 | 52 | 0 | 103 | 410 | 33 | 32 |
| Binary | 111110 | 110000 | 1010011 | 11001 | 101010 | 0 | 1000011 | 100001000 | 11011 | 11010 |
Color Harmonies of #3E3053
Complementary color
Monochromatic Colors of #3E3053
Black with #3E3053
Text Example
Text Example
White with #3E3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3053; }
p { color: rgb(62,48,83); }
H1.HeaderClassName
{
color: #3E3053;
}
.AnyTagClassName
{
color: #3E3053;
}
</style>
background-color css
<style>
a { background-color: #3E3053; }
a { background-color: rgb(62,48,83); }
div.DivClassName
{
background-color: #3E3053;
}
.BgClassName
{
background-color: #3E3053;
}
</style>
border-color css
<style>
span { border-color: #3E3053; }
span { border-color: rgb(62,48,83); }
td.TdClassName
{
border-color: #3E3053;
}
.TagClassName
{
border-color: #3E3053;
}
</style>