Shades of Jazzberry Jam #980350
Tints of Jazzberry Jam #980350
RGB
CMYK
RGB Variations
Color information
#980350 (or 0x980350) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 50. RGB value is (152,3,80). Sum of RGB (Red+Green+Blue) = 152+3+80=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980350 is #67FCAF. Grayscale: #383838. Windows color (decimal): -6814896 or 5243800. OLE color: 5243800.
HSL color Cylindrical-coordinate representation of color #980350: hue angle of 328.99º 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 #980350 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.40 |
| HSL | 328.99º | 0.96% | 0.3% | - |
| HSV(B) | 328.99º | 0.98% | 0.6% | - |
| XYZ | 14.43 | 7.32 | 8.24 | - |
| YUV | 56.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 80 | 0 | 0.98 | 0.47 | 0.40 | 328.99 | 0.96 | 0.3 |
| Hex | 98 | 3 | 50 | 0 | 62 | 2F | 28 | 149 | 60 | 1E |
| Octal | 230 | 3 | 120 | 0 | 142 | 57 | 50 | 511 | 140 | 36 |
| Binary | 10011000 | 11 | 1010000 | 0 | 1100010 | 101111 | 101000 | 101001001 | 1100000 | 11110 |
Color Harmonies of #980350
Complementary color
Monochromatic Colors of #980350
Black with #980350
Text Example
Text Example
White with #980350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980350; }
p { color: rgb(152,3,80); }
H1.HeaderClassName
{
color: #980350;
}
.AnyTagClassName
{
color: #980350;
}
</style>
background-color css
<style>
a { background-color: #980350; }
a { background-color: rgb(152,3,80); }
div.DivClassName
{
background-color: #980350;
}
.BgClassName
{
background-color: #980350;
}
</style>
border-color css
<style>
span { border-color: #980350; }
span { border-color: rgb(152,3,80); }
td.TdClassName
{
border-color: #980350;
}
.TagClassName
{
border-color: #980350;
}
</style>