Shades of Jazzberry Jam #9E0240
Tints of Jazzberry Jam #9E0240
RGB
CMYK
RGB Variations
Color information
#9E0240 (or 0x9E0240) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 40. RGB value is (158,2,64). Sum of RGB (Red+Green+Blue) = 158+2+64=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0240 is #61FDBF. Grayscale: #373737. Windows color (decimal): -6421952 or 4194974. OLE color: 4194974.
HSL color Cylindrical-coordinate representation of color #9E0240: hue angle of 336.15º degrees, saturation: 0.98, 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 #9E0240 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.38 |
| HSL | 336.15º | 0.98% | 0.31% | - |
| HSV(B) | 336.15º | 0.99% | 0.62% | - |
| XYZ | 15.05 | 7.68 | 5.54 | - |
| YUV | 55.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 64 | 0 | 0.99 | 0.59 | 0.38 | 336.15 | 0.98 | 0.31 |
| Hex | 9E | 2 | 40 | 0 | 63 | 3B | 26 | 150 | 62 | 1F |
| Octal | 236 | 2 | 100 | 0 | 143 | 73 | 46 | 520 | 142 | 37 |
| Binary | 10011110 | 10 | 1000000 | 0 | 1100011 | 111011 | 100110 | 101010000 | 1100010 | 11111 |
Color Harmonies of #9E0240
Complementary color
Monochromatic Colors of #9E0240
Black with #9E0240
Text Example
Text Example
White with #9E0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0240; }
p { color: rgb(158,2,64); }
H1.HeaderClassName
{
color: #9E0240;
}
.AnyTagClassName
{
color: #9E0240;
}
</style>
background-color css
<style>
a { background-color: #9E0240; }
a { background-color: rgb(158,2,64); }
div.DivClassName
{
background-color: #9E0240;
}
.BgClassName
{
background-color: #9E0240;
}
</style>
border-color css
<style>
span { border-color: #9E0240; }
span { border-color: rgb(158,2,64); }
td.TdClassName
{
border-color: #9E0240;
}
.TagClassName
{
border-color: #9E0240;
}
</style>