Shades of Jazzberry Jam #980248
Tints of Jazzberry Jam #980248
RGB
CMYK
RGB Variations
Color information
#980248 (or 0x980248) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 48. RGB value is (152,2,72). Sum of RGB (Red+Green+Blue) = 152+2+72=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #980248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980248 is #67FDB7. Grayscale: #363636. Windows color (decimal): -6815160 or 4719256. OLE color: 4719256.
HSL color Cylindrical-coordinate representation of color #980248: hue angle of 332º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980248 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.40 |
| HSL | 332º | 0.97% | 0.3% | - |
| HSV(B) | 332º | 0.99% | 0.6% | - |
| XYZ | 14.14 | 7.19 | 6.77 | - |
| YUV | 54.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 72 | 0 | 0.99 | 0.53 | 0.40 | 332 | 0.97 | 0.3 |
| Hex | 98 | 2 | 48 | 0 | 63 | 35 | 28 | 14C | 61 | 1E |
| Octal | 230 | 2 | 110 | 0 | 143 | 65 | 50 | 514 | 141 | 36 |
| Binary | 10011000 | 10 | 1001000 | 0 | 1100011 | 110101 | 101000 | 101001100 | 1100001 | 11110 |
Color Harmonies of #980248
Complementary color
Monochromatic Colors of #980248
Black with #980248
Text Example
Text Example
White with #980248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980248; }
p { color: rgb(152,2,72); }
H1.HeaderClassName
{
color: #980248;
}
.AnyTagClassName
{
color: #980248;
}
</style>
background-color css
<style>
a { background-color: #980248; }
a { background-color: rgb(152,2,72); }
div.DivClassName
{
background-color: #980248;
}
.BgClassName
{
background-color: #980248;
}
</style>
border-color css
<style>
span { border-color: #980248; }
span { border-color: rgb(152,2,72); }
td.TdClassName
{
border-color: #980248;
}
.TagClassName
{
border-color: #980248;
}
</style>