Shades of Cherry Pie #382B58
Tints of Cherry Pie #382B58
RGB
CMYK
RGB Variations
Color information
#382B58 (or 0x382B58) is known color: Cherry Pie. HEX triplet: 38, 2B and 58. RGB value is (56,43,88). Sum of RGB (Red+Green+Blue) = 56+43+88=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #382B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B58 is #C7D4A7. Grayscale: #333333. Windows color (decimal): -13096104 or 5778232. OLE color: 5778232.
HSL color Cylindrical-coordinate representation of color #382B58: hue angle of 257.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382B58 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 43 | 88 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.65 |
| HSL | 257.33º | 0.34% | 0.26% | - |
| HSV(B) | 257.33º | 0.51% | 0.35% | - |
| XYZ | 4.26 | 3.27 | 9.64 | - |
| YUV | 52.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 88 | 0.36 | 0.51 | 0 | 0.65 | 257.33 | 0.34 | 0.26 |
| Hex | 38 | 2B | 58 | 24 | 33 | 0 | 41 | 101 | 22 | 1A |
| Octal | 70 | 53 | 130 | 44 | 63 | 0 | 101 | 401 | 42 | 32 |
| Binary | 111000 | 101011 | 1011000 | 100100 | 110011 | 0 | 1000001 | 100000001 | 100010 | 11010 |
Color Harmonies of #382B58
Complementary color
Monochromatic Colors of #382B58
Black with #382B58
Text Example
Text Example
White with #382B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B58; }
p { color: rgb(56,43,88); }
H1.HeaderClassName
{
color: #382B58;
}
.AnyTagClassName
{
color: #382B58;
}
</style>
background-color css
<style>
a { background-color: #382B58; }
a { background-color: rgb(56,43,88); }
div.DivClassName
{
background-color: #382B58;
}
.BgClassName
{
background-color: #382B58;
}
</style>
border-color css
<style>
span { border-color: #382B58; }
span { border-color: rgb(56,43,88); }
td.TdClassName
{
border-color: #382B58;
}
.TagClassName
{
border-color: #382B58;
}
</style>