Shades of Jazzberry Jam #9F013C
Tints of Jazzberry Jam #9F013C
RGB
CMYK
RGB Variations
Color information
#9F013C (or 0x9F013C) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 3C. RGB value is (159,1,60). Sum of RGB (Red+Green+Blue) = 159+1+60=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F013C is #60FEC3. Grayscale: #363636. Windows color (decimal): -6356676 or 3932575. OLE color: 3932575.
HSL color Cylindrical-coordinate representation of color #9F013C: hue angle of 337.59º 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 #9F013C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.38 |
| HSL | 337.59º | 0.99% | 0.31% | - |
| HSV(B) | 337.59º | 0.99% | 0.62% | - |
| XYZ | 15.12 | 7.72 | 4.97 | - |
| YUV | 54.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 60 | 0 | 0.99 | 0.62 | 0.38 | 337.59 | 0.99 | 0.31 |
| Hex | 9F | 1 | 3C | 0 | 63 | 3E | 26 | 152 | 63 | 1F |
| Octal | 237 | 1 | 74 | 0 | 143 | 76 | 46 | 522 | 143 | 37 |
| Binary | 10011111 | 1 | 111100 | 0 | 1100011 | 111110 | 100110 | 101010010 | 1100011 | 11111 |
Color Harmonies of #9F013C
Complementary color
Monochromatic Colors of #9F013C
Black with #9F013C
Text Example
Text Example
White with #9F013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F013C; }
p { color: rgb(159,1,60); }
H1.HeaderClassName
{
color: #9F013C;
}
.AnyTagClassName
{
color: #9F013C;
}
</style>
background-color css
<style>
a { background-color: #9F013C; }
a { background-color: rgb(159,1,60); }
div.DivClassName
{
background-color: #9F013C;
}
.BgClassName
{
background-color: #9F013C;
}
</style>
border-color css
<style>
span { border-color: #9F013C; }
span { border-color: rgb(159,1,60); }
td.TdClassName
{
border-color: #9F013C;
}
.TagClassName
{
border-color: #9F013C;
}
</style>