Shades of Jazzberry Jam #960343
Tints of Jazzberry Jam #960343
RGB
CMYK
RGB Variations
Color information
#960343 (or 0x960343) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 43. RGB value is (150,3,67). Sum of RGB (Red+Green+Blue) = 150+3+67=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #960343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960343 is #69FCBC. Grayscale: #363636. Windows color (decimal): -6945981 or 4391830. OLE color: 4391830.
HSL color Cylindrical-coordinate representation of color #960343: hue angle of 333.88º 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 #960343 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.41 |
| HSL | 333.88º | 0.96% | 0.3% | - |
| HSV(B) | 333.88º | 0.98% | 0.59% | - |
| XYZ | 13.62 | 6.95 | 5.93 | - |
| YUV | 54.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 67 | 0 | 0.98 | 0.55 | 0.41 | 333.88 | 0.96 | 0.3 |
| Hex | 96 | 3 | 43 | 0 | 62 | 37 | 29 | 14E | 60 | 1E |
| Octal | 226 | 3 | 103 | 0 | 142 | 67 | 51 | 516 | 140 | 36 |
| Binary | 10010110 | 11 | 1000011 | 0 | 1100010 | 110111 | 101001 | 101001110 | 1100000 | 11110 |
Color Harmonies of #960343
Complementary color
Monochromatic Colors of #960343
Black with #960343
Text Example
Text Example
White with #960343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960343; }
p { color: rgb(150,3,67); }
H1.HeaderClassName
{
color: #960343;
}
.AnyTagClassName
{
color: #960343;
}
</style>
background-color css
<style>
a { background-color: #960343; }
a { background-color: rgb(150,3,67); }
div.DivClassName
{
background-color: #960343;
}
.BgClassName
{
background-color: #960343;
}
</style>
border-color css
<style>
span { border-color: #960343; }
span { border-color: rgb(150,3,67); }
td.TdClassName
{
border-color: #960343;
}
.TagClassName
{
border-color: #960343;
}
</style>