Shades of Cherry Pie #312B49
Tints of Cherry Pie #312B49
RGB
CMYK
RGB Variations
Color information
#312B49 (or 0x312B49) is known color: Cherry Pie. HEX triplet: 31, 2B and 49. RGB value is (49,43,73). Sum of RGB (Red+Green+Blue) = 49+43+73=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #312B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B49 is #CED4B6. Grayscale: #303030. Windows color (decimal): -13554871 or 4795185. OLE color: 4795185.
HSL color Cylindrical-coordinate representation of color #312B49: hue angle of 252º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312B49 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 43 | 73 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.71 |
| HSL | 252º | 0.26% | 0.23% | - |
| HSV(B) | 252º | 0.41% | 0.29% | - |
| XYZ | 3.33 | 2.86 | 6.68 | - |
| YUV | 48.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 73 | 0.33 | 0.41 | 0 | 0.71 | 252 | 0.26 | 0.23 |
| Hex | 31 | 2B | 49 | 21 | 29 | 0 | 47 | FC | 1A | 17 |
| Octal | 61 | 53 | 111 | 41 | 51 | 0 | 107 | 374 | 32 | 27 |
| Binary | 110001 | 101011 | 1001001 | 100001 | 101001 | 0 | 1000111 | 11111100 | 11010 | 10111 |
Color Harmonies of #312B49
Complementary color
Monochromatic Colors of #312B49
Black with #312B49
Text Example
Text Example
White with #312B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B49; }
p { color: rgb(49,43,73); }
H1.HeaderClassName
{
color: #312B49;
}
.AnyTagClassName
{
color: #312B49;
}
</style>
background-color css
<style>
a { background-color: #312B49; }
a { background-color: rgb(49,43,73); }
div.DivClassName
{
background-color: #312B49;
}
.BgClassName
{
background-color: #312B49;
}
</style>
border-color css
<style>
span { border-color: #312B49; }
span { border-color: rgb(49,43,73); }
td.TdClassName
{
border-color: #312B49;
}
.TagClassName
{
border-color: #312B49;
}
</style>