Shades of Cherry Pie #302751
Tints of Cherry Pie #302751
RGB
CMYK
RGB Variations
Color information
#302751 (or 0x302751) is known color: Cherry Pie. HEX triplet: 30, 27 and 51. RGB value is (48,39,81). Sum of RGB (Red+Green+Blue) = 48+39+81=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #302751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302751 is #CFD8AE. Grayscale: #2E2E2E. Windows color (decimal): -13621423 or 5318448. OLE color: 5318448.
HSL color Cylindrical-coordinate representation of color #302751: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302751 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 39 | 81 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.68 |
| HSL | 252.86º | 0.35% | 0.24% | - |
| HSV(B) | 252.86º | 0.52% | 0.32% | - |
| XYZ | 3.43 | 2.67 | 8.12 | - |
| YUV | 46.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 81 | 0.41 | 0.52 | 0 | 0.68 | 252.86 | 0.35 | 0.24 |
| Hex | 30 | 27 | 51 | 29 | 34 | 0 | 44 | FD | 23 | 18 |
| Octal | 60 | 47 | 121 | 51 | 64 | 0 | 104 | 375 | 43 | 30 |
| Binary | 110000 | 100111 | 1010001 | 101001 | 110100 | 0 | 1000100 | 11111101 | 100011 | 11000 |
Color Harmonies of #302751
Complementary color
Monochromatic Colors of #302751
Black with #302751
Text Example
Text Example
White with #302751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302751; }
p { color: rgb(48,39,81); }
H1.HeaderClassName
{
color: #302751;
}
.AnyTagClassName
{
color: #302751;
}
</style>
background-color css
<style>
a { background-color: #302751; }
a { background-color: rgb(48,39,81); }
div.DivClassName
{
background-color: #302751;
}
.BgClassName
{
background-color: #302751;
}
</style>
border-color css
<style>
span { border-color: #302751; }
span { border-color: rgb(48,39,81); }
td.TdClassName
{
border-color: #302751;
}
.TagClassName
{
border-color: #302751;
}
</style>