Shades of Cherry Pie #38324C
Tints of Cherry Pie #38324C
RGB
CMYK
RGB Variations
Color information
#38324C (or 0x38324C) is known color: Cherry Pie. HEX triplet: 38, 32 and 4C. RGB value is (56,50,76). Sum of RGB (Red+Green+Blue) = 56+50+76=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #38324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324C is #C7CDB3. Grayscale: #363636. Windows color (decimal): -13094324 or 4993592. OLE color: 4993592.
HSL color Cylindrical-coordinate representation of color #38324C: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38324C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 50 | 76 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.70 |
| HSL | 253.85º | 0.21% | 0.25% | - |
| HSV(B) | 253.85º | 0.34% | 0.3% | - |
| XYZ | 4.08 | 3.64 | 7.33 | - |
| YUV | 54.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 76 | 0.26 | 0.34 | 0 | 0.70 | 253.85 | 0.21 | 0.25 |
| Hex | 38 | 32 | 4C | 1A | 22 | 0 | 46 | FE | 15 | 19 |
| Octal | 70 | 62 | 114 | 32 | 42 | 0 | 106 | 376 | 25 | 31 |
| Binary | 111000 | 110010 | 1001100 | 11010 | 100010 | 0 | 1000110 | 11111110 | 10101 | 11001 |
Color Harmonies of #38324C
Complementary color
Monochromatic Colors of #38324C
Black with #38324C
Text Example
Text Example
White with #38324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38324C; }
p { color: rgb(56,50,76); }
H1.HeaderClassName
{
color: #38324C;
}
.AnyTagClassName
{
color: #38324C;
}
</style>
background-color css
<style>
a { background-color: #38324C; }
a { background-color: rgb(56,50,76); }
div.DivClassName
{
background-color: #38324C;
}
.BgClassName
{
background-color: #38324C;
}
</style>
border-color css
<style>
span { border-color: #38324C; }
span { border-color: rgb(56,50,76); }
td.TdClassName
{
border-color: #38324C;
}
.TagClassName
{
border-color: #38324C;
}
</style>