Shades of Jazzberry Jam #96024B
Tints of Jazzberry Jam #96024B
RGB
CMYK
RGB Variations
Color information
#96024B (or 0x96024B) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 4B. RGB value is (150,2,75). Sum of RGB (Red+Green+Blue) = 150+2+75=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96024B is #69FDB4. Grayscale: #363636. Windows color (decimal): -6946229 or 4915862. OLE color: 4915862.
HSL color Cylindrical-coordinate representation of color #96024B: hue angle of 330.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96024B is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.41 |
| HSL | 330.41º | 0.97% | 0.3% | - |
| HSV(B) | 330.41º | 0.99% | 0.59% | - |
| XYZ | 13.87 | 7.04 | 7.28 | - |
| YUV | 54.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 75 | 0 | 0.99 | 0.5 | 0.41 | 330.41 | 0.97 | 0.3 |
| Hex | 96 | 2 | 4B | 0 | 63 | 32 | 29 | 14A | 61 | 1E |
| Octal | 226 | 2 | 113 | 0 | 143 | 62 | 51 | 512 | 141 | 36 |
| Binary | 10010110 | 10 | 1001011 | 0 | 1100011 | 110010 | 101001 | 101001010 | 1100001 | 11110 |
Color Harmonies of #96024B
Complementary color
Monochromatic Colors of #96024B
Black with #96024B
Text Example
Text Example
White with #96024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96024B; }
p { color: rgb(150,2,75); }
H1.HeaderClassName
{
color: #96024B;
}
.AnyTagClassName
{
color: #96024B;
}
</style>
background-color css
<style>
a { background-color: #96024B; }
a { background-color: rgb(150,2,75); }
div.DivClassName
{
background-color: #96024B;
}
.BgClassName
{
background-color: #96024B;
}
</style>
border-color css
<style>
span { border-color: #96024B; }
span { border-color: rgb(150,2,75); }
td.TdClassName
{
border-color: #96024B;
}
.TagClassName
{
border-color: #96024B;
}
</style>