Shades of Jazzberry Jam #960049
Tints of Jazzberry Jam #960049
RGB
CMYK
RGB Variations
Color information
#960049 (or 0x960049) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 49. RGB value is (150,0,73). Sum of RGB (Red+Green+Blue) = 150+0+73=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #960049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960049 is #69FFB6. Grayscale: #353535. Windows color (decimal): -6946743 or 4784278. OLE color: 4784278.
HSL color Cylindrical-coordinate representation of color #960049: hue angle of 330.8º 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 #960049 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.51 | 0.41 |
| HSL | 330.8º | 1% | 0.29% | - |
| HSV(B) | 330.8º | 1% | 0.59% | - |
| XYZ | 13.78 | 6.97 | 6.92 | - |
| YUV | 53.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 73 | 0 | 1 | 0.51 | 0.41 | 330.8 | 1 | 0.29 |
| Hex | 96 | 0 | 49 | 0 | 64 | 33 | 29 | 14B | 64 | 1D |
| Octal | 226 | 0 | 111 | 0 | 144 | 63 | 51 | 513 | 144 | 35 |
| Binary | 10010110 | 0 | 1001001 | 0 | 1100100 | 110011 | 101001 | 101001011 | 1100100 | 11101 |
Color Harmonies of #960049
Complementary color
Monochromatic Colors of #960049
Black with #960049
Text Example
Text Example
White with #960049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960049; }
p { color: rgb(150,0,73); }
H1.HeaderClassName
{
color: #960049;
}
.AnyTagClassName
{
color: #960049;
}
</style>
background-color css
<style>
a { background-color: #960049; }
a { background-color: rgb(150,0,73); }
div.DivClassName
{
background-color: #960049;
}
.BgClassName
{
background-color: #960049;
}
</style>
border-color css
<style>
span { border-color: #960049; }
span { border-color: rgb(150,0,73); }
td.TdClassName
{
border-color: #960049;
}
.TagClassName
{
border-color: #960049;
}
</style>