Shades of Jazzberry Jam #9F1349
Tints of Jazzberry Jam #9F1349
RGB
CMYK
RGB Variations
Color information
#9F1349 (or 0x9F1349) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 49. RGB value is (159,19,73). Sum of RGB (Red+Green+Blue) = 159+19+73=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1349 is #60ECB6. Grayscale: #424242. Windows color (decimal): -6352055 or 4789151. OLE color: 4789151.
HSL color Cylindrical-coordinate representation of color #9F1349: hue angle of 336.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1349 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 73 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.38 |
| HSL | 336.86º | 0.79% | 0.35% | - |
| HSV(B) | 336.86º | 0.88% | 0.62% | - |
| XYZ | 15.73 | 8.32 | 7.08 | - |
| YUV | 67.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 73 | 0 | 0.88 | 0.54 | 0.38 | 336.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 49 | 0 | 58 | 36 | 26 | 151 | 4F | 23 |
| Octal | 237 | 23 | 111 | 0 | 130 | 66 | 46 | 521 | 117 | 43 |
| Binary | 10011111 | 10011 | 1001001 | 0 | 1011000 | 110110 | 100110 | 101010001 | 1001111 | 100011 |
Color Harmonies of #9F1349
Complementary color
Monochromatic Colors of #9F1349
Black with #9F1349
Text Example
Text Example
White with #9F1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1349; }
p { color: rgb(159,19,73); }
H1.HeaderClassName
{
color: #9F1349;
}
.AnyTagClassName
{
color: #9F1349;
}
</style>
background-color css
<style>
a { background-color: #9F1349; }
a { background-color: rgb(159,19,73); }
div.DivClassName
{
background-color: #9F1349;
}
.BgClassName
{
background-color: #9F1349;
}
</style>
border-color css
<style>
span { border-color: #9F1349; }
span { border-color: rgb(159,19,73); }
td.TdClassName
{
border-color: #9F1349;
}
.TagClassName
{
border-color: #9F1349;
}
</style>