Shades of Jazzberry Jam #981048
Tints of Jazzberry Jam #981048
RGB
CMYK
RGB Variations
Color information
#981048 (or 0x981048) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 48. RGB value is (152,16,72). Sum of RGB (Red+Green+Blue) = 152+16+72=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #981048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981048 is #67EFB7. Grayscale: #3E3E3E. Windows color (decimal): -6811576 or 4722840. OLE color: 4722840.
HSL color Cylindrical-coordinate representation of color #981048: hue angle of 335.29º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981048 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 72 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.40 |
| HSL | 335.29º | 0.81% | 0.33% | - |
| HSV(B) | 335.29º | 0.89% | 0.6% | - |
| XYZ | 14.3 | 7.51 | 6.83 | - |
| YUV | 63.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 72 | 0 | 0.89 | 0.53 | 0.40 | 335.29 | 0.81 | 0.33 |
| Hex | 98 | 10 | 48 | 0 | 59 | 35 | 28 | 14F | 51 | 21 |
| Octal | 230 | 20 | 110 | 0 | 131 | 65 | 50 | 517 | 121 | 41 |
| Binary | 10011000 | 10000 | 1001000 | 0 | 1011001 | 110101 | 101000 | 101001111 | 1010001 | 100001 |
Color Harmonies of #981048
Complementary color
Monochromatic Colors of #981048
Black with #981048
Text Example
Text Example
White with #981048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981048; }
p { color: rgb(152,16,72); }
H1.HeaderClassName
{
color: #981048;
}
.AnyTagClassName
{
color: #981048;
}
</style>
background-color css
<style>
a { background-color: #981048; }
a { background-color: rgb(152,16,72); }
div.DivClassName
{
background-color: #981048;
}
.BgClassName
{
background-color: #981048;
}
</style>
border-color css
<style>
span { border-color: #981048; }
span { border-color: rgb(152,16,72); }
td.TdClassName
{
border-color: #981048;
}
.TagClassName
{
border-color: #981048;
}
</style>