Shades of Jazzberry Jam #9F0B3C
Tints of Jazzberry Jam #9F0B3C
RGB
CMYK
RGB Variations
Color information
#9F0B3C (or 0x9F0B3C) is known color: Jazzberry Jam. HEX triplet: 9F, 0B and 3C. RGB value is (159,11,60). Sum of RGB (Red+Green+Blue) = 159+11+60=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B3C is #60F4C3. Grayscale: #3C3C3C. Windows color (decimal): -6354116 or 3935135. OLE color: 3935135.
HSL color Cylindrical-coordinate representation of color #9F0B3C: hue angle of 340.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B3C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.38 |
| HSL | 340.14º | 0.87% | 0.33% | - |
| HSV(B) | 340.14º | 0.93% | 0.62% | - |
| XYZ | 15.23 | 7.94 | 5 | - |
| YUV | 60.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 60 | 0 | 0.93 | 0.62 | 0.38 | 340.14 | 0.87 | 0.33 |
| Hex | 9F | B | 3C | 0 | 5D | 3E | 26 | 154 | 57 | 21 |
| Octal | 237 | 13 | 74 | 0 | 135 | 76 | 46 | 524 | 127 | 41 |
| Binary | 10011111 | 1011 | 111100 | 0 | 1011101 | 111110 | 100110 | 101010100 | 1010111 | 100001 |
Color Harmonies of #9F0B3C
Complementary color
Monochromatic Colors of #9F0B3C
Black with #9F0B3C
Text Example
Text Example
White with #9F0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B3C; }
p { color: rgb(159,11,60); }
H1.HeaderClassName
{
color: #9F0B3C;
}
.AnyTagClassName
{
color: #9F0B3C;
}
</style>
background-color css
<style>
a { background-color: #9F0B3C; }
a { background-color: rgb(159,11,60); }
div.DivClassName
{
background-color: #9F0B3C;
}
.BgClassName
{
background-color: #9F0B3C;
}
</style>
border-color css
<style>
span { border-color: #9F0B3C; }
span { border-color: rgb(159,11,60); }
td.TdClassName
{
border-color: #9F0B3C;
}
.TagClassName
{
border-color: #9F0B3C;
}
</style>