Shades of Jazzberry Jam #920246
Tints of Jazzberry Jam #920246
RGB
CMYK
RGB Variations
Color information
#920246 (or 0x920246) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 46. RGB value is (146,2,70). Sum of RGB (Red+Green+Blue) = 146+2+70=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #920246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920246 is #6DFDB9. Grayscale: #343434. Windows color (decimal): -7208378 or 4588178. OLE color: 4588178.
HSL color Cylindrical-coordinate representation of color #920246: hue angle of 331.67º 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 #920246 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.43 |
| HSL | 331.67º | 0.97% | 0.29% | - |
| HSV(B) | 331.67º | 0.99% | 0.57% | - |
| XYZ | 12.98 | 6.6 | 6.38 | - |
| YUV | 52.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 70 | 0 | 0.99 | 0.52 | 0.43 | 331.67 | 0.97 | 0.29 |
| Hex | 92 | 2 | 46 | 0 | 63 | 34 | 2B | 14C | 61 | 1D |
| Octal | 222 | 2 | 106 | 0 | 143 | 64 | 53 | 514 | 141 | 35 |
| Binary | 10010010 | 10 | 1000110 | 0 | 1100011 | 110100 | 101011 | 101001100 | 1100001 | 11101 |
Color Harmonies of #920246
Complementary color
Monochromatic Colors of #920246
Black with #920246
Text Example
Text Example
White with #920246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920246; }
p { color: rgb(146,2,70); }
H1.HeaderClassName
{
color: #920246;
}
.AnyTagClassName
{
color: #920246;
}
</style>
background-color css
<style>
a { background-color: #920246; }
a { background-color: rgb(146,2,70); }
div.DivClassName
{
background-color: #920246;
}
.BgClassName
{
background-color: #920246;
}
</style>
border-color css
<style>
span { border-color: #920246; }
span { border-color: rgb(146,2,70); }
td.TdClassName
{
border-color: #920246;
}
.TagClassName
{
border-color: #920246;
}
</style>