Shades of Cherry Pie #3C314F
Tints of Cherry Pie #3C314F
RGB
CMYK
RGB Variations
Color information
#3C314F (or 0x3C314F) is known color: Cherry Pie. HEX triplet: 3C, 31 and 4F. RGB value is (60,49,79). Sum of RGB (Red+Green+Blue) = 60+49+79=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C314F is #C3CEB0. Grayscale: #373737. Windows color (decimal): -12832433 or 5189948. OLE color: 5189948.
HSL color Cylindrical-coordinate representation of color #3C314F: hue angle of 262º 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 #3C314F is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 49 | 79 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.69 |
| HSL | 262º | 0.23% | 0.25% | - |
| HSV(B) | 262º | 0.38% | 0.31% | - |
| XYZ | 4.37 | 3.72 | 7.89 | - |
| YUV | 55.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 79 | 0.24 | 0.38 | 0 | 0.69 | 262 | 0.23 | 0.25 |
| Hex | 3C | 31 | 4F | 18 | 26 | 0 | 45 | 106 | 17 | 19 |
| Octal | 74 | 61 | 117 | 30 | 46 | 0 | 105 | 406 | 27 | 31 |
| Binary | 111100 | 110001 | 1001111 | 11000 | 100110 | 0 | 1000101 | 100000110 | 10111 | 11001 |
Color Harmonies of #3C314F
Complementary color
Monochromatic Colors of #3C314F
Black with #3C314F
Text Example
Text Example
White with #3C314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C314F; }
p { color: rgb(60,49,79); }
H1.HeaderClassName
{
color: #3C314F;
}
.AnyTagClassName
{
color: #3C314F;
}
</style>
background-color css
<style>
a { background-color: #3C314F; }
a { background-color: rgb(60,49,79); }
div.DivClassName
{
background-color: #3C314F;
}
.BgClassName
{
background-color: #3C314F;
}
</style>
border-color css
<style>
span { border-color: #3C314F; }
span { border-color: rgb(60,49,79); }
td.TdClassName
{
border-color: #3C314F;
}
.TagClassName
{
border-color: #3C314F;
}
</style>