Shades of Jazzberry Jam #970141
Tints of Jazzberry Jam #970141
RGB
CMYK
RGB Variations
Color information
#970141 (or 0x970141) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 41. RGB value is (151,1,65). Sum of RGB (Red+Green+Blue) = 151+1+65=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #970141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970141 is #68FEBE. Grayscale: #353535. Windows color (decimal): -6880959 or 4260247. OLE color: 4260247.
HSL color Cylindrical-coordinate representation of color #970141: hue angle of 334.4º degrees, saturation: 0.99, 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 #970141 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.41 |
| HSL | 334.4º | 0.99% | 0.3% | - |
| HSV(B) | 334.4º | 0.99% | 0.59% | - |
| XYZ | 13.73 | 6.98 | 5.63 | - |
| YUV | 53.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 65 | 0 | 0.99 | 0.57 | 0.41 | 334.4 | 0.99 | 0.3 |
| Hex | 97 | 1 | 41 | 0 | 63 | 39 | 29 | 14E | 63 | 1E |
| Octal | 227 | 1 | 101 | 0 | 143 | 71 | 51 | 516 | 143 | 36 |
| Binary | 10010111 | 1 | 1000001 | 0 | 1100011 | 111001 | 101001 | 101001110 | 1100011 | 11110 |
Color Harmonies of #970141
Complementary color
Monochromatic Colors of #970141
Black with #970141
Text Example
Text Example
White with #970141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970141; }
p { color: rgb(151,1,65); }
H1.HeaderClassName
{
color: #970141;
}
.AnyTagClassName
{
color: #970141;
}
</style>
background-color css
<style>
a { background-color: #970141; }
a { background-color: rgb(151,1,65); }
div.DivClassName
{
background-color: #970141;
}
.BgClassName
{
background-color: #970141;
}
</style>
border-color css
<style>
span { border-color: #970141; }
span { border-color: rgb(151,1,65); }
td.TdClassName
{
border-color: #970141;
}
.TagClassName
{
border-color: #970141;
}
</style>