Shades of Cherry Pie #312A4B
Tints of Cherry Pie #312A4B
RGB
CMYK
RGB Variations
Color information
#312A4B (or 0x312A4B) is known color: Cherry Pie. HEX triplet: 31, 2A and 4B. RGB value is (49,42,75). Sum of RGB (Red+Green+Blue) = 49+42+75=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #312A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A4B is #CED5B4. Grayscale: #2F2F2F. Windows color (decimal): -13555125 or 4926001. OLE color: 4926001.
HSL color Cylindrical-coordinate representation of color #312A4B: hue angle of 252.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312A4B is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 42 | 75 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.71 |
| HSL | 252.73º | 0.28% | 0.23% | - |
| HSV(B) | 252.73º | 0.44% | 0.29% | - |
| XYZ | 3.36 | 2.82 | 7.02 | - |
| YUV | 47.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 75 | 0.35 | 0.44 | 0 | 0.71 | 252.73 | 0.28 | 0.23 |
| Hex | 31 | 2A | 4B | 23 | 2C | 0 | 47 | FD | 1C | 17 |
| Octal | 61 | 52 | 113 | 43 | 54 | 0 | 107 | 375 | 34 | 27 |
| Binary | 110001 | 101010 | 1001011 | 100011 | 101100 | 0 | 1000111 | 11111101 | 11100 | 10111 |
Color Harmonies of #312A4B
Complementary color
Monochromatic Colors of #312A4B
Black with #312A4B
Text Example
Text Example
White with #312A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A4B; }
p { color: rgb(49,42,75); }
H1.HeaderClassName
{
color: #312A4B;
}
.AnyTagClassName
{
color: #312A4B;
}
</style>
background-color css
<style>
a { background-color: #312A4B; }
a { background-color: rgb(49,42,75); }
div.DivClassName
{
background-color: #312A4B;
}
.BgClassName
{
background-color: #312A4B;
}
</style>
border-color css
<style>
span { border-color: #312A4B; }
span { border-color: rgb(49,42,75); }
td.TdClassName
{
border-color: #312A4B;
}
.TagClassName
{
border-color: #312A4B;
}
</style>