Shades of Jazzberry Jam #980351
Tints of Jazzberry Jam #980351
RGB
CMYK
RGB Variations
Color information
#980351 (or 0x980351) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 51. RGB value is (152,3,81). Sum of RGB (Red+Green+Blue) = 152+3+81=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980351 is #67FCAE. Grayscale: #383838. Windows color (decimal): -6814895 or 5309336. OLE color: 5309336.
HSL color Cylindrical-coordinate representation of color #980351: hue angle of 328.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980351 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.40 |
| HSL | 328.59º | 0.96% | 0.3% | - |
| HSV(B) | 328.59º | 0.98% | 0.6% | - |
| XYZ | 14.47 | 7.33 | 8.44 | - |
| YUV | 56.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 81 | 0 | 0.98 | 0.47 | 0.40 | 328.59 | 0.96 | 0.3 |
| Hex | 98 | 3 | 51 | 0 | 62 | 2F | 28 | 149 | 60 | 1E |
| Octal | 230 | 3 | 121 | 0 | 142 | 57 | 50 | 511 | 140 | 36 |
| Binary | 10011000 | 11 | 1010001 | 0 | 1100010 | 101111 | 101000 | 101001001 | 1100000 | 11110 |
Color Harmonies of #980351
Complementary color
Monochromatic Colors of #980351
Black with #980351
Text Example
Text Example
White with #980351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980351; }
p { color: rgb(152,3,81); }
H1.HeaderClassName
{
color: #980351;
}
.AnyTagClassName
{
color: #980351;
}
</style>
background-color css
<style>
a { background-color: #980351; }
a { background-color: rgb(152,3,81); }
div.DivClassName
{
background-color: #980351;
}
.BgClassName
{
background-color: #980351;
}
</style>
border-color css
<style>
span { border-color: #980351; }
span { border-color: rgb(152,3,81); }
td.TdClassName
{
border-color: #980351;
}
.TagClassName
{
border-color: #980351;
}
</style>