Shades of Jazzberry Jam #96034C
Tints of Jazzberry Jam #96034C
RGB
CMYK
RGB Variations
Color information
#96034C (or 0x96034C) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 4C. RGB value is (150,3,76). Sum of RGB (Red+Green+Blue) = 150+3+76=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96034C is #69FCB3. Grayscale: #373737. Windows color (decimal): -6945972 or 4981654. OLE color: 4981654.
HSL color Cylindrical-coordinate representation of color #96034C: hue angle of 330.2º 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 #96034C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.41 |
| HSL | 330.2º | 0.96% | 0.3% | - |
| HSV(B) | 330.2º | 0.98% | 0.59% | - |
| XYZ | 13.91 | 7.07 | 7.47 | - |
| YUV | 55.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 76 | 0 | 0.98 | 0.49 | 0.41 | 330.2 | 0.96 | 0.3 |
| Hex | 96 | 3 | 4C | 0 | 62 | 31 | 29 | 14A | 60 | 1E |
| Octal | 226 | 3 | 114 | 0 | 142 | 61 | 51 | 512 | 140 | 36 |
| Binary | 10010110 | 11 | 1001100 | 0 | 1100010 | 110001 | 101001 | 101001010 | 1100000 | 11110 |
Color Harmonies of #96034C
Complementary color
Monochromatic Colors of #96034C
Black with #96034C
Text Example
Text Example
White with #96034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96034C; }
p { color: rgb(150,3,76); }
H1.HeaderClassName
{
color: #96034C;
}
.AnyTagClassName
{
color: #96034C;
}
</style>
background-color css
<style>
a { background-color: #96034C; }
a { background-color: rgb(150,3,76); }
div.DivClassName
{
background-color: #96034C;
}
.BgClassName
{
background-color: #96034C;
}
</style>
border-color css
<style>
span { border-color: #96034C; }
span { border-color: rgb(150,3,76); }
td.TdClassName
{
border-color: #96034C;
}
.TagClassName
{
border-color: #96034C;
}
</style>