Shades of Jazzberry Jam #990353
Tints of Jazzberry Jam #990353
RGB
CMYK
RGB Variations
Color information
#990353 (or 0x990353) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 53. RGB value is (153,3,83). Sum of RGB (Red+Green+Blue) = 153+3+83=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990353 is #66FCAC. Grayscale: #383838. Windows color (decimal): -6749357 or 5440409. OLE color: 5440409.
HSL color Cylindrical-coordinate representation of color #990353: hue angle of 328º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990353 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.4 |
| HSL | 328º | 0.96% | 0.31% | - |
| HSV(B) | 328º | 0.98% | 0.6% | - |
| XYZ | 14.73 | 7.46 | 8.85 | - |
| YUV | 56.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 83 | 0 | 0.98 | 0.46 | 0.4 | 328 | 0.96 | 0.31 |
| Hex | 99 | 3 | 53 | 0 | 62 | 2E | 28 | 148 | 60 | 1F |
| Octal | 231 | 3 | 123 | 0 | 142 | 56 | 50 | 510 | 140 | 37 |
| Binary | 10011001 | 11 | 1010011 | 0 | 1100010 | 101110 | 101000 | 101001000 | 1100000 | 11111 |
Color Harmonies of #990353
Complementary color
Monochromatic Colors of #990353
Black with #990353
Text Example
Text Example
White with #990353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990353; }
p { color: rgb(153,3,83); }
H1.HeaderClassName
{
color: #990353;
}
.AnyTagClassName
{
color: #990353;
}
</style>
background-color css
<style>
a { background-color: #990353; }
a { background-color: rgb(153,3,83); }
div.DivClassName
{
background-color: #990353;
}
.BgClassName
{
background-color: #990353;
}
</style>
border-color css
<style>
span { border-color: #990353; }
span { border-color: rgb(153,3,83); }
td.TdClassName
{
border-color: #990353;
}
.TagClassName
{
border-color: #990353;
}
</style>