Shades of Jazzberry Jam #971148
Tints of Jazzberry Jam #971148
RGB
CMYK
RGB Variations
Color information
#971148 (or 0x971148) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 48. RGB value is (151,17,72). Sum of RGB (Red+Green+Blue) = 151+17+72=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #971148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971148 is #68EEB7. Grayscale: #3F3F3F. Windows color (decimal): -6876856 or 4723095. OLE color: 4723095.
HSL color Cylindrical-coordinate representation of color #971148: hue angle of 335.37º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971148 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 72 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.41 |
| HSL | 335.37º | 0.8% | 0.33% | - |
| HSV(B) | 335.37º | 0.89% | 0.59% | - |
| XYZ | 14.13 | 7.45 | 6.82 | - |
| YUV | 63.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 72 | 0 | 0.89 | 0.52 | 0.41 | 335.37 | 0.8 | 0.33 |
| Hex | 97 | 11 | 48 | 0 | 59 | 34 | 29 | 14F | 50 | 21 |
| Octal | 227 | 21 | 110 | 0 | 131 | 64 | 51 | 517 | 120 | 41 |
| Binary | 10010111 | 10001 | 1001000 | 0 | 1011001 | 110100 | 101001 | 101001111 | 1010000 | 100001 |
Color Harmonies of #971148
Complementary color
Monochromatic Colors of #971148
Black with #971148
Text Example
Text Example
White with #971148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971148; }
p { color: rgb(151,17,72); }
H1.HeaderClassName
{
color: #971148;
}
.AnyTagClassName
{
color: #971148;
}
</style>
background-color css
<style>
a { background-color: #971148; }
a { background-color: rgb(151,17,72); }
div.DivClassName
{
background-color: #971148;
}
.BgClassName
{
background-color: #971148;
}
</style>
border-color css
<style>
span { border-color: #971148; }
span { border-color: rgb(151,17,72); }
td.TdClassName
{
border-color: #971148;
}
.TagClassName
{
border-color: #971148;
}
</style>