Shades of Cherry Pie #383253
Tints of Cherry Pie #383253
RGB
CMYK
RGB Variations
Color information
#383253 (or 0x383253) is known color: Cherry Pie. HEX triplet: 38, 32 and 53. RGB value is (56,50,83). Sum of RGB (Red+Green+Blue) = 56+50+83=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #383253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383253 is #C7CDAC. Grayscale: #373737. Windows color (decimal): -13094317 or 5452344. OLE color: 5452344.
HSL color Cylindrical-coordinate representation of color #383253: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383253 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 50 | 83 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.67 |
| HSL | 250.91º | 0.25% | 0.26% | - |
| HSV(B) | 250.91º | 0.4% | 0.33% | - |
| XYZ | 4.33 | 3.75 | 8.68 | - |
| YUV | 55.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 83 | 0.33 | 0.40 | 0 | 0.67 | 250.91 | 0.25 | 0.26 |
| Hex | 38 | 32 | 53 | 21 | 28 | 0 | 43 | FB | 19 | 1A |
| Octal | 70 | 62 | 123 | 41 | 50 | 0 | 103 | 373 | 31 | 32 |
| Binary | 111000 | 110010 | 1010011 | 100001 | 101000 | 0 | 1000011 | 11111011 | 11001 | 11010 |
Color Harmonies of #383253
Complementary color
Monochromatic Colors of #383253
Black with #383253
Text Example
Text Example
White with #383253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383253; }
p { color: rgb(56,50,83); }
H1.HeaderClassName
{
color: #383253;
}
.AnyTagClassName
{
color: #383253;
}
</style>
background-color css
<style>
a { background-color: #383253; }
a { background-color: rgb(56,50,83); }
div.DivClassName
{
background-color: #383253;
}
.BgClassName
{
background-color: #383253;
}
</style>
border-color css
<style>
span { border-color: #383253; }
span { border-color: rgb(56,50,83); }
td.TdClassName
{
border-color: #383253;
}
.TagClassName
{
border-color: #383253;
}
</style>