Shades of Jazzberry Jam #910246
Tints of Jazzberry Jam #910246
RGB
CMYK
RGB Variations
Color information
#910246 (or 0x910246) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 46. RGB value is (145,2,70). Sum of RGB (Red+Green+Blue) = 145+2+70=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #910246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910246 is #6EFDB9. Grayscale: #343434. Windows color (decimal): -7273914 or 4588177. OLE color: 4588177.
HSL color Cylindrical-coordinate representation of color #910246: hue angle of 331.47º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910246 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.43 |
| HSL | 331.47º | 0.97% | 0.29% | - |
| HSV(B) | 331.47º | 0.99% | 0.57% | - |
| XYZ | 12.8 | 6.51 | 6.38 | - |
| YUV | 52.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 70 | 0 | 0.99 | 0.52 | 0.43 | 331.47 | 0.97 | 0.29 |
| Hex | 91 | 2 | 46 | 0 | 63 | 34 | 2B | 14B | 61 | 1D |
| Octal | 221 | 2 | 106 | 0 | 143 | 64 | 53 | 513 | 141 | 35 |
| Binary | 10010001 | 10 | 1000110 | 0 | 1100011 | 110100 | 101011 | 101001011 | 1100001 | 11101 |
Color Harmonies of #910246
Complementary color
Monochromatic Colors of #910246
Black with #910246
Text Example
Text Example
White with #910246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910246; }
p { color: rgb(145,2,70); }
H1.HeaderClassName
{
color: #910246;
}
.AnyTagClassName
{
color: #910246;
}
</style>
background-color css
<style>
a { background-color: #910246; }
a { background-color: rgb(145,2,70); }
div.DivClassName
{
background-color: #910246;
}
.BgClassName
{
background-color: #910246;
}
</style>
border-color css
<style>
span { border-color: #910246; }
span { border-color: rgb(145,2,70); }
td.TdClassName
{
border-color: #910246;
}
.TagClassName
{
border-color: #910246;
}
</style>