Shades of Jazzberry Jam #9F023B
Tints of Jazzberry Jam #9F023B
RGB
CMYK
RGB Variations
Color information
#9F023B (or 0x9F023B) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 3B. RGB value is (159,2,59). Sum of RGB (Red+Green+Blue) = 159+2+59=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F023B is #60FDC4. Grayscale: #373737. Windows color (decimal): -6356421 or 3867295. OLE color: 3867295.
HSL color Cylindrical-coordinate representation of color #9F023B: hue angle of 338.22º 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 #9F023B is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.38 |
| HSL | 338.22º | 0.98% | 0.32% | - |
| HSV(B) | 338.22º | 0.99% | 0.62% | - |
| XYZ | 15.11 | 7.73 | 4.83 | - |
| YUV | 55.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 59 | 0 | 0.99 | 0.63 | 0.38 | 338.22 | 0.98 | 0.32 |
| Hex | 9F | 2 | 3B | 0 | 63 | 3F | 26 | 152 | 62 | 20 |
| Octal | 237 | 2 | 73 | 0 | 143 | 77 | 46 | 522 | 142 | 40 |
| Binary | 10011111 | 10 | 111011 | 0 | 1100011 | 111111 | 100110 | 101010010 | 1100010 | 100000 |
Color Harmonies of #9F023B
Complementary color
Monochromatic Colors of #9F023B
Black with #9F023B
Text Example
Text Example
White with #9F023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F023B; }
p { color: rgb(159,2,59); }
H1.HeaderClassName
{
color: #9F023B;
}
.AnyTagClassName
{
color: #9F023B;
}
</style>
background-color css
<style>
a { background-color: #9F023B; }
a { background-color: rgb(159,2,59); }
div.DivClassName
{
background-color: #9F023B;
}
.BgClassName
{
background-color: #9F023B;
}
</style>
border-color css
<style>
span { border-color: #9F023B; }
span { border-color: rgb(159,2,59); }
td.TdClassName
{
border-color: #9F023B;
}
.TagClassName
{
border-color: #9F023B;
}
</style>