Shades of Cherry Pie #3D3051
Tints of Cherry Pie #3D3051
RGB
CMYK
RGB Variations
Color information
#3D3051 (or 0x3D3051) is known color: Cherry Pie. HEX triplet: 3D, 30 and 51. RGB value is (61,48,81). Sum of RGB (Red+Green+Blue) = 61+48+81=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D3051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3051 is #C2CFAE. Grayscale: #373737. Windows color (decimal): -12767151 or 5320765. OLE color: 5320765.
HSL color Cylindrical-coordinate representation of color #3D3051: hue angle of 263.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3051 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 48 | 81 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.68 |
| HSL | 263.64º | 0.26% | 0.25% | - |
| HSV(B) | 263.64º | 0.41% | 0.32% | - |
| XYZ | 4.47 | 3.7 | 8.26 | - |
| YUV | 55.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 81 | 0.25 | 0.41 | 0 | 0.68 | 263.64 | 0.26 | 0.25 |
| Hex | 3D | 30 | 51 | 19 | 29 | 0 | 44 | 108 | 1A | 19 |
| Octal | 75 | 60 | 121 | 31 | 51 | 0 | 104 | 410 | 32 | 31 |
| Binary | 111101 | 110000 | 1010001 | 11001 | 101001 | 0 | 1000100 | 100001000 | 11010 | 11001 |
Color Harmonies of #3D3051
Complementary color
Monochromatic Colors of #3D3051
Black with #3D3051
Text Example
Text Example
White with #3D3051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3051; }
p { color: rgb(61,48,81); }
H1.HeaderClassName
{
color: #3D3051;
}
.AnyTagClassName
{
color: #3D3051;
}
</style>
background-color css
<style>
a { background-color: #3D3051; }
a { background-color: rgb(61,48,81); }
div.DivClassName
{
background-color: #3D3051;
}
.BgClassName
{
background-color: #3D3051;
}
</style>
border-color css
<style>
span { border-color: #3D3051; }
span { border-color: rgb(61,48,81); }
td.TdClassName
{
border-color: #3D3051;
}
.TagClassName
{
border-color: #3D3051;
}
</style>