Shades of Jazzberry Jam #96003F
Tints of Jazzberry Jam #96003F
RGB
CMYK
RGB Variations
Color information
#96003F (or 0x96003F) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 3F. RGB value is (150,0,63). Sum of RGB (Red+Green+Blue) = 150+0+63=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96003F is #69FFC0. Grayscale: #333333. Windows color (decimal): -6946753 or 4128918. OLE color: 4128918.
HSL color Cylindrical-coordinate representation of color #96003F: hue angle of 334.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 #96003F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.58 | 0.41 |
| HSL | 334.8º | 1% | 0.29% | - |
| HSV(B) | 334.8º | 1% | 0.59% | - |
| XYZ | 13.47 | 6.84 | 5.31 | - |
| YUV | 52.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 63 | 0 | 1 | 0.58 | 0.41 | 334.8 | 1 | 0.29 |
| Hex | 96 | 0 | 3F | 0 | 64 | 3A | 29 | 14F | 64 | 1D |
| Octal | 226 | 0 | 77 | 0 | 144 | 72 | 51 | 517 | 144 | 35 |
| Binary | 10010110 | 0 | 111111 | 0 | 1100100 | 111010 | 101001 | 101001111 | 1100100 | 11101 |
Color Harmonies of #96003F
Complementary color
Monochromatic Colors of #96003F
Black with #96003F
Text Example
Text Example
White with #96003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96003F; }
p { color: rgb(150,0,63); }
H1.HeaderClassName
{
color: #96003F;
}
.AnyTagClassName
{
color: #96003F;
}
</style>
background-color css
<style>
a { background-color: #96003F; }
a { background-color: rgb(150,0,63); }
div.DivClassName
{
background-color: #96003F;
}
.BgClassName
{
background-color: #96003F;
}
</style>
border-color css
<style>
span { border-color: #96003F; }
span { border-color: rgb(150,0,63); }
td.TdClassName
{
border-color: #96003F;
}
.TagClassName
{
border-color: #96003F;
}
</style>