Shades of Jazzberry Jam #980342
Tints of Jazzberry Jam #980342
RGB
CMYK
RGB Variations
Color information
#980342 (or 0x980342) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 42. RGB value is (152,3,66). Sum of RGB (Red+Green+Blue) = 152+3+66=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #980342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980342 is #67FCBD. Grayscale: #363636. Windows color (decimal): -6814910 or 4326296. OLE color: 4326296.
HSL color Cylindrical-coordinate representation of color #980342: hue angle of 334.63º 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 #980342 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.40 |
| HSL | 334.63º | 0.96% | 0.3% | - |
| HSV(B) | 334.63º | 0.98% | 0.6% | - |
| XYZ | 13.96 | 7.13 | 5.8 | - |
| YUV | 54.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 66 | 0 | 0.98 | 0.57 | 0.40 | 334.63 | 0.96 | 0.3 |
| Hex | 98 | 3 | 42 | 0 | 62 | 39 | 28 | 14F | 60 | 1E |
| Octal | 230 | 3 | 102 | 0 | 142 | 71 | 50 | 517 | 140 | 36 |
| Binary | 10011000 | 11 | 1000010 | 0 | 1100010 | 111001 | 101000 | 101001111 | 1100000 | 11110 |
Color Harmonies of #980342
Complementary color
Monochromatic Colors of #980342
Black with #980342
Text Example
Text Example
White with #980342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980342; }
p { color: rgb(152,3,66); }
H1.HeaderClassName
{
color: #980342;
}
.AnyTagClassName
{
color: #980342;
}
</style>
background-color css
<style>
a { background-color: #980342; }
a { background-color: rgb(152,3,66); }
div.DivClassName
{
background-color: #980342;
}
.BgClassName
{
background-color: #980342;
}
</style>
border-color css
<style>
span { border-color: #980342; }
span { border-color: rgb(152,3,66); }
td.TdClassName
{
border-color: #980342;
}
.TagClassName
{
border-color: #980342;
}
</style>