Shades of Cherry Pie #383255
Tints of Cherry Pie #383255
RGB
CMYK
RGB Variations
Color information
#383255 (or 0x383255) is known color: Cherry Pie. HEX triplet: 38, 32 and 55. RGB value is (56,50,85). Sum of RGB (Red+Green+Blue) = 56+50+85=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #383255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383255 is #C7CDAA. Grayscale: #373737. Windows color (decimal): -13094315 or 5583416. OLE color: 5583416.
HSL color Cylindrical-coordinate representation of color #383255: hue angle of 250.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383255 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 50 | 85 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.67 |
| HSL | 250.29º | 0.26% | 0.26% | - |
| HSV(B) | 250.29º | 0.41% | 0.33% | - |
| XYZ | 4.41 | 3.78 | 9.09 | - |
| YUV | 55.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 85 | 0.34 | 0.41 | 0 | 0.67 | 250.29 | 0.26 | 0.26 |
| Hex | 38 | 32 | 55 | 22 | 29 | 0 | 43 | FA | 1A | 1A |
| Octal | 70 | 62 | 125 | 42 | 51 | 0 | 103 | 372 | 32 | 32 |
| Binary | 111000 | 110010 | 1010101 | 100010 | 101001 | 0 | 1000011 | 11111010 | 11010 | 11010 |
Color Harmonies of #383255
Complementary color
Monochromatic Colors of #383255
Black with #383255
Text Example
Text Example
White with #383255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383255; }
p { color: rgb(56,50,85); }
H1.HeaderClassName
{
color: #383255;
}
.AnyTagClassName
{
color: #383255;
}
</style>
background-color css
<style>
a { background-color: #383255; }
a { background-color: rgb(56,50,85); }
div.DivClassName
{
background-color: #383255;
}
.BgClassName
{
background-color: #383255;
}
</style>
border-color css
<style>
span { border-color: #383255; }
span { border-color: rgb(56,50,85); }
td.TdClassName
{
border-color: #383255;
}
.TagClassName
{
border-color: #383255;
}
</style>