Shades of Jazzberry Jam #9C0B40
Tints of Jazzberry Jam #9C0B40
RGB
CMYK
RGB Variations
Color information
#9C0B40 (or 0x9C0B40) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 40. RGB value is (156,11,64). Sum of RGB (Red+Green+Blue) = 156+11+64=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0B40 is #63F4BF. Grayscale: #3C3C3C. Windows color (decimal): -6550720 or 4197276. OLE color: 4197276.
HSL color Cylindrical-coordinate representation of color #9C0B40: hue angle of 338.07º 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 #9C0B40 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 11 | 64 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.39 |
| HSL | 338.07º | 0.87% | 0.33% | - |
| HSV(B) | 338.07º | 0.93% | 0.61% | - |
| XYZ | 14.76 | 7.68 | 5.55 | - |
| YUV | 60.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 64 | 0 | 0.93 | 0.59 | 0.39 | 338.07 | 0.87 | 0.33 |
| Hex | 9C | B | 40 | 0 | 5D | 3B | 27 | 152 | 57 | 21 |
| Octal | 234 | 13 | 100 | 0 | 135 | 73 | 47 | 522 | 127 | 41 |
| Binary | 10011100 | 1011 | 1000000 | 0 | 1011101 | 111011 | 100111 | 101010010 | 1010111 | 100001 |
Color Harmonies of #9C0B40
Complementary color
Monochromatic Colors of #9C0B40
Black with #9C0B40
Text Example
Text Example
White with #9C0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0B40; }
p { color: rgb(156,11,64); }
H1.HeaderClassName
{
color: #9C0B40;
}
.AnyTagClassName
{
color: #9C0B40;
}
</style>
background-color css
<style>
a { background-color: #9C0B40; }
a { background-color: rgb(156,11,64); }
div.DivClassName
{
background-color: #9C0B40;
}
.BgClassName
{
background-color: #9C0B40;
}
</style>
border-color css
<style>
span { border-color: #9C0B40; }
span { border-color: rgb(156,11,64); }
td.TdClassName
{
border-color: #9C0B40;
}
.TagClassName
{
border-color: #9C0B40;
}
</style>