Shades of Jazzberry Jam #980352
Tints of Jazzberry Jam #980352
RGB
CMYK
RGB Variations
Color information
#980352 (or 0x980352) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 52. RGB value is (152,3,82). Sum of RGB (Red+Green+Blue) = 152+3+82=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #980352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980352 is #67FCAD. Grayscale: #383838. Windows color (decimal): -6814894 or 5374872. OLE color: 5374872.
HSL color Cylindrical-coordinate representation of color #980352: hue angle of 328.19º 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 #980352 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.40 |
| HSL | 328.19º | 0.96% | 0.3% | - |
| HSV(B) | 328.19º | 0.98% | 0.6% | - |
| XYZ | 14.5 | 7.35 | 8.64 | - |
| YUV | 56.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 82 | 0 | 0.98 | 0.46 | 0.40 | 328.19 | 0.96 | 0.3 |
| Hex | 98 | 3 | 52 | 0 | 62 | 2E | 28 | 148 | 60 | 1E |
| Octal | 230 | 3 | 122 | 0 | 142 | 56 | 50 | 510 | 140 | 36 |
| Binary | 10011000 | 11 | 1010010 | 0 | 1100010 | 101110 | 101000 | 101001000 | 1100000 | 11110 |
Color Harmonies of #980352
Complementary color
Monochromatic Colors of #980352
Black with #980352
Text Example
Text Example
White with #980352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980352; }
p { color: rgb(152,3,82); }
H1.HeaderClassName
{
color: #980352;
}
.AnyTagClassName
{
color: #980352;
}
</style>
background-color css
<style>
a { background-color: #980352; }
a { background-color: rgb(152,3,82); }
div.DivClassName
{
background-color: #980352;
}
.BgClassName
{
background-color: #980352;
}
</style>
border-color css
<style>
span { border-color: #980352; }
span { border-color: rgb(152,3,82); }
td.TdClassName
{
border-color: #980352;
}
.TagClassName
{
border-color: #980352;
}
</style>