Shades of Jazzberry Jam #960F44
Tints of Jazzberry Jam #960F44
RGB
CMYK
RGB Variations
Color information
#960F44 (or 0x960F44) is known color: Jazzberry Jam. HEX triplet: 96, 0F and 44. RGB value is (150,15,68). Sum of RGB (Red+Green+Blue) = 150+15+68=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #960F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960F44 is #69F0BB. Grayscale: #3D3D3D. Windows color (decimal): -6942908 or 4460438. OLE color: 4460438.
HSL color Cylindrical-coordinate representation of color #960F44: hue angle of 336.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F44 is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 68 | - |
| CMYK | 0 | 0.9 | 0.55 | 0.41 |
| HSL | 336.44º | 0.82% | 0.32% | - |
| HSV(B) | 336.44º | 0.9% | 0.59% | - |
| XYZ | 13.79 | 7.24 | 6.14 | - |
| YUV | 61.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 68 | 0 | 0.9 | 0.55 | 0.41 | 336.44 | 0.82 | 0.32 |
| Hex | 96 | F | 44 | 0 | 5A | 37 | 29 | 150 | 52 | 20 |
| Octal | 226 | 17 | 104 | 0 | 132 | 67 | 51 | 520 | 122 | 40 |
| Binary | 10010110 | 1111 | 1000100 | 0 | 1011010 | 110111 | 101001 | 101010000 | 1010010 | 100000 |
Color Harmonies of #960F44
Complementary color
Monochromatic Colors of #960F44
Black with #960F44
Text Example
Text Example
White with #960F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F44; }
p { color: rgb(150,15,68); }
H1.HeaderClassName
{
color: #960F44;
}
.AnyTagClassName
{
color: #960F44;
}
</style>
background-color css
<style>
a { background-color: #960F44; }
a { background-color: rgb(150,15,68); }
div.DivClassName
{
background-color: #960F44;
}
.BgClassName
{
background-color: #960F44;
}
</style>
border-color css
<style>
span { border-color: #960F44; }
span { border-color: rgb(150,15,68); }
td.TdClassName
{
border-color: #960F44;
}
.TagClassName
{
border-color: #960F44;
}
</style>