Shades of Cherry Pie #3D3050
Tints of Cherry Pie #3D3050
RGB
CMYK
RGB Variations
Color information
#3D3050 (or 0x3D3050) is known color: Cherry Pie. HEX triplet: 3D, 30 and 50. RGB value is (61,48,80). Sum of RGB (Red+Green+Blue) = 61+48+80=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3050 is #C2CFAF. Grayscale: #373737. Windows color (decimal): -12767152 or 5255229. OLE color: 5255229.
HSL color Cylindrical-coordinate representation of color #3D3050: hue angle of 264.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D3050 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 48 | 80 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.69 |
| HSL | 264.38º | 0.25% | 0.25% | - |
| HSV(B) | 264.38º | 0.4% | 0.31% | - |
| XYZ | 4.43 | 3.69 | 8.07 | - |
| YUV | 55.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 80 | 0.24 | 0.40 | 0 | 0.69 | 264.38 | 0.25 | 0.25 |
| Hex | 3D | 30 | 50 | 18 | 28 | 0 | 45 | 108 | 19 | 19 |
| Octal | 75 | 60 | 120 | 30 | 50 | 0 | 105 | 410 | 31 | 31 |
| Binary | 111101 | 110000 | 1010000 | 11000 | 101000 | 0 | 1000101 | 100001000 | 11001 | 11001 |
Color Harmonies of #3D3050
Complementary color
Monochromatic Colors of #3D3050
Black with #3D3050
Text Example
Text Example
White with #3D3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3050; }
p { color: rgb(61,48,80); }
H1.HeaderClassName
{
color: #3D3050;
}
.AnyTagClassName
{
color: #3D3050;
}
</style>
background-color css
<style>
a { background-color: #3D3050; }
a { background-color: rgb(61,48,80); }
div.DivClassName
{
background-color: #3D3050;
}
.BgClassName
{
background-color: #3D3050;
}
</style>
border-color css
<style>
span { border-color: #3D3050; }
span { border-color: rgb(61,48,80); }
td.TdClassName
{
border-color: #3D3050;
}
.TagClassName
{
border-color: #3D3050;
}
</style>