Shades of Cherry Pie #3B3153
Tints of Cherry Pie #3B3153
RGB
CMYK
RGB Variations
Color information
#3B3153 (or 0x3B3153) is known color: Cherry Pie. HEX triplet: 3B, 31 and 53. RGB value is (59,49,83). Sum of RGB (Red+Green+Blue) = 59+49+83=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3153 is #C4CEAC. Grayscale: #373737. Windows color (decimal): -12897965 or 5452091. OLE color: 5452091.
HSL color Cylindrical-coordinate representation of color #3B3153: hue angle of 257.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3153 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 49 | 83 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.67 |
| HSL | 257.65º | 0.26% | 0.26% | - |
| HSV(B) | 257.65º | 0.41% | 0.33% | - |
| XYZ | 4.46 | 3.75 | 8.67 | - |
| YUV | 55.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 83 | 0.29 | 0.41 | 0 | 0.67 | 257.65 | 0.26 | 0.26 |
| Hex | 3B | 31 | 53 | 1D | 29 | 0 | 43 | 102 | 1A | 1A |
| Octal | 73 | 61 | 123 | 35 | 51 | 0 | 103 | 402 | 32 | 32 |
| Binary | 111011 | 110001 | 1010011 | 11101 | 101001 | 0 | 1000011 | 100000010 | 11010 | 11010 |
Color Harmonies of #3B3153
Complementary color
Monochromatic Colors of #3B3153
Black with #3B3153
Text Example
Text Example
White with #3B3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3153; }
p { color: rgb(59,49,83); }
H1.HeaderClassName
{
color: #3B3153;
}
.AnyTagClassName
{
color: #3B3153;
}
</style>
background-color css
<style>
a { background-color: #3B3153; }
a { background-color: rgb(59,49,83); }
div.DivClassName
{
background-color: #3B3153;
}
.BgClassName
{
background-color: #3B3153;
}
</style>
border-color css
<style>
span { border-color: #3B3153; }
span { border-color: rgb(59,49,83); }
td.TdClassName
{
border-color: #3B3153;
}
.TagClassName
{
border-color: #3B3153;
}
</style>