Shades of Jazzberry Jam #9F013D
Tints of Jazzberry Jam #9F013D
RGB
CMYK
RGB Variations
Color information
#9F013D (or 0x9F013D) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 3D. RGB value is (159,1,61). Sum of RGB (Red+Green+Blue) = 159+1+61=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F013D is #60FEC2. Grayscale: #373737. Windows color (decimal): -6356675 or 3998111. OLE color: 3998111.
HSL color Cylindrical-coordinate representation of color #9F013D: hue angle of 337.22º 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 #9F013D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.38 |
| HSL | 337.22º | 0.99% | 0.31% | - |
| HSV(B) | 337.22º | 0.99% | 0.62% | - |
| XYZ | 15.15 | 7.73 | 5.11 | - |
| YUV | 55.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 61 | 0 | 0.99 | 0.62 | 0.38 | 337.22 | 0.99 | 0.31 |
| Hex | 9F | 1 | 3D | 0 | 63 | 3E | 26 | 151 | 63 | 1F |
| Octal | 237 | 1 | 75 | 0 | 143 | 76 | 46 | 521 | 143 | 37 |
| Binary | 10011111 | 1 | 111101 | 0 | 1100011 | 111110 | 100110 | 101010001 | 1100011 | 11111 |
Color Harmonies of #9F013D
Complementary color
Monochromatic Colors of #9F013D
Black with #9F013D
Text Example
Text Example
White with #9F013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F013D; }
p { color: rgb(159,1,61); }
H1.HeaderClassName
{
color: #9F013D;
}
.AnyTagClassName
{
color: #9F013D;
}
</style>
background-color css
<style>
a { background-color: #9F013D; }
a { background-color: rgb(159,1,61); }
div.DivClassName
{
background-color: #9F013D;
}
.BgClassName
{
background-color: #9F013D;
}
</style>
border-color css
<style>
span { border-color: #9F013D; }
span { border-color: rgb(159,1,61); }
td.TdClassName
{
border-color: #9F013D;
}
.TagClassName
{
border-color: #9F013D;
}
</style>