Shades of Jazzberry Jam #990B3C
Tints of Jazzberry Jam #990B3C
RGB
CMYK
RGB Variations
Color information
#990B3C (or 0x990B3C) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 3C. RGB value is (153,11,60). Sum of RGB (Red+Green+Blue) = 153+11+60=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B3C is #66F4C3. Grayscale: #3A3A3A. Windows color (decimal): -6747332 or 3935129. OLE color: 3935129.
HSL color Cylindrical-coordinate representation of color #990B3C: hue angle of 339.3º 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 #990B3C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.4 |
| HSL | 339.3º | 0.87% | 0.32% | - |
| HSV(B) | 339.3º | 0.93% | 0.6% | - |
| XYZ | 14.07 | 7.34 | 4.95 | - |
| YUV | 59.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 60 | 0 | 0.93 | 0.61 | 0.4 | 339.3 | 0.87 | 0.32 |
| Hex | 99 | B | 3C | 0 | 5D | 3D | 28 | 153 | 57 | 20 |
| Octal | 231 | 13 | 74 | 0 | 135 | 75 | 50 | 523 | 127 | 40 |
| Binary | 10011001 | 1011 | 111100 | 0 | 1011101 | 111101 | 101000 | 101010011 | 1010111 | 100000 |
Color Harmonies of #990B3C
Complementary color
Monochromatic Colors of #990B3C
Black with #990B3C
Text Example
Text Example
White with #990B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B3C; }
p { color: rgb(153,11,60); }
H1.HeaderClassName
{
color: #990B3C;
}
.AnyTagClassName
{
color: #990B3C;
}
</style>
background-color css
<style>
a { background-color: #990B3C; }
a { background-color: rgb(153,11,60); }
div.DivClassName
{
background-color: #990B3C;
}
.BgClassName
{
background-color: #990B3C;
}
</style>
border-color css
<style>
span { border-color: #990B3C; }
span { border-color: rgb(153,11,60); }
td.TdClassName
{
border-color: #990B3C;
}
.TagClassName
{
border-color: #990B3C;
}
</style>