Shades of Cherry Pie #383250
Tints of Cherry Pie #383250
RGB
CMYK
RGB Variations
Color information
#383250 (or 0x383250) is known color: Cherry Pie. HEX triplet: 38, 32 and 50. RGB value is (56,50,80). Sum of RGB (Red+Green+Blue) = 56+50+80=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #383250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383250 is #C7CDAF. Grayscale: #373737. Windows color (decimal): -13094320 or 5255736. OLE color: 5255736.
HSL color Cylindrical-coordinate representation of color #383250: hue angle of 252º degrees, saturation: 0.23, 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 #383250 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 50 | 80 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.69 |
| HSL | 252º | 0.23% | 0.25% | - |
| HSV(B) | 252º | 0.38% | 0.31% | - |
| XYZ | 4.22 | 3.7 | 8.08 | - |
| YUV | 55.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 80 | 0.30 | 0.37 | 0 | 0.69 | 252 | 0.23 | 0.25 |
| Hex | 38 | 32 | 50 | 1E | 25 | 0 | 45 | FC | 17 | 19 |
| Octal | 70 | 62 | 120 | 36 | 45 | 0 | 105 | 374 | 27 | 31 |
| Binary | 111000 | 110010 | 1010000 | 11110 | 100101 | 0 | 1000101 | 11111100 | 10111 | 11001 |
Color Harmonies of #383250
Complementary color
Monochromatic Colors of #383250
Black with #383250
Text Example
Text Example
White with #383250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383250; }
p { color: rgb(56,50,80); }
H1.HeaderClassName
{
color: #383250;
}
.AnyTagClassName
{
color: #383250;
}
</style>
background-color css
<style>
a { background-color: #383250; }
a { background-color: rgb(56,50,80); }
div.DivClassName
{
background-color: #383250;
}
.BgClassName
{
background-color: #383250;
}
</style>
border-color css
<style>
span { border-color: #383250; }
span { border-color: rgb(56,50,80); }
td.TdClassName
{
border-color: #383250;
}
.TagClassName
{
border-color: #383250;
}
</style>