Shades of Jazzberry Jam #970246
Tints of Jazzberry Jam #970246
RGB
CMYK
RGB Variations
Color information
#970246 (or 0x970246) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 46. RGB value is (151,2,70). Sum of RGB (Red+Green+Blue) = 151+2+70=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #970246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970246 is #68FDB9. Grayscale: #363636. Windows color (decimal): -6880698 or 4588183. OLE color: 4588183.
HSL color Cylindrical-coordinate representation of color #970246: hue angle of 332.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970246 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.41 |
| HSL | 332.62º | 0.97% | 0.3% | - |
| HSV(B) | 332.62º | 0.99% | 0.59% | - |
| XYZ | 13.89 | 7.06 | 6.43 | - |
| YUV | 54.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 70 | 0 | 0.99 | 0.54 | 0.41 | 332.62 | 0.97 | 0.3 |
| Hex | 97 | 2 | 46 | 0 | 63 | 36 | 29 | 14D | 61 | 1E |
| Octal | 227 | 2 | 106 | 0 | 143 | 66 | 51 | 515 | 141 | 36 |
| Binary | 10010111 | 10 | 1000110 | 0 | 1100011 | 110110 | 101001 | 101001101 | 1100001 | 11110 |
Color Harmonies of #970246
Complementary color
Monochromatic Colors of #970246
Black with #970246
Text Example
Text Example
White with #970246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970246; }
p { color: rgb(151,2,70); }
H1.HeaderClassName
{
color: #970246;
}
.AnyTagClassName
{
color: #970246;
}
</style>
background-color css
<style>
a { background-color: #970246; }
a { background-color: rgb(151,2,70); }
div.DivClassName
{
background-color: #970246;
}
.BgClassName
{
background-color: #970246;
}
</style>
border-color css
<style>
span { border-color: #970246; }
span { border-color: rgb(151,2,70); }
td.TdClassName
{
border-color: #970246;
}
.TagClassName
{
border-color: #970246;
}
</style>