Shades of Cherry Pie #363353
Tints of Cherry Pie #363353
RGB
CMYK
RGB Variations
Color information
#363353 (or 0x363353) is known color: Cherry Pie. HEX triplet: 36, 33 and 53. RGB value is (54,51,83). Sum of RGB (Red+Green+Blue) = 54+51+83=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #363353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363353 is #C9CCAC. Grayscale: #373737. Windows color (decimal): -13225133 or 5452598. OLE color: 5452598.
HSL color Cylindrical-coordinate representation of color #363353: hue angle of 245.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363353 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 51 | 83 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.67 |
| HSL | 245.63º | 0.24% | 0.26% | - |
| HSV(B) | 245.63º | 0.39% | 0.33% | - |
| XYZ | 4.27 | 3.78 | 8.69 | - |
| YUV | 55.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 83 | 0.35 | 0.39 | 0 | 0.67 | 245.63 | 0.24 | 0.26 |
| Hex | 36 | 33 | 53 | 23 | 27 | 0 | 43 | F6 | 18 | 1A |
| Octal | 66 | 63 | 123 | 43 | 47 | 0 | 103 | 366 | 30 | 32 |
| Binary | 110110 | 110011 | 1010011 | 100011 | 100111 | 0 | 1000011 | 11110110 | 11000 | 11010 |
Color Harmonies of #363353
Complementary color
Monochromatic Colors of #363353
Black with #363353
Text Example
Text Example
White with #363353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363353; }
p { color: rgb(54,51,83); }
H1.HeaderClassName
{
color: #363353;
}
.AnyTagClassName
{
color: #363353;
}
</style>
background-color css
<style>
a { background-color: #363353; }
a { background-color: rgb(54,51,83); }
div.DivClassName
{
background-color: #363353;
}
.BgClassName
{
background-color: #363353;
}
</style>
border-color css
<style>
span { border-color: #363353; }
span { border-color: rgb(54,51,83); }
td.TdClassName
{
border-color: #363353;
}
.TagClassName
{
border-color: #363353;
}
</style>