Shades of Jazzberry Jam #9F033E
Tints of Jazzberry Jam #9F033E
RGB
CMYK
RGB Variations
Color information
#9F033E (or 0x9F033E) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 3E. RGB value is (159,3,62). Sum of RGB (Red+Green+Blue) = 159+3+62=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F033E is #60FCC1. Grayscale: #383838. Windows color (decimal): -6356162 or 4064159. OLE color: 4064159.
HSL color Cylindrical-coordinate representation of color #9F033E: hue angle of 337.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F033E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.38 |
| HSL | 337.31º | 0.96% | 0.32% | - |
| HSV(B) | 337.31º | 0.98% | 0.62% | - |
| XYZ | 15.2 | 7.78 | 5.26 | - |
| YUV | 56.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 62 | 0 | 0.98 | 0.61 | 0.38 | 337.31 | 0.96 | 0.32 |
| Hex | 9F | 3 | 3E | 0 | 62 | 3D | 26 | 151 | 60 | 20 |
| Octal | 237 | 3 | 76 | 0 | 142 | 75 | 46 | 521 | 140 | 40 |
| Binary | 10011111 | 11 | 111110 | 0 | 1100010 | 111101 | 100110 | 101010001 | 1100000 | 100000 |
Color Harmonies of #9F033E
Complementary color
Monochromatic Colors of #9F033E
Black with #9F033E
Text Example
Text Example
White with #9F033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F033E; }
p { color: rgb(159,3,62); }
H1.HeaderClassName
{
color: #9F033E;
}
.AnyTagClassName
{
color: #9F033E;
}
</style>
background-color css
<style>
a { background-color: #9F033E; }
a { background-color: rgb(159,3,62); }
div.DivClassName
{
background-color: #9F033E;
}
.BgClassName
{
background-color: #9F033E;
}
</style>
border-color css
<style>
span { border-color: #9F033E; }
span { border-color: rgb(159,3,62); }
td.TdClassName
{
border-color: #9F033E;
}
.TagClassName
{
border-color: #9F033E;
}
</style>