Shades of Jazzberry Jam #BB024C
Tints of Jazzberry Jam #BB024C
RGB
CMYK
RGB Variations
Color information
#BB024C (or 0xBB024C) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 4C. RGB value is (187,2,76). Sum of RGB (Red+Green+Blue) = 187+2+76=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB024C is #44FDB3. Grayscale: #414141. Windows color (decimal): -4521396 or 4981435. OLE color: 4981435.
HSL color Cylindrical-coordinate representation of color #BB024C: hue angle of 336º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB024C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.27 |
| HSL | 336º | 0.98% | 0.37% | - |
| HSV(B) | 336º | 0.99% | 0.73% | - |
| XYZ | 21.82 | 11.13 | 7.84 | - |
| YUV | 65.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 76 | 0 | 0.99 | 0.59 | 0.27 | 336 | 0.98 | 0.37 |
| Hex | BB | 2 | 4C | 0 | 63 | 3B | 1B | 150 | 62 | 25 |
| Octal | 273 | 2 | 114 | 0 | 143 | 73 | 33 | 520 | 142 | 45 |
| Binary | 10111011 | 10 | 1001100 | 0 | 1100011 | 111011 | 11011 | 101010000 | 1100010 | 100101 |
Color Harmonies of #BB024C
Complementary color
Monochromatic Colors of #BB024C
Black with #BB024C
Text Example
Text Example
White with #BB024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB024C; }
p { color: rgb(187,2,76); }
H1.HeaderClassName
{
color: #BB024C;
}
.AnyTagClassName
{
color: #BB024C;
}
</style>
background-color css
<style>
a { background-color: #BB024C; }
a { background-color: rgb(187,2,76); }
div.DivClassName
{
background-color: #BB024C;
}
.BgClassName
{
background-color: #BB024C;
}
</style>
border-color css
<style>
span { border-color: #BB024C; }
span { border-color: rgb(187,2,76); }
td.TdClassName
{
border-color: #BB024C;
}
.TagClassName
{
border-color: #BB024C;
}
</style>