Shades of Jazzberry Jam #990351
Tints of Jazzberry Jam #990351
RGB
CMYK
RGB Variations
Color information
#990351 (or 0x990351) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 51. RGB value is (153,3,81). Sum of RGB (Red+Green+Blue) = 153+3+81=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990351 is #66FCAE. Grayscale: #383838. Windows color (decimal): -6749359 or 5309337. OLE color: 5309337.
HSL color Cylindrical-coordinate representation of color #990351: hue angle of 328.8º 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 #990351 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.4 |
| HSL | 328.8º | 0.96% | 0.31% | - |
| HSV(B) | 328.8º | 0.98% | 0.6% | - |
| XYZ | 14.65 | 7.43 | 8.45 | - |
| YUV | 56.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 81 | 0 | 0.98 | 0.47 | 0.4 | 328.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 51 | 0 | 62 | 2F | 28 | 149 | 60 | 1F |
| Octal | 231 | 3 | 121 | 0 | 142 | 57 | 50 | 511 | 140 | 37 |
| Binary | 10011001 | 11 | 1010001 | 0 | 1100010 | 101111 | 101000 | 101001001 | 1100000 | 11111 |
Color Harmonies of #990351
Complementary color
Monochromatic Colors of #990351
Black with #990351
Text Example
Text Example
White with #990351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990351; }
p { color: rgb(153,3,81); }
H1.HeaderClassName
{
color: #990351;
}
.AnyTagClassName
{
color: #990351;
}
</style>
background-color css
<style>
a { background-color: #990351; }
a { background-color: rgb(153,3,81); }
div.DivClassName
{
background-color: #990351;
}
.BgClassName
{
background-color: #990351;
}
</style>
border-color css
<style>
span { border-color: #990351; }
span { border-color: rgb(153,3,81); }
td.TdClassName
{
border-color: #990351;
}
.TagClassName
{
border-color: #990351;
}
</style>