Shades of Jazzberry Jam #9C0B47
Tints of Jazzberry Jam #9C0B47
RGB
CMYK
RGB Variations
Color information
#9C0B47 (or 0x9C0B47) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 47. RGB value is (156,11,71). Sum of RGB (Red+Green+Blue) = 156+11+71=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0B47 is #63F4B8. Grayscale: #3D3D3D. Windows color (decimal): -6550713 or 4656028. OLE color: 4656028.
HSL color Cylindrical-coordinate representation of color #9C0B47: hue angle of 335.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B47 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 11 | 71 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.39 |
| HSL | 335.17º | 0.87% | 0.33% | - |
| HSV(B) | 335.17º | 0.93% | 0.61% | - |
| XYZ | 14.97 | 7.76 | 6.67 | - |
| YUV | 61.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 71 | 0 | 0.93 | 0.54 | 0.39 | 335.17 | 0.87 | 0.33 |
| Hex | 9C | B | 47 | 0 | 5D | 36 | 27 | 14F | 57 | 21 |
| Octal | 234 | 13 | 107 | 0 | 135 | 66 | 47 | 517 | 127 | 41 |
| Binary | 10011100 | 1011 | 1000111 | 0 | 1011101 | 110110 | 100111 | 101001111 | 1010111 | 100001 |
Color Harmonies of #9C0B47
Complementary color
Monochromatic Colors of #9C0B47
Black with #9C0B47
Text Example
Text Example
White with #9C0B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0B47; }
p { color: rgb(156,11,71); }
H1.HeaderClassName
{
color: #9C0B47;
}
.AnyTagClassName
{
color: #9C0B47;
}
</style>
background-color css
<style>
a { background-color: #9C0B47; }
a { background-color: rgb(156,11,71); }
div.DivClassName
{
background-color: #9C0B47;
}
.BgClassName
{
background-color: #9C0B47;
}
</style>
border-color css
<style>
span { border-color: #9C0B47; }
span { border-color: rgb(156,11,71); }
td.TdClassName
{
border-color: #9C0B47;
}
.TagClassName
{
border-color: #9C0B47;
}
</style>