Shades of Jazzberry Jam #980240
Tints of Jazzberry Jam #980240
RGB
CMYK
RGB Variations
Color information
#980240 (or 0x980240) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 40. RGB value is (152,2,64). Sum of RGB (Red+Green+Blue) = 152+2+64=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980240 is #67FDBF. Grayscale: #353535. Windows color (decimal): -6815168 or 4194968. OLE color: 4194968.
HSL color Cylindrical-coordinate representation of color #980240: hue angle of 335.2º 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 #980240 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.40 |
| HSL | 335.2º | 0.97% | 0.3% | - |
| HSV(B) | 335.2º | 0.99% | 0.6% | - |
| XYZ | 13.9 | 7.09 | 5.49 | - |
| YUV | 53.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 64 | 0 | 0.99 | 0.58 | 0.40 | 335.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 40 | 0 | 63 | 3A | 28 | 14F | 61 | 1E |
| Octal | 230 | 2 | 100 | 0 | 143 | 72 | 50 | 517 | 141 | 36 |
| Binary | 10011000 | 10 | 1000000 | 0 | 1100011 | 111010 | 101000 | 101001111 | 1100001 | 11110 |
Color Harmonies of #980240
Complementary color
Monochromatic Colors of #980240
Black with #980240
Text Example
Text Example
White with #980240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980240; }
p { color: rgb(152,2,64); }
H1.HeaderClassName
{
color: #980240;
}
.AnyTagClassName
{
color: #980240;
}
</style>
background-color css
<style>
a { background-color: #980240; }
a { background-color: rgb(152,2,64); }
div.DivClassName
{
background-color: #980240;
}
.BgClassName
{
background-color: #980240;
}
</style>
border-color css
<style>
span { border-color: #980240; }
span { border-color: rgb(152,2,64); }
td.TdClassName
{
border-color: #980240;
}
.TagClassName
{
border-color: #980240;
}
</style>