Shades of Jazzberry Jam #980B49
Tints of Jazzberry Jam #980B49
RGB
CMYK
RGB Variations
Color information
#980B49 (or 0x980B49) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 49. RGB value is (152,11,73). Sum of RGB (Red+Green+Blue) = 152+11+73=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B49 is #67F4B6. Grayscale: #3C3C3C. Windows color (decimal): -6812855 or 4787096. OLE color: 4787096.
HSL color Cylindrical-coordinate representation of color #980B49: hue angle of 333.62º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B49 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 73 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.40 |
| HSL | 333.62º | 0.87% | 0.32% | - |
| HSV(B) | 333.62º | 0.93% | 0.6% | - |
| XYZ | 14.27 | 7.4 | 6.98 | - |
| YUV | 60.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 73 | 0 | 0.93 | 0.52 | 0.40 | 333.62 | 0.87 | 0.32 |
| Hex | 98 | B | 49 | 0 | 5D | 34 | 28 | 14E | 57 | 20 |
| Octal | 230 | 13 | 111 | 0 | 135 | 64 | 50 | 516 | 127 | 40 |
| Binary | 10011000 | 1011 | 1001001 | 0 | 1011101 | 110100 | 101000 | 101001110 | 1010111 | 100000 |
Color Harmonies of #980B49
Complementary color
Monochromatic Colors of #980B49
Black with #980B49
Text Example
Text Example
White with #980B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B49; }
p { color: rgb(152,11,73); }
H1.HeaderClassName
{
color: #980B49;
}
.AnyTagClassName
{
color: #980B49;
}
</style>
background-color css
<style>
a { background-color: #980B49; }
a { background-color: rgb(152,11,73); }
div.DivClassName
{
background-color: #980B49;
}
.BgClassName
{
background-color: #980B49;
}
</style>
border-color css
<style>
span { border-color: #980B49; }
span { border-color: rgb(152,11,73); }
td.TdClassName
{
border-color: #980B49;
}
.TagClassName
{
border-color: #980B49;
}
</style>