Shades of Cherry Pie #362E49
Tints of Cherry Pie #362E49
RGB
CMYK
RGB Variations
Color information
#362E49 (or 0x362E49) is known color: Cherry Pie. HEX triplet: 36, 2E and 49. RGB value is (54,46,73). Sum of RGB (Red+Green+Blue) = 54+46+73=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #362E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E49 is #C9D1B6. Grayscale: #333333. Windows color (decimal): -13226423 or 4795958. OLE color: 4795958.
HSL color Cylindrical-coordinate representation of color #362E49: hue angle of 257.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362E49 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 46 | 73 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.71 |
| HSL | 257.78º | 0.23% | 0.23% | - |
| HSV(B) | 257.78º | 0.37% | 0.29% | - |
| XYZ | 3.7 | 3.22 | 6.73 | - |
| YUV | 51.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 73 | 0.26 | 0.37 | 0 | 0.71 | 257.78 | 0.23 | 0.23 |
| Hex | 36 | 2E | 49 | 1A | 25 | 0 | 47 | 102 | 17 | 17 |
| Octal | 66 | 56 | 111 | 32 | 45 | 0 | 107 | 402 | 27 | 27 |
| Binary | 110110 | 101110 | 1001001 | 11010 | 100101 | 0 | 1000111 | 100000010 | 10111 | 10111 |
Color Harmonies of #362E49
Complementary color
Monochromatic Colors of #362E49
Black with #362E49
Text Example
Text Example
White with #362E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E49; }
p { color: rgb(54,46,73); }
H1.HeaderClassName
{
color: #362E49;
}
.AnyTagClassName
{
color: #362E49;
}
</style>
background-color css
<style>
a { background-color: #362E49; }
a { background-color: rgb(54,46,73); }
div.DivClassName
{
background-color: #362E49;
}
.BgClassName
{
background-color: #362E49;
}
</style>
border-color css
<style>
span { border-color: #362E49; }
span { border-color: rgb(54,46,73); }
td.TdClassName
{
border-color: #362E49;
}
.TagClassName
{
border-color: #362E49;
}
</style>