Shades of Cherry Pie #302554
Tints of Cherry Pie #302554
RGB
CMYK
RGB Variations
Color information
#302554 (or 0x302554) is known color: Cherry Pie. HEX triplet: 30, 25 and 54. RGB value is (48,37,84). Sum of RGB (Red+Green+Blue) = 48+37+84=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #302554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302554 is #CFDAAB. Grayscale: #2D2D2D. Windows color (decimal): -13621932 or 5514544. OLE color: 5514544.
HSL color Cylindrical-coordinate representation of color #302554: hue angle of 254.04º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302554 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 37 | 84 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.67 |
| HSL | 254.04º | 0.39% | 0.24% | - |
| HSV(B) | 254.04º | 0.56% | 0.33% | - |
| XYZ | 3.48 | 2.59 | 8.7 | - |
| YUV | 45.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 84 | 0.43 | 0.56 | 0 | 0.67 | 254.04 | 0.39 | 0.24 |
| Hex | 30 | 25 | 54 | 2B | 38 | 0 | 43 | FE | 27 | 18 |
| Octal | 60 | 45 | 124 | 53 | 70 | 0 | 103 | 376 | 47 | 30 |
| Binary | 110000 | 100101 | 1010100 | 101011 | 111000 | 0 | 1000011 | 11111110 | 100111 | 11000 |
Color Harmonies of #302554
Complementary color
Monochromatic Colors of #302554
Black with #302554
Text Example
Text Example
White with #302554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302554; }
p { color: rgb(48,37,84); }
H1.HeaderClassName
{
color: #302554;
}
.AnyTagClassName
{
color: #302554;
}
</style>
background-color css
<style>
a { background-color: #302554; }
a { background-color: rgb(48,37,84); }
div.DivClassName
{
background-color: #302554;
}
.BgClassName
{
background-color: #302554;
}
</style>
border-color css
<style>
span { border-color: #302554; }
span { border-color: rgb(48,37,84); }
td.TdClassName
{
border-color: #302554;
}
.TagClassName
{
border-color: #302554;
}
</style>