Shades of Jazzberry Jam #990B3F
Tints of Jazzberry Jam #990B3F
RGB
CMYK
RGB Variations
Color information
#990B3F (or 0x990B3F) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 3F. RGB value is (153,11,63). Sum of RGB (Red+Green+Blue) = 153+11+63=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B3F is #66F4C0. Grayscale: #3B3B3B. Windows color (decimal): -6747329 or 4131737. OLE color: 4131737.
HSL color Cylindrical-coordinate representation of color #990B3F: hue angle of 338.03º 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 #990B3F is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 63 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.4 |
| HSL | 338.03º | 0.87% | 0.32% | - |
| HSV(B) | 338.03º | 0.93% | 0.6% | - |
| XYZ | 14.15 | 7.37 | 5.38 | - |
| YUV | 59.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 63 | 0 | 0.93 | 0.59 | 0.4 | 338.03 | 0.87 | 0.32 |
| Hex | 99 | B | 3F | 0 | 5D | 3B | 28 | 152 | 57 | 20 |
| Octal | 231 | 13 | 77 | 0 | 135 | 73 | 50 | 522 | 127 | 40 |
| Binary | 10011001 | 1011 | 111111 | 0 | 1011101 | 111011 | 101000 | 101010010 | 1010111 | 100000 |
Color Harmonies of #990B3F
Complementary color
Monochromatic Colors of #990B3F
Black with #990B3F
Text Example
Text Example
White with #990B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B3F; }
p { color: rgb(153,11,63); }
H1.HeaderClassName
{
color: #990B3F;
}
.AnyTagClassName
{
color: #990B3F;
}
</style>
background-color css
<style>
a { background-color: #990B3F; }
a { background-color: rgb(153,11,63); }
div.DivClassName
{
background-color: #990B3F;
}
.BgClassName
{
background-color: #990B3F;
}
</style>
border-color css
<style>
span { border-color: #990B3F; }
span { border-color: rgb(153,11,63); }
td.TdClassName
{
border-color: #990B3F;
}
.TagClassName
{
border-color: #990B3F;
}
</style>