Shades of Jazzberry Jam #970A3D
Tints of Jazzberry Jam #970A3D
RGB
CMYK
RGB Variations
Color information
#970A3D (or 0x970A3D) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 3D. RGB value is (151,10,61). Sum of RGB (Red+Green+Blue) = 151+10+61=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #970A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A3D is #68F5C2. Grayscale: #393939. Windows color (decimal): -6878659 or 4000407. OLE color: 4000407.
HSL color Cylindrical-coordinate representation of color #970A3D: hue angle of 338.3º 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 #970A3D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 61 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.41 |
| HSL | 338.3º | 0.88% | 0.32% | - |
| HSV(B) | 338.3º | 0.93% | 0.59% | - |
| XYZ | 13.71 | 7.13 | 5.07 | - |
| YUV | 57.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 61 | 0 | 0.93 | 0.60 | 0.41 | 338.3 | 0.88 | 0.32 |
| Hex | 97 | A | 3D | 0 | 5D | 3C | 29 | 152 | 58 | 20 |
| Octal | 227 | 12 | 75 | 0 | 135 | 74 | 51 | 522 | 130 | 40 |
| Binary | 10010111 | 1010 | 111101 | 0 | 1011101 | 111100 | 101001 | 101010010 | 1011000 | 100000 |
Color Harmonies of #970A3D
Complementary color
Monochromatic Colors of #970A3D
Black with #970A3D
Text Example
Text Example
White with #970A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A3D; }
p { color: rgb(151,10,61); }
H1.HeaderClassName
{
color: #970A3D;
}
.AnyTagClassName
{
color: #970A3D;
}
</style>
background-color css
<style>
a { background-color: #970A3D; }
a { background-color: rgb(151,10,61); }
div.DivClassName
{
background-color: #970A3D;
}
.BgClassName
{
background-color: #970A3D;
}
</style>
border-color css
<style>
span { border-color: #970A3D; }
span { border-color: rgb(151,10,61); }
td.TdClassName
{
border-color: #970A3D;
}
.TagClassName
{
border-color: #970A3D;
}
</style>