Shades of Cherry Pie #352F4F
Tints of Cherry Pie #352F4F
RGB
CMYK
RGB Variations
Color information
#352F4F (or 0x352F4F) is known color: Cherry Pie. HEX triplet: 35, 2F and 4F. RGB value is (53,47,79). Sum of RGB (Red+Green+Blue) = 53+47+79=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #352F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F4F is #CAD0B0. Grayscale: #343434. Windows color (decimal): -13291697 or 5189429. OLE color: 5189429.
HSL color Cylindrical-coordinate representation of color #352F4F: hue angle of 251.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #352F4F is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 47 | 79 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.69 |
| HSL | 251.25º | 0.25% | 0.25% | - |
| HSV(B) | 251.25º | 0.41% | 0.31% | - |
| XYZ | 3.9 | 3.35 | 7.84 | - |
| YUV | 52.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 79 | 0.33 | 0.41 | 0 | 0.69 | 251.25 | 0.25 | 0.25 |
| Hex | 35 | 2F | 4F | 21 | 29 | 0 | 45 | FB | 19 | 19 |
| Octal | 65 | 57 | 117 | 41 | 51 | 0 | 105 | 373 | 31 | 31 |
| Binary | 110101 | 101111 | 1001111 | 100001 | 101001 | 0 | 1000101 | 11111011 | 11001 | 11001 |
Color Harmonies of #352F4F
Complementary color
Monochromatic Colors of #352F4F
Black with #352F4F
Text Example
Text Example
White with #352F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F4F; }
p { color: rgb(53,47,79); }
H1.HeaderClassName
{
color: #352F4F;
}
.AnyTagClassName
{
color: #352F4F;
}
</style>
background-color css
<style>
a { background-color: #352F4F; }
a { background-color: rgb(53,47,79); }
div.DivClassName
{
background-color: #352F4F;
}
.BgClassName
{
background-color: #352F4F;
}
</style>
border-color css
<style>
span { border-color: #352F4F; }
span { border-color: rgb(53,47,79); }
td.TdClassName
{
border-color: #352F4F;
}
.TagClassName
{
border-color: #352F4F;
}
</style>