Shades of Jazzberry Jam #9C0246
Tints of Jazzberry Jam #9C0246
RGB
CMYK
RGB Variations
Color information
#9C0246 (or 0x9C0246) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 46. RGB value is (156,2,70). Sum of RGB (Red+Green+Blue) = 156+2+70=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0246 is #63FDB9. Grayscale: #373737. Windows color (decimal): -6553018 or 4588188. OLE color: 4588188.
HSL color Cylindrical-coordinate representation of color #9C0246: hue angle of 333.51º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0246 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.39 |
| HSL | 333.51º | 0.97% | 0.31% | - |
| HSV(B) | 333.51º | 0.99% | 0.61% | - |
| XYZ | 14.84 | 7.55 | 6.47 | - |
| YUV | 55.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 70 | 0 | 0.99 | 0.55 | 0.39 | 333.51 | 0.97 | 0.31 |
| Hex | 9C | 2 | 46 | 0 | 63 | 37 | 27 | 14E | 61 | 1F |
| Octal | 234 | 2 | 106 | 0 | 143 | 67 | 47 | 516 | 141 | 37 |
| Binary | 10011100 | 10 | 1000110 | 0 | 1100011 | 110111 | 100111 | 101001110 | 1100001 | 11111 |
Color Harmonies of #9C0246
Complementary color
Monochromatic Colors of #9C0246
Black with #9C0246
Text Example
Text Example
White with #9C0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0246; }
p { color: rgb(156,2,70); }
H1.HeaderClassName
{
color: #9C0246;
}
.AnyTagClassName
{
color: #9C0246;
}
</style>
background-color css
<style>
a { background-color: #9C0246; }
a { background-color: rgb(156,2,70); }
div.DivClassName
{
background-color: #9C0246;
}
.BgClassName
{
background-color: #9C0246;
}
</style>
border-color css
<style>
span { border-color: #9C0246; }
span { border-color: rgb(156,2,70); }
td.TdClassName
{
border-color: #9C0246;
}
.TagClassName
{
border-color: #9C0246;
}
</style>