Shades of Cherry Pie #343051
Tints of Cherry Pie #343051
RGB
CMYK
RGB Variations
Color information
#343051 (or 0x343051) is known color: Cherry Pie. HEX triplet: 34, 30 and 51. RGB value is (52,48,81). Sum of RGB (Red+Green+Blue) = 52+48+81=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #343051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343051 is #CBCFAE. Grayscale: #343434. Windows color (decimal): -13356975 or 5320756. OLE color: 5320756.
HSL color Cylindrical-coordinate representation of color #343051: hue angle of 247.27º 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 #343051 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 48 | 81 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.68 |
| HSL | 247.27º | 0.26% | 0.25% | - |
| HSV(B) | 247.27º | 0.41% | 0.32% | - |
| XYZ | 3.96 | 3.44 | 8.24 | - |
| YUV | 52.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 81 | 0.36 | 0.41 | 0 | 0.68 | 247.27 | 0.26 | 0.25 |
| Hex | 34 | 30 | 51 | 24 | 29 | 0 | 44 | F7 | 1A | 19 |
| Octal | 64 | 60 | 121 | 44 | 51 | 0 | 104 | 367 | 32 | 31 |
| Binary | 110100 | 110000 | 1010001 | 100100 | 101001 | 0 | 1000100 | 11110111 | 11010 | 11001 |
Color Harmonies of #343051
Complementary color
Monochromatic Colors of #343051
Black with #343051
Text Example
Text Example
White with #343051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343051; }
p { color: rgb(52,48,81); }
H1.HeaderClassName
{
color: #343051;
}
.AnyTagClassName
{
color: #343051;
}
</style>
background-color css
<style>
a { background-color: #343051; }
a { background-color: rgb(52,48,81); }
div.DivClassName
{
background-color: #343051;
}
.BgClassName
{
background-color: #343051;
}
</style>
border-color css
<style>
span { border-color: #343051; }
span { border-color: rgb(52,48,81); }
td.TdClassName
{
border-color: #343051;
}
.TagClassName
{
border-color: #343051;
}
</style>