Shades of Jazzberry Jam #990246
Tints of Jazzberry Jam #990246
RGB
CMYK
RGB Variations
Color information
#990246 (or 0x990246) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 46. RGB value is (153,2,70). Sum of RGB (Red+Green+Blue) = 153+2+70=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990246 is #66FDB9. Grayscale: #363636. Windows color (decimal): -6749626 or 4588185. OLE color: 4588185.
HSL color Cylindrical-coordinate representation of color #990246: hue angle of 332.98º 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 #990246 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.4 |
| HSL | 332.98º | 0.97% | 0.3% | - |
| HSV(B) | 332.98º | 0.99% | 0.6% | - |
| XYZ | 14.26 | 7.26 | 6.44 | - |
| YUV | 54.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 70 | 0 | 0.99 | 0.54 | 0.4 | 332.98 | 0.97 | 0.3 |
| Hex | 99 | 2 | 46 | 0 | 63 | 36 | 28 | 14D | 61 | 1E |
| Octal | 231 | 2 | 106 | 0 | 143 | 66 | 50 | 515 | 141 | 36 |
| Binary | 10011001 | 10 | 1000110 | 0 | 1100011 | 110110 | 101000 | 101001101 | 1100001 | 11110 |
Color Harmonies of #990246
Complementary color
Monochromatic Colors of #990246
Black with #990246
Text Example
Text Example
White with #990246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990246; }
p { color: rgb(153,2,70); }
H1.HeaderClassName
{
color: #990246;
}
.AnyTagClassName
{
color: #990246;
}
</style>
background-color css
<style>
a { background-color: #990246; }
a { background-color: rgb(153,2,70); }
div.DivClassName
{
background-color: #990246;
}
.BgClassName
{
background-color: #990246;
}
</style>
border-color css
<style>
span { border-color: #990246; }
span { border-color: rgb(153,2,70); }
td.TdClassName
{
border-color: #990246;
}
.TagClassName
{
border-color: #990246;
}
</style>