Shades of Jazzberry Jam #990B42
Tints of Jazzberry Jam #990B42
RGB
CMYK
RGB Variations
Color information
#990B42 (or 0x990B42) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 42. RGB value is (153,11,66). Sum of RGB (Red+Green+Blue) = 153+11+66=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #990B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B42 is #66F4BD. Grayscale: #3B3B3B. Windows color (decimal): -6747326 or 4328345. OLE color: 4328345.
HSL color Cylindrical-coordinate representation of color #990B42: hue angle of 336.76º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B42 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 66 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.4 |
| HSL | 336.76º | 0.87% | 0.32% | - |
| HSV(B) | 336.76º | 0.93% | 0.6% | - |
| XYZ | 14.24 | 7.4 | 5.83 | - |
| YUV | 59.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 66 | 0 | 0.93 | 0.57 | 0.4 | 336.76 | 0.87 | 0.32 |
| Hex | 99 | B | 42 | 0 | 5D | 39 | 28 | 151 | 57 | 20 |
| Octal | 231 | 13 | 102 | 0 | 135 | 71 | 50 | 521 | 127 | 40 |
| Binary | 10011001 | 1011 | 1000010 | 0 | 1011101 | 111001 | 101000 | 101010001 | 1010111 | 100000 |
Color Harmonies of #990B42
Complementary color
Monochromatic Colors of #990B42
Black with #990B42
Text Example
Text Example
White with #990B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B42; }
p { color: rgb(153,11,66); }
H1.HeaderClassName
{
color: #990B42;
}
.AnyTagClassName
{
color: #990B42;
}
</style>
background-color css
<style>
a { background-color: #990B42; }
a { background-color: rgb(153,11,66); }
div.DivClassName
{
background-color: #990B42;
}
.BgClassName
{
background-color: #990B42;
}
</style>
border-color css
<style>
span { border-color: #990B42; }
span { border-color: rgb(153,11,66); }
td.TdClassName
{
border-color: #990B42;
}
.TagClassName
{
border-color: #990B42;
}
</style>