Shades of Cherry Pie #382B4D
Tints of Cherry Pie #382B4D
RGB
CMYK
RGB Variations
Color information
#382B4D (or 0x382B4D) is known color: Cherry Pie. HEX triplet: 38, 2B and 4D. RGB value is (56,43,77). Sum of RGB (Red+Green+Blue) = 56+43+77=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #382B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B4D is #C7D4B2. Grayscale: #323232. Windows color (decimal): -13096115 or 5057336. OLE color: 5057336.
HSL color Cylindrical-coordinate representation of color #382B4D: hue angle of 262.94º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #382B4D is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 43 | 77 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.70 |
| HSL | 262.94º | 0.28% | 0.24% | - |
| HSV(B) | 262.94º | 0.44% | 0.3% | - |
| XYZ | 3.83 | 3.1 | 7.42 | - |
| YUV | 50.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 77 | 0.27 | 0.44 | 0 | 0.70 | 262.94 | 0.28 | 0.24 |
| Hex | 38 | 2B | 4D | 1B | 2C | 0 | 46 | 107 | 1C | 18 |
| Octal | 70 | 53 | 115 | 33 | 54 | 0 | 106 | 407 | 34 | 30 |
| Binary | 111000 | 101011 | 1001101 | 11011 | 101100 | 0 | 1000110 | 100000111 | 11100 | 11000 |
Color Harmonies of #382B4D
Complementary color
Monochromatic Colors of #382B4D
Black with #382B4D
Text Example
Text Example
White with #382B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B4D; }
p { color: rgb(56,43,77); }
H1.HeaderClassName
{
color: #382B4D;
}
.AnyTagClassName
{
color: #382B4D;
}
</style>
background-color css
<style>
a { background-color: #382B4D; }
a { background-color: rgb(56,43,77); }
div.DivClassName
{
background-color: #382B4D;
}
.BgClassName
{
background-color: #382B4D;
}
</style>
border-color css
<style>
span { border-color: #382B4D; }
span { border-color: rgb(56,43,77); }
td.TdClassName
{
border-color: #382B4D;
}
.TagClassName
{
border-color: #382B4D;
}
</style>