Shades of Cherry Pie #38304D
Tints of Cherry Pie #38304D
RGB
CMYK
RGB Variations
Color information
#38304D (or 0x38304D) is known color: Cherry Pie. HEX triplet: 38, 30 and 4D. RGB value is (56,48,77). Sum of RGB (Red+Green+Blue) = 56+48+77=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #38304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38304D is #C7CFB2. Grayscale: #353535. Windows color (decimal): -13094835 or 5058616. OLE color: 5058616.
HSL color Cylindrical-coordinate representation of color #38304D: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38304D is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 48 | 77 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.70 |
| HSL | 256.55º | 0.23% | 0.25% | - |
| HSV(B) | 256.55º | 0.38% | 0.3% | - |
| XYZ | 4.03 | 3.49 | 7.48 | - |
| YUV | 53.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 77 | 0.27 | 0.38 | 0 | 0.70 | 256.55 | 0.23 | 0.25 |
| Hex | 38 | 30 | 4D | 1B | 26 | 0 | 46 | 101 | 17 | 19 |
| Octal | 70 | 60 | 115 | 33 | 46 | 0 | 106 | 401 | 27 | 31 |
| Binary | 111000 | 110000 | 1001101 | 11011 | 100110 | 0 | 1000110 | 100000001 | 10111 | 11001 |
Color Harmonies of #38304D
Complementary color
Monochromatic Colors of #38304D
Black with #38304D
Text Example
Text Example
White with #38304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38304D; }
p { color: rgb(56,48,77); }
H1.HeaderClassName
{
color: #38304D;
}
.AnyTagClassName
{
color: #38304D;
}
</style>
background-color css
<style>
a { background-color: #38304D; }
a { background-color: rgb(56,48,77); }
div.DivClassName
{
background-color: #38304D;
}
.BgClassName
{
background-color: #38304D;
}
</style>
border-color css
<style>
span { border-color: #38304D; }
span { border-color: rgb(56,48,77); }
td.TdClassName
{
border-color: #38304D;
}
.TagClassName
{
border-color: #38304D;
}
</style>