Shades of Jazzberry Jam #970F4B
Tints of Jazzberry Jam #970F4B
RGB
CMYK
RGB Variations
Color information
#970F4B (or 0x970F4B) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 4B. RGB value is (151,15,75). Sum of RGB (Red+Green+Blue) = 151+15+75=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #970F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F4B is #68F0B4. Grayscale: #3E3E3E. Windows color (decimal): -6877365 or 4919191. OLE color: 4919191.
HSL color Cylindrical-coordinate representation of color #970F4B: hue angle of 333.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F4B is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 75 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.41 |
| HSL | 333.53º | 0.82% | 0.33% | - |
| HSV(B) | 333.53º | 0.9% | 0.59% | - |
| XYZ | 14.2 | 7.43 | 7.34 | - |
| YUV | 62.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 75 | 0 | 0.90 | 0.50 | 0.41 | 333.53 | 0.82 | 0.33 |
| Hex | 97 | F | 4B | 0 | 5A | 32 | 29 | 14E | 52 | 21 |
| Octal | 227 | 17 | 113 | 0 | 132 | 62 | 51 | 516 | 122 | 41 |
| Binary | 10010111 | 1111 | 1001011 | 0 | 1011010 | 110010 | 101001 | 101001110 | 1010010 | 100001 |
Color Harmonies of #970F4B
Complementary color
Monochromatic Colors of #970F4B
Black with #970F4B
Text Example
Text Example
White with #970F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F4B; }
p { color: rgb(151,15,75); }
H1.HeaderClassName
{
color: #970F4B;
}
.AnyTagClassName
{
color: #970F4B;
}
</style>
background-color css
<style>
a { background-color: #970F4B; }
a { background-color: rgb(151,15,75); }
div.DivClassName
{
background-color: #970F4B;
}
.BgClassName
{
background-color: #970F4B;
}
</style>
border-color css
<style>
span { border-color: #970F4B; }
span { border-color: rgb(151,15,75); }
td.TdClassName
{
border-color: #970F4B;
}
.TagClassName
{
border-color: #970F4B;
}
</style>