Shades of Jazzberry Jam #BB024F
Tints of Jazzberry Jam #BB024F
RGB
CMYK
RGB Variations
Color information
#BB024F (or 0xBB024F) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 4F. RGB value is (187,2,79). Sum of RGB (Red+Green+Blue) = 187+2+79=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB024F is #44FDB0. Grayscale: #414141. Windows color (decimal): -4521393 or 5178043. OLE color: 5178043.
HSL color Cylindrical-coordinate representation of color #BB024F: hue angle of 335.03º 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 #BB024F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.27 |
| HSL | 335.03º | 0.98% | 0.37% | - |
| HSV(B) | 335.03º | 0.99% | 0.73% | - |
| XYZ | 21.93 | 11.17 | 8.4 | - |
| YUV | 66.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 79 | 0 | 0.99 | 0.58 | 0.27 | 335.03 | 0.98 | 0.37 |
| Hex | BB | 2 | 4F | 0 | 63 | 3A | 1B | 14F | 62 | 25 |
| Octal | 273 | 2 | 117 | 0 | 143 | 72 | 33 | 517 | 142 | 45 |
| Binary | 10111011 | 10 | 1001111 | 0 | 1100011 | 111010 | 11011 | 101001111 | 1100010 | 100101 |
Color Harmonies of #BB024F
Complementary color
Monochromatic Colors of #BB024F
Black with #BB024F
Text Example
Text Example
White with #BB024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB024F; }
p { color: rgb(187,2,79); }
H1.HeaderClassName
{
color: #BB024F;
}
.AnyTagClassName
{
color: #BB024F;
}
</style>
background-color css
<style>
a { background-color: #BB024F; }
a { background-color: rgb(187,2,79); }
div.DivClassName
{
background-color: #BB024F;
}
.BgClassName
{
background-color: #BB024F;
}
</style>
border-color css
<style>
span { border-color: #BB024F; }
span { border-color: rgb(187,2,79); }
td.TdClassName
{
border-color: #BB024F;
}
.TagClassName
{
border-color: #BB024F;
}
</style>