Shades of Jazzberry Jam #BB0049
Tints of Jazzberry Jam #BB0049
RGB
CMYK
RGB Variations
Color information
#BB0049 (or 0xBB0049) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 49. RGB value is (187,0,73). Sum of RGB (Red+Green+Blue) = 187+0+73=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0049 is #44FFB6. Grayscale: #404040. Windows color (decimal): -4521911 or 4784315. OLE color: 4784315.
HSL color Cylindrical-coordinate representation of color #BB0049: hue angle of 336.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0049 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.61 | 0.27 |
| HSL | 336.58º | 1% | 0.37% | - |
| HSV(B) | 336.58º | 1% | 0.73% | - |
| XYZ | 21.7 | 11.05 | 7.29 | - |
| YUV | 64.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 73 | 0 | 1 | 0.61 | 0.27 | 336.58 | 1 | 0.37 |
| Hex | BB | 0 | 49 | 0 | 64 | 3D | 1B | 151 | 64 | 25 |
| Octal | 273 | 0 | 111 | 0 | 144 | 75 | 33 | 521 | 144 | 45 |
| Binary | 10111011 | 0 | 1001001 | 0 | 1100100 | 111101 | 11011 | 101010001 | 1100100 | 100101 |
Color Harmonies of #BB0049
Complementary color
Monochromatic Colors of #BB0049
Black with #BB0049
Text Example
Text Example
White with #BB0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0049; }
p { color: rgb(187,0,73); }
H1.HeaderClassName
{
color: #BB0049;
}
.AnyTagClassName
{
color: #BB0049;
}
</style>
background-color css
<style>
a { background-color: #BB0049; }
a { background-color: rgb(187,0,73); }
div.DivClassName
{
background-color: #BB0049;
}
.BgClassName
{
background-color: #BB0049;
}
</style>
border-color css
<style>
span { border-color: #BB0049; }
span { border-color: rgb(187,0,73); }
td.TdClassName
{
border-color: #BB0049;
}
.TagClassName
{
border-color: #BB0049;
}
</style>