Shades of Cherry Pie #38314E
Tints of Cherry Pie #38314E
RGB
CMYK
RGB Variations
Color information
#38314E (or 0x38314E) is known color: Cherry Pie. HEX triplet: 38, 31 and 4E. RGB value is (56,49,78). Sum of RGB (Red+Green+Blue) = 56+49+78=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #38314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38314E is #C7CEB1. Grayscale: #363636. Windows color (decimal): -13094578 or 5124408. OLE color: 5124408.
HSL color Cylindrical-coordinate representation of color #38314E: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38314E is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 49 | 78 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.69 |
| HSL | 254.48º | 0.23% | 0.25% | - |
| HSV(B) | 254.48º | 0.37% | 0.31% | - |
| XYZ | 4.1 | 3.59 | 7.68 | - |
| YUV | 54.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 78 | 0.28 | 0.37 | 0 | 0.69 | 254.48 | 0.23 | 0.25 |
| Hex | 38 | 31 | 4E | 1C | 25 | 0 | 45 | FE | 17 | 19 |
| Octal | 70 | 61 | 116 | 34 | 45 | 0 | 105 | 376 | 27 | 31 |
| Binary | 111000 | 110001 | 1001110 | 11100 | 100101 | 0 | 1000101 | 11111110 | 10111 | 11001 |
Color Harmonies of #38314E
Complementary color
Monochromatic Colors of #38314E
Black with #38314E
Text Example
Text Example
White with #38314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38314E; }
p { color: rgb(56,49,78); }
H1.HeaderClassName
{
color: #38314E;
}
.AnyTagClassName
{
color: #38314E;
}
</style>
background-color css
<style>
a { background-color: #38314E; }
a { background-color: rgb(56,49,78); }
div.DivClassName
{
background-color: #38314E;
}
.BgClassName
{
background-color: #38314E;
}
</style>
border-color css
<style>
span { border-color: #38314E; }
span { border-color: rgb(56,49,78); }
td.TdClassName
{
border-color: #38314E;
}
.TagClassName
{
border-color: #38314E;
}
</style>