Shades of Cherry Pie #362F4B
Tints of Cherry Pie #362F4B
RGB
CMYK
RGB Variations
Color information
#362F4B (or 0x362F4B) is known color: Cherry Pie. HEX triplet: 36, 2F and 4B. RGB value is (54,47,75). Sum of RGB (Red+Green+Blue) = 54+47+75=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #362F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F4B is #C9D0B4. Grayscale: #343434. Windows color (decimal): -13226165 or 4927286. OLE color: 4927286.
HSL color Cylindrical-coordinate representation of color #362F4B: hue angle of 255º 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 #362F4B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 47 | 75 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.71 |
| HSL | 255º | 0.23% | 0.24% | - |
| HSV(B) | 255º | 0.37% | 0.29% | - |
| XYZ | 3.81 | 3.33 | 7.1 | - |
| YUV | 52.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 75 | 0.28 | 0.37 | 0 | 0.71 | 255 | 0.23 | 0.24 |
| Hex | 36 | 2F | 4B | 1C | 25 | 0 | 47 | FF | 17 | 18 |
| Octal | 66 | 57 | 113 | 34 | 45 | 0 | 107 | 377 | 27 | 30 |
| Binary | 110110 | 101111 | 1001011 | 11100 | 100101 | 0 | 1000111 | 11111111 | 10111 | 11000 |
Color Harmonies of #362F4B
Complementary color
Monochromatic Colors of #362F4B
Black with #362F4B
Text Example
Text Example
White with #362F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F4B; }
p { color: rgb(54,47,75); }
H1.HeaderClassName
{
color: #362F4B;
}
.AnyTagClassName
{
color: #362F4B;
}
</style>
background-color css
<style>
a { background-color: #362F4B; }
a { background-color: rgb(54,47,75); }
div.DivClassName
{
background-color: #362F4B;
}
.BgClassName
{
background-color: #362F4B;
}
</style>
border-color css
<style>
span { border-color: #362F4B; }
span { border-color: rgb(54,47,75); }
td.TdClassName
{
border-color: #362F4B;
}
.TagClassName
{
border-color: #362F4B;
}
</style>