Shades of Jazzberry Jam #9B0F47
Tints of Jazzberry Jam #9B0F47
RGB
CMYK
RGB Variations
Color information
#9B0F47 (or 0x9B0F47) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 47. RGB value is (155,15,71). Sum of RGB (Red+Green+Blue) = 155+15+71=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F47 is #64F0B8. Grayscale: #3F3F3F. Windows color (decimal): -6615225 or 4657051. OLE color: 4657051.
HSL color Cylindrical-coordinate representation of color #9B0F47: hue angle of 336º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F47 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 71 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.39 |
| HSL | 336º | 0.82% | 0.33% | - |
| HSV(B) | 336º | 0.9% | 0.61% | - |
| XYZ | 14.83 | 7.77 | 6.68 | - |
| YUV | 63.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 71 | 0 | 0.90 | 0.54 | 0.39 | 336 | 0.82 | 0.33 |
| Hex | 9B | F | 47 | 0 | 5A | 36 | 27 | 150 | 52 | 21 |
| Octal | 233 | 17 | 107 | 0 | 132 | 66 | 47 | 520 | 122 | 41 |
| Binary | 10011011 | 1111 | 1000111 | 0 | 1011010 | 110110 | 100111 | 101010000 | 1010010 | 100001 |
Color Harmonies of #9B0F47
Complementary color
Monochromatic Colors of #9B0F47
Black with #9B0F47
Text Example
Text Example
White with #9B0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F47; }
p { color: rgb(155,15,71); }
H1.HeaderClassName
{
color: #9B0F47;
}
.AnyTagClassName
{
color: #9B0F47;
}
</style>
background-color css
<style>
a { background-color: #9B0F47; }
a { background-color: rgb(155,15,71); }
div.DivClassName
{
background-color: #9B0F47;
}
.BgClassName
{
background-color: #9B0F47;
}
</style>
border-color css
<style>
span { border-color: #9B0F47; }
span { border-color: rgb(155,15,71); }
td.TdClassName
{
border-color: #9B0F47;
}
.TagClassName
{
border-color: #9B0F47;
}
</style>