Shades of Cherry Pie #312854
Tints of Cherry Pie #312854
RGB
CMYK
RGB Variations
Color information
#312854 (or 0x312854) is known color: Cherry Pie. HEX triplet: 31, 28 and 54. RGB value is (49,40,84). Sum of RGB (Red+Green+Blue) = 49+40+84=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #312854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312854 is #CED7AB. Grayscale: #2F2F2F. Windows color (decimal): -13555628 or 5515313. OLE color: 5515313.
HSL color Cylindrical-coordinate representation of color #312854: hue angle of 252.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312854 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 40 | 84 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.67 |
| HSL | 252.27º | 0.35% | 0.24% | - |
| HSV(B) | 252.27º | 0.52% | 0.33% | - |
| XYZ | 3.63 | 2.81 | 8.74 | - |
| YUV | 47.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 84 | 0.42 | 0.52 | 0 | 0.67 | 252.27 | 0.35 | 0.24 |
| Hex | 31 | 28 | 54 | 2A | 34 | 0 | 43 | FC | 23 | 18 |
| Octal | 61 | 50 | 124 | 52 | 64 | 0 | 103 | 374 | 43 | 30 |
| Binary | 110001 | 101000 | 1010100 | 101010 | 110100 | 0 | 1000011 | 11111100 | 100011 | 11000 |
Color Harmonies of #312854
Complementary color
Monochromatic Colors of #312854
Black with #312854
Text Example
Text Example
White with #312854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312854; }
p { color: rgb(49,40,84); }
H1.HeaderClassName
{
color: #312854;
}
.AnyTagClassName
{
color: #312854;
}
</style>
background-color css
<style>
a { background-color: #312854; }
a { background-color: rgb(49,40,84); }
div.DivClassName
{
background-color: #312854;
}
.BgClassName
{
background-color: #312854;
}
</style>
border-color css
<style>
span { border-color: #312854; }
span { border-color: rgb(49,40,84); }
td.TdClassName
{
border-color: #312854;
}
.TagClassName
{
border-color: #312854;
}
</style>