Shades of Jazzberry Jam #9C0352
Tints of Jazzberry Jam #9C0352
RGB
CMYK
RGB Variations
Color information
#9C0352 (or 0x9C0352) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 52. RGB value is (156,3,82). Sum of RGB (Red+Green+Blue) = 156+3+82=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0352 is #63FCAD. Grayscale: #393939. Windows color (decimal): -6552750 or 5374876. OLE color: 5374876.
HSL color Cylindrical-coordinate representation of color #9C0352: hue angle of 329.02º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0352 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.39 |
| HSL | 329.02º | 0.96% | 0.31% | - |
| HSV(B) | 329.02º | 0.98% | 0.61% | - |
| XYZ | 15.27 | 7.74 | 8.67 | - |
| YUV | 57.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 82 | 0 | 0.98 | 0.47 | 0.39 | 329.02 | 0.96 | 0.31 |
| Hex | 9C | 3 | 52 | 0 | 62 | 2F | 27 | 149 | 60 | 1F |
| Octal | 234 | 3 | 122 | 0 | 142 | 57 | 47 | 511 | 140 | 37 |
| Binary | 10011100 | 11 | 1010010 | 0 | 1100010 | 101111 | 100111 | 101001001 | 1100000 | 11111 |
Color Harmonies of #9C0352
Complementary color
Monochromatic Colors of #9C0352
Black with #9C0352
Text Example
Text Example
White with #9C0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0352; }
p { color: rgb(156,3,82); }
H1.HeaderClassName
{
color: #9C0352;
}
.AnyTagClassName
{
color: #9C0352;
}
</style>
background-color css
<style>
a { background-color: #9C0352; }
a { background-color: rgb(156,3,82); }
div.DivClassName
{
background-color: #9C0352;
}
.BgClassName
{
background-color: #9C0352;
}
</style>
border-color css
<style>
span { border-color: #9C0352; }
span { border-color: rgb(156,3,82); }
td.TdClassName
{
border-color: #9C0352;
}
.TagClassName
{
border-color: #9C0352;
}
</style>