Shades of Jazzberry Jam #9B0C48
Tints of Jazzberry Jam #9B0C48
RGB
CMYK
RGB Variations
Color information
#9B0C48 (or 0x9B0C48) is known color: Jazzberry Jam. HEX triplet: 9B, 0C and 48. RGB value is (155,12,72). Sum of RGB (Red+Green+Blue) = 155+12+72=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C48 is #64F3B7. Grayscale: #3D3D3D. Windows color (decimal): -6615992 or 4721819. OLE color: 4721819.
HSL color Cylindrical-coordinate representation of color #9B0C48: hue angle of 334.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C48 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 72 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.39 |
| HSL | 334.83º | 0.86% | 0.33% | - |
| HSV(B) | 334.83º | 0.92% | 0.61% | - |
| XYZ | 14.82 | 7.7 | 6.84 | - |
| YUV | 61.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 72 | 0 | 0.92 | 0.54 | 0.39 | 334.83 | 0.86 | 0.33 |
| Hex | 9B | C | 48 | 0 | 5C | 36 | 27 | 14F | 56 | 21 |
| Octal | 233 | 14 | 110 | 0 | 134 | 66 | 47 | 517 | 126 | 41 |
| Binary | 10011011 | 1100 | 1001000 | 0 | 1011100 | 110110 | 100111 | 101001111 | 1010110 | 100001 |
Color Harmonies of #9B0C48
Complementary color
Monochromatic Colors of #9B0C48
Black with #9B0C48
Text Example
Text Example
White with #9B0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C48; }
p { color: rgb(155,12,72); }
H1.HeaderClassName
{
color: #9B0C48;
}
.AnyTagClassName
{
color: #9B0C48;
}
</style>
background-color css
<style>
a { background-color: #9B0C48; }
a { background-color: rgb(155,12,72); }
div.DivClassName
{
background-color: #9B0C48;
}
.BgClassName
{
background-color: #9B0C48;
}
</style>
border-color css
<style>
span { border-color: #9B0C48; }
span { border-color: rgb(155,12,72); }
td.TdClassName
{
border-color: #9B0C48;
}
.TagClassName
{
border-color: #9B0C48;
}
</style>