Shades of Cherry Pie #352F4B
Tints of Cherry Pie #352F4B
RGB
CMYK
RGB Variations
Color information
#352F4B (or 0x352F4B) is known color: Cherry Pie. HEX triplet: 35, 2F and 4B. RGB value is (53,47,75). Sum of RGB (Red+Green+Blue) = 53+47+75=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #352F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F4B is #CAD0B4. Grayscale: #333333. Windows color (decimal): -13291701 or 4927285. OLE color: 4927285.
HSL color Cylindrical-coordinate representation of color #352F4B: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #352F4B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 47 | 75 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.71 |
| HSL | 252.86º | 0.23% | 0.24% | - |
| HSV(B) | 252.86º | 0.37% | 0.29% | - |
| XYZ | 3.75 | 3.3 | 7.1 | - |
| YUV | 51.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 75 | 0.29 | 0.37 | 0 | 0.71 | 252.86 | 0.23 | 0.24 |
| Hex | 35 | 2F | 4B | 1D | 25 | 0 | 47 | FD | 17 | 18 |
| Octal | 65 | 57 | 113 | 35 | 45 | 0 | 107 | 375 | 27 | 30 |
| Binary | 110101 | 101111 | 1001011 | 11101 | 100101 | 0 | 1000111 | 11111101 | 10111 | 11000 |
Color Harmonies of #352F4B
Complementary color
Monochromatic Colors of #352F4B
Black with #352F4B
Text Example
Text Example
White with #352F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F4B; }
p { color: rgb(53,47,75); }
H1.HeaderClassName
{
color: #352F4B;
}
.AnyTagClassName
{
color: #352F4B;
}
</style>
background-color css
<style>
a { background-color: #352F4B; }
a { background-color: rgb(53,47,75); }
div.DivClassName
{
background-color: #352F4B;
}
.BgClassName
{
background-color: #352F4B;
}
</style>
border-color css
<style>
span { border-color: #352F4B; }
span { border-color: rgb(53,47,75); }
td.TdClassName
{
border-color: #352F4B;
}
.TagClassName
{
border-color: #352F4B;
}
</style>