Shades of Cherry Pie #38304E
Tints of Cherry Pie #38304E
RGB
CMYK
RGB Variations
Color information
#38304E (or 0x38304E) is known color: Cherry Pie. HEX triplet: 38, 30 and 4E. RGB value is (56,48,78). Sum of RGB (Red+Green+Blue) = 56+48+78=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #38304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38304E is #C7CFB1. Grayscale: #353535. Windows color (decimal): -13094834 or 5124152. OLE color: 5124152.
HSL color Cylindrical-coordinate representation of color #38304E: hue angle of 256º degrees, saturation: 0.24, 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 #38304E is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 48 | 78 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.69 |
| HSL | 256º | 0.24% | 0.25% | - |
| HSV(B) | 256º | 0.38% | 0.31% | - |
| XYZ | 4.06 | 3.5 | 7.67 | - |
| YUV | 53.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 78 | 0.28 | 0.38 | 0 | 0.69 | 256 | 0.24 | 0.25 |
| Hex | 38 | 30 | 4E | 1C | 26 | 0 | 45 | 100 | 18 | 19 |
| Octal | 70 | 60 | 116 | 34 | 46 | 0 | 105 | 400 | 30 | 31 |
| Binary | 111000 | 110000 | 1001110 | 11100 | 100110 | 0 | 1000101 | 100000000 | 11000 | 11001 |
Color Harmonies of #38304E
Complementary color
Monochromatic Colors of #38304E
Black with #38304E
Text Example
Text Example
White with #38304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38304E; }
p { color: rgb(56,48,78); }
H1.HeaderClassName
{
color: #38304E;
}
.AnyTagClassName
{
color: #38304E;
}
</style>
background-color css
<style>
a { background-color: #38304E; }
a { background-color: rgb(56,48,78); }
div.DivClassName
{
background-color: #38304E;
}
.BgClassName
{
background-color: #38304E;
}
</style>
border-color css
<style>
span { border-color: #38304E; }
span { border-color: rgb(56,48,78); }
td.TdClassName
{
border-color: #38304E;
}
.TagClassName
{
border-color: #38304E;
}
</style>