Shades of Jazzberry Jam #9F023C
Tints of Jazzberry Jam #9F023C
RGB
CMYK
RGB Variations
Color information
#9F023C (or 0x9F023C) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 3C. RGB value is (159,2,60). Sum of RGB (Red+Green+Blue) = 159+2+60=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F023C is #60FDC3. Grayscale: #373737. Windows color (decimal): -6356420 or 3932831. OLE color: 3932831.
HSL color Cylindrical-coordinate representation of color #9F023C: hue angle of 337.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F023C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.38 |
| HSL | 337.83º | 0.98% | 0.32% | - |
| HSV(B) | 337.83º | 0.99% | 0.62% | - |
| XYZ | 15.14 | 7.74 | 4.97 | - |
| YUV | 55.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 60 | 0 | 0.99 | 0.62 | 0.38 | 337.83 | 0.98 | 0.32 |
| Hex | 9F | 2 | 3C | 0 | 63 | 3E | 26 | 152 | 62 | 20 |
| Octal | 237 | 2 | 74 | 0 | 143 | 76 | 46 | 522 | 142 | 40 |
| Binary | 10011111 | 10 | 111100 | 0 | 1100011 | 111110 | 100110 | 101010010 | 1100010 | 100000 |
Color Harmonies of #9F023C
Complementary color
Monochromatic Colors of #9F023C
Black with #9F023C
Text Example
Text Example
White with #9F023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F023C; }
p { color: rgb(159,2,60); }
H1.HeaderClassName
{
color: #9F023C;
}
.AnyTagClassName
{
color: #9F023C;
}
</style>
background-color css
<style>
a { background-color: #9F023C; }
a { background-color: rgb(159,2,60); }
div.DivClassName
{
background-color: #9F023C;
}
.BgClassName
{
background-color: #9F023C;
}
</style>
border-color css
<style>
span { border-color: #9F023C; }
span { border-color: rgb(159,2,60); }
td.TdClassName
{
border-color: #9F023C;
}
.TagClassName
{
border-color: #9F023C;
}
</style>