Shades of Jazzberry Jam #980344
Tints of Jazzberry Jam #980344
RGB
CMYK
RGB Variations
Color information
#980344 (or 0x980344) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 44. RGB value is (152,3,68). Sum of RGB (Red+Green+Blue) = 152+3+68=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980344 is #67FCBB. Grayscale: #363636. Windows color (decimal): -6814908 or 4457368. OLE color: 4457368.
HSL color Cylindrical-coordinate representation of color #980344: hue angle of 333.83º 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 #980344 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.40 |
| HSL | 333.83º | 0.96% | 0.3% | - |
| HSV(B) | 333.83º | 0.98% | 0.6% | - |
| XYZ | 14.02 | 7.16 | 6.11 | - |
| YUV | 54.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 68 | 0 | 0.98 | 0.55 | 0.40 | 333.83 | 0.96 | 0.3 |
| Hex | 98 | 3 | 44 | 0 | 62 | 37 | 28 | 14E | 60 | 1E |
| Octal | 230 | 3 | 104 | 0 | 142 | 67 | 50 | 516 | 140 | 36 |
| Binary | 10011000 | 11 | 1000100 | 0 | 1100010 | 110111 | 101000 | 101001110 | 1100000 | 11110 |
Color Harmonies of #980344
Complementary color
Monochromatic Colors of #980344
Black with #980344
Text Example
Text Example
White with #980344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980344; }
p { color: rgb(152,3,68); }
H1.HeaderClassName
{
color: #980344;
}
.AnyTagClassName
{
color: #980344;
}
</style>
background-color css
<style>
a { background-color: #980344; }
a { background-color: rgb(152,3,68); }
div.DivClassName
{
background-color: #980344;
}
.BgClassName
{
background-color: #980344;
}
</style>
border-color css
<style>
span { border-color: #980344; }
span { border-color: rgb(152,3,68); }
td.TdClassName
{
border-color: #980344;
}
.TagClassName
{
border-color: #980344;
}
</style>