Shades of Cherry Pie #362A4B
Tints of Cherry Pie #362A4B
RGB
CMYK
RGB Variations
Color information
#362A4B (or 0x362A4B) is known color: Cherry Pie. HEX triplet: 36, 2A and 4B. RGB value is (54,42,75). Sum of RGB (Red+Green+Blue) = 54+42+75=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #362A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A4B is #C9D5B4. Grayscale: #313131. Windows color (decimal): -13227445 or 4926006. OLE color: 4926006.
HSL color Cylindrical-coordinate representation of color #362A4B: hue angle of 261.82º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362A4B is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 42 | 75 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.71 |
| HSL | 261.82º | 0.28% | 0.23% | - |
| HSV(B) | 261.82º | 0.44% | 0.29% | - |
| XYZ | 3.62 | 2.95 | 7.03 | - |
| YUV | 49.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 75 | 0.28 | 0.44 | 0 | 0.71 | 261.82 | 0.28 | 0.23 |
| Hex | 36 | 2A | 4B | 1C | 2C | 0 | 47 | 106 | 1C | 17 |
| Octal | 66 | 52 | 113 | 34 | 54 | 0 | 107 | 406 | 34 | 27 |
| Binary | 110110 | 101010 | 1001011 | 11100 | 101100 | 0 | 1000111 | 100000110 | 11100 | 10111 |
Color Harmonies of #362A4B
Complementary color
Monochromatic Colors of #362A4B
Black with #362A4B
Text Example
Text Example
White with #362A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A4B; }
p { color: rgb(54,42,75); }
H1.HeaderClassName
{
color: #362A4B;
}
.AnyTagClassName
{
color: #362A4B;
}
</style>
background-color css
<style>
a { background-color: #362A4B; }
a { background-color: rgb(54,42,75); }
div.DivClassName
{
background-color: #362A4B;
}
.BgClassName
{
background-color: #362A4B;
}
</style>
border-color css
<style>
span { border-color: #362A4B; }
span { border-color: rgb(54,42,75); }
td.TdClassName
{
border-color: #362A4B;
}
.TagClassName
{
border-color: #362A4B;
}
</style>