Shades of Jazzberry Jam #97024C
Tints of Jazzberry Jam #97024C
RGB
CMYK
RGB Variations
Color information
#97024C (or 0x97024C) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 4C. RGB value is (151,2,76). Sum of RGB (Red+Green+Blue) = 151+2+76=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #97024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97024C is #68FDB3. Grayscale: #363636. Windows color (decimal): -6880692 or 4981399. OLE color: 4981399.
HSL color Cylindrical-coordinate representation of color #97024C: hue angle of 330.2º 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 #97024C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.41 |
| HSL | 330.2º | 0.97% | 0.3% | - |
| HSV(B) | 330.2º | 0.99% | 0.59% | - |
| XYZ | 14.09 | 7.14 | 7.47 | - |
| YUV | 54.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 76 | 0 | 0.99 | 0.50 | 0.41 | 330.2 | 0.97 | 0.3 |
| Hex | 97 | 2 | 4C | 0 | 63 | 32 | 29 | 14A | 61 | 1E |
| Octal | 227 | 2 | 114 | 0 | 143 | 62 | 51 | 512 | 141 | 36 |
| Binary | 10010111 | 10 | 1001100 | 0 | 1100011 | 110010 | 101001 | 101001010 | 1100001 | 11110 |
Color Harmonies of #97024C
Complementary color
Monochromatic Colors of #97024C
Black with #97024C
Text Example
Text Example
White with #97024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97024C; }
p { color: rgb(151,2,76); }
H1.HeaderClassName
{
color: #97024C;
}
.AnyTagClassName
{
color: #97024C;
}
</style>
background-color css
<style>
a { background-color: #97024C; }
a { background-color: rgb(151,2,76); }
div.DivClassName
{
background-color: #97024C;
}
.BgClassName
{
background-color: #97024C;
}
</style>
border-color css
<style>
span { border-color: #97024C; }
span { border-color: rgb(151,2,76); }
td.TdClassName
{
border-color: #97024C;
}
.TagClassName
{
border-color: #97024C;
}
</style>