Shades of Jazzberry Jam #970C40
Tints of Jazzberry Jam #970C40
RGB
CMYK
RGB Variations
Color information
#970C40 (or 0x970C40) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 40. RGB value is (151,12,64). Sum of RGB (Red+Green+Blue) = 151+12+64=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #970C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C40 is #68F3BF. Grayscale: #3B3B3B. Windows color (decimal): -6878144 or 4197527. OLE color: 4197527.
HSL color Cylindrical-coordinate representation of color #970C40: hue angle of 337.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C40 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 64 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.41 |
| HSL | 337.55º | 0.85% | 0.32% | - |
| HSV(B) | 337.55º | 0.92% | 0.59% | - |
| XYZ | 13.82 | 7.21 | 5.51 | - |
| YUV | 59.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 64 | 0 | 0.92 | 0.58 | 0.41 | 337.55 | 0.85 | 0.32 |
| Hex | 97 | C | 40 | 0 | 5C | 3A | 29 | 152 | 55 | 20 |
| Octal | 227 | 14 | 100 | 0 | 134 | 72 | 51 | 522 | 125 | 40 |
| Binary | 10010111 | 1100 | 1000000 | 0 | 1011100 | 111010 | 101001 | 101010010 | 1010101 | 100000 |
Color Harmonies of #970C40
Complementary color
Monochromatic Colors of #970C40
Black with #970C40
Text Example
Text Example
White with #970C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C40; }
p { color: rgb(151,12,64); }
H1.HeaderClassName
{
color: #970C40;
}
.AnyTagClassName
{
color: #970C40;
}
</style>
background-color css
<style>
a { background-color: #970C40; }
a { background-color: rgb(151,12,64); }
div.DivClassName
{
background-color: #970C40;
}
.BgClassName
{
background-color: #970C40;
}
</style>
border-color css
<style>
span { border-color: #970C40; }
span { border-color: rgb(151,12,64); }
td.TdClassName
{
border-color: #970C40;
}
.TagClassName
{
border-color: #970C40;
}
</style>