Shades of Jazzberry Jam #980B51
Tints of Jazzberry Jam #980B51
RGB
CMYK
RGB Variations
Color information
#980B51 (or 0x980B51) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 51. RGB value is (152,11,81). Sum of RGB (Red+Green+Blue) = 152+11+81=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B51 is #67F4AE. Grayscale: #3D3D3D. Windows color (decimal): -6812847 or 5311384. OLE color: 5311384.
HSL color Cylindrical-coordinate representation of color #980B51: hue angle of 330.21º 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 #980B51 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 81 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.40 |
| HSL | 330.21º | 0.87% | 0.32% | - |
| HSV(B) | 330.21º | 0.93% | 0.6% | - |
| XYZ | 14.55 | 7.51 | 8.47 | - |
| YUV | 61.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 81 | 0 | 0.93 | 0.47 | 0.40 | 330.21 | 0.87 | 0.32 |
| Hex | 98 | B | 51 | 0 | 5D | 2F | 28 | 14A | 57 | 20 |
| Octal | 230 | 13 | 121 | 0 | 135 | 57 | 50 | 512 | 127 | 40 |
| Binary | 10011000 | 1011 | 1010001 | 0 | 1011101 | 101111 | 101000 | 101001010 | 1010111 | 100000 |
Color Harmonies of #980B51
Complementary color
Monochromatic Colors of #980B51
Black with #980B51
Text Example
Text Example
White with #980B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B51; }
p { color: rgb(152,11,81); }
H1.HeaderClassName
{
color: #980B51;
}
.AnyTagClassName
{
color: #980B51;
}
</style>
background-color css
<style>
a { background-color: #980B51; }
a { background-color: rgb(152,11,81); }
div.DivClassName
{
background-color: #980B51;
}
.BgClassName
{
background-color: #980B51;
}
</style>
border-color css
<style>
span { border-color: #980B51; }
span { border-color: rgb(152,11,81); }
td.TdClassName
{
border-color: #980B51;
}
.TagClassName
{
border-color: #980B51;
}
</style>