Shades of Jazzberry Jam #960046
Tints of Jazzberry Jam #960046
RGB
CMYK
RGB Variations
Color information
#960046 (or 0x960046) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 46. RGB value is (150,0,70). Sum of RGB (Red+Green+Blue) = 150+0+70=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #960046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960046 is #69FFB9. Grayscale: #343434. Windows color (decimal): -6946746 or 4587670. OLE color: 4587670.
HSL color Cylindrical-coordinate representation of color #960046: hue angle of 332º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960046 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.53 | 0.41 |
| HSL | 332º | 1% | 0.29% | - |
| HSV(B) | 332º | 1% | 0.59% | - |
| XYZ | 13.68 | 6.93 | 6.41 | - |
| YUV | 52.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 70 | 0 | 1 | 0.53 | 0.41 | 332 | 1 | 0.29 |
| Hex | 96 | 0 | 46 | 0 | 64 | 35 | 29 | 14C | 64 | 1D |
| Octal | 226 | 0 | 106 | 0 | 144 | 65 | 51 | 514 | 144 | 35 |
| Binary | 10010110 | 0 | 1000110 | 0 | 1100100 | 110101 | 101001 | 101001100 | 1100100 | 11101 |
Color Harmonies of #960046
Complementary color
Monochromatic Colors of #960046
Black with #960046
Text Example
Text Example
White with #960046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960046; }
p { color: rgb(150,0,70); }
H1.HeaderClassName
{
color: #960046;
}
.AnyTagClassName
{
color: #960046;
}
</style>
background-color css
<style>
a { background-color: #960046; }
a { background-color: rgb(150,0,70); }
div.DivClassName
{
background-color: #960046;
}
.BgClassName
{
background-color: #960046;
}
</style>
border-color css
<style>
span { border-color: #960046; }
span { border-color: rgb(150,0,70); }
td.TdClassName
{
border-color: #960046;
}
.TagClassName
{
border-color: #960046;
}
</style>