Shades of Jazzberry Jam #960351
Tints of Jazzberry Jam #960351
RGB
CMYK
RGB Variations
Color information
#960351 (or 0x960351) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 51. RGB value is (150,3,81). Sum of RGB (Red+Green+Blue) = 150+3+81=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #960351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960351 is #69FCAE. Grayscale: #373737. Windows color (decimal): -6945967 or 5309334. OLE color: 5309334.
HSL color Cylindrical-coordinate representation of color #960351: hue angle of 328.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960351 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.41 |
| HSL | 328.16º | 0.96% | 0.3% | - |
| HSV(B) | 328.16º | 0.98% | 0.59% | - |
| XYZ | 14.1 | 7.14 | 8.42 | - |
| YUV | 55.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 81 | 0 | 0.98 | 0.46 | 0.41 | 328.16 | 0.96 | 0.3 |
| Hex | 96 | 3 | 51 | 0 | 62 | 2E | 29 | 148 | 60 | 1E |
| Octal | 226 | 3 | 121 | 0 | 142 | 56 | 51 | 510 | 140 | 36 |
| Binary | 10010110 | 11 | 1010001 | 0 | 1100010 | 101110 | 101001 | 101001000 | 1100000 | 11110 |
Color Harmonies of #960351
Complementary color
Monochromatic Colors of #960351
Black with #960351
Text Example
Text Example
White with #960351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960351; }
p { color: rgb(150,3,81); }
H1.HeaderClassName
{
color: #960351;
}
.AnyTagClassName
{
color: #960351;
}
</style>
background-color css
<style>
a { background-color: #960351; }
a { background-color: rgb(150,3,81); }
div.DivClassName
{
background-color: #960351;
}
.BgClassName
{
background-color: #960351;
}
</style>
border-color css
<style>
span { border-color: #960351; }
span { border-color: rgb(150,3,81); }
td.TdClassName
{
border-color: #960351;
}
.TagClassName
{
border-color: #960351;
}
</style>