Shades of Jazzberry Jam #BB0448
Tints of Jazzberry Jam #BB0448
RGB
CMYK
RGB Variations
Color information
#BB0448 (or 0xBB0448) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 48. RGB value is (187,4,72). Sum of RGB (Red+Green+Blue) = 187+4+72=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0448 is #44FBB7. Grayscale: #424242. Windows color (decimal): -4520888 or 4719803. OLE color: 4719803.
HSL color Cylindrical-coordinate representation of color #BB0448: hue angle of 337.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0448 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.27 |
| HSL | 337.7º | 0.96% | 0.37% | - |
| HSV(B) | 337.7º | 0.98% | 0.73% | - |
| XYZ | 21.71 | 11.12 | 7.13 | - |
| YUV | 66.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 72 | 0 | 0.98 | 0.61 | 0.27 | 337.7 | 0.96 | 0.37 |
| Hex | BB | 4 | 48 | 0 | 62 | 3D | 1B | 152 | 60 | 25 |
| Octal | 273 | 4 | 110 | 0 | 142 | 75 | 33 | 522 | 140 | 45 |
| Binary | 10111011 | 100 | 1001000 | 0 | 1100010 | 111101 | 11011 | 101010010 | 1100000 | 100101 |
Color Harmonies of #BB0448
Complementary color
Monochromatic Colors of #BB0448
Black with #BB0448
Text Example
Text Example
White with #BB0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0448; }
p { color: rgb(187,4,72); }
H1.HeaderClassName
{
color: #BB0448;
}
.AnyTagClassName
{
color: #BB0448;
}
</style>
background-color css
<style>
a { background-color: #BB0448; }
a { background-color: rgb(187,4,72); }
div.DivClassName
{
background-color: #BB0448;
}
.BgClassName
{
background-color: #BB0448;
}
</style>
border-color css
<style>
span { border-color: #BB0448; }
span { border-color: rgb(187,4,72); }
td.TdClassName
{
border-color: #BB0448;
}
.TagClassName
{
border-color: #BB0448;
}
</style>