Shades of Jazzberry Jam #BB024D
Tints of Jazzberry Jam #BB024D
RGB
CMYK
RGB Variations
Color information
#BB024D (or 0xBB024D) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 4D. RGB value is (187,2,77). Sum of RGB (Red+Green+Blue) = 187+2+77=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB024D is #44FDB2. Grayscale: #414141. Windows color (decimal): -4521395 or 5046971. OLE color: 5046971.
HSL color Cylindrical-coordinate representation of color #BB024D: hue angle of 335.68º 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 #BB024D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.27 |
| HSL | 335.68º | 0.98% | 0.37% | - |
| HSV(B) | 335.68º | 0.99% | 0.73% | - |
| XYZ | 21.85 | 11.14 | 8.02 | - |
| YUV | 65.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 77 | 0 | 0.99 | 0.59 | 0.27 | 335.68 | 0.98 | 0.37 |
| Hex | BB | 2 | 4D | 0 | 63 | 3B | 1B | 150 | 62 | 25 |
| Octal | 273 | 2 | 115 | 0 | 143 | 73 | 33 | 520 | 142 | 45 |
| Binary | 10111011 | 10 | 1001101 | 0 | 1100011 | 111011 | 11011 | 101010000 | 1100010 | 100101 |
Color Harmonies of #BB024D
Complementary color
Monochromatic Colors of #BB024D
Black with #BB024D
Text Example
Text Example
White with #BB024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB024D; }
p { color: rgb(187,2,77); }
H1.HeaderClassName
{
color: #BB024D;
}
.AnyTagClassName
{
color: #BB024D;
}
</style>
background-color css
<style>
a { background-color: #BB024D; }
a { background-color: rgb(187,2,77); }
div.DivClassName
{
background-color: #BB024D;
}
.BgClassName
{
background-color: #BB024D;
}
</style>
border-color css
<style>
span { border-color: #BB024D; }
span { border-color: rgb(187,2,77); }
td.TdClassName
{
border-color: #BB024D;
}
.TagClassName
{
border-color: #BB024D;
}
</style>