Shades of Jazzberry Jam #990240
Tints of Jazzberry Jam #990240
RGB
CMYK
RGB Variations
Color information
#990240 (or 0x990240) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 40. RGB value is (153,2,64). Sum of RGB (Red+Green+Blue) = 153+2+64=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #990240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990240 is #66FDBF. Grayscale: #363636. Windows color (decimal): -6749632 or 4194969. OLE color: 4194969.
HSL color Cylindrical-coordinate representation of color #990240: hue angle of 335.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990240 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.4 |
| HSL | 335.36º | 0.97% | 0.3% | - |
| HSV(B) | 335.36º | 0.99% | 0.6% | - |
| XYZ | 14.08 | 7.19 | 5.5 | - |
| YUV | 54.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 64 | 0 | 0.99 | 0.58 | 0.4 | 335.36 | 0.97 | 0.3 |
| Hex | 99 | 2 | 40 | 0 | 63 | 3A | 28 | 14F | 61 | 1E |
| Octal | 231 | 2 | 100 | 0 | 143 | 72 | 50 | 517 | 141 | 36 |
| Binary | 10011001 | 10 | 1000000 | 0 | 1100011 | 111010 | 101000 | 101001111 | 1100001 | 11110 |
Color Harmonies of #990240
Complementary color
Monochromatic Colors of #990240
Black with #990240
Text Example
Text Example
White with #990240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990240; }
p { color: rgb(153,2,64); }
H1.HeaderClassName
{
color: #990240;
}
.AnyTagClassName
{
color: #990240;
}
</style>
background-color css
<style>
a { background-color: #990240; }
a { background-color: rgb(153,2,64); }
div.DivClassName
{
background-color: #990240;
}
.BgClassName
{
background-color: #990240;
}
</style>
border-color css
<style>
span { border-color: #990240; }
span { border-color: rgb(153,2,64); }
td.TdClassName
{
border-color: #990240;
}
.TagClassName
{
border-color: #990240;
}
</style>