Shades of Jazzberry Jam #9F013F
Tints of Jazzberry Jam #9F013F
RGB
CMYK
RGB Variations
Color information
#9F013F (or 0x9F013F) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 3F. RGB value is (159,1,63). Sum of RGB (Red+Green+Blue) = 159+1+63=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F013F is #60FEC0. Grayscale: #373737. Windows color (decimal): -6356673 or 4129183. OLE color: 4129183.
HSL color Cylindrical-coordinate representation of color #9F013F: hue angle of 336.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F013F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.38 |
| HSL | 336.46º | 0.99% | 0.31% | - |
| HSV(B) | 336.46º | 0.99% | 0.62% | - |
| XYZ | 15.21 | 7.75 | 5.4 | - |
| YUV | 55.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 63 | 0 | 0.99 | 0.60 | 0.38 | 336.46 | 0.99 | 0.31 |
| Hex | 9F | 1 | 3F | 0 | 63 | 3C | 26 | 150 | 63 | 1F |
| Octal | 237 | 1 | 77 | 0 | 143 | 74 | 46 | 520 | 143 | 37 |
| Binary | 10011111 | 1 | 111111 | 0 | 1100011 | 111100 | 100110 | 101010000 | 1100011 | 11111 |
Color Harmonies of #9F013F
Complementary color
Monochromatic Colors of #9F013F
Black with #9F013F
Text Example
Text Example
White with #9F013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F013F; }
p { color: rgb(159,1,63); }
H1.HeaderClassName
{
color: #9F013F;
}
.AnyTagClassName
{
color: #9F013F;
}
</style>
background-color css
<style>
a { background-color: #9F013F; }
a { background-color: rgb(159,1,63); }
div.DivClassName
{
background-color: #9F013F;
}
.BgClassName
{
background-color: #9F013F;
}
</style>
border-color css
<style>
span { border-color: #9F013F; }
span { border-color: rgb(159,1,63); }
td.TdClassName
{
border-color: #9F013F;
}
.TagClassName
{
border-color: #9F013F;
}
</style>