Shades of Jazzberry Jam #970A3F
Tints of Jazzberry Jam #970A3F
RGB
CMYK
RGB Variations
Color information
#970A3F (or 0x970A3F) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 3F. RGB value is (151,10,63). Sum of RGB (Red+Green+Blue) = 151+10+63=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #970A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A3F is #68F5C0. Grayscale: #3A3A3A. Windows color (decimal): -6878657 or 4131479. OLE color: 4131479.
HSL color Cylindrical-coordinate representation of color #970A3F: hue angle of 337.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A3F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 63 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.41 |
| HSL | 337.45º | 0.88% | 0.32% | - |
| HSV(B) | 337.45º | 0.93% | 0.59% | - |
| XYZ | 13.77 | 7.16 | 5.36 | - |
| YUV | 58.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 63 | 0 | 0.93 | 0.58 | 0.41 | 337.45 | 0.88 | 0.32 |
| Hex | 97 | A | 3F | 0 | 5D | 3A | 29 | 151 | 58 | 20 |
| Octal | 227 | 12 | 77 | 0 | 135 | 72 | 51 | 521 | 130 | 40 |
| Binary | 10010111 | 1010 | 111111 | 0 | 1011101 | 111010 | 101001 | 101010001 | 1011000 | 100000 |
Color Harmonies of #970A3F
Complementary color
Monochromatic Colors of #970A3F
Black with #970A3F
Text Example
Text Example
White with #970A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A3F; }
p { color: rgb(151,10,63); }
H1.HeaderClassName
{
color: #970A3F;
}
.AnyTagClassName
{
color: #970A3F;
}
</style>
background-color css
<style>
a { background-color: #970A3F; }
a { background-color: rgb(151,10,63); }
div.DivClassName
{
background-color: #970A3F;
}
.BgClassName
{
background-color: #970A3F;
}
</style>
border-color css
<style>
span { border-color: #970A3F; }
span { border-color: rgb(151,10,63); }
td.TdClassName
{
border-color: #970A3F;
}
.TagClassName
{
border-color: #970A3F;
}
</style>