Shades of Jazzberry Jam #BB004F
Tints of Jazzberry Jam #BB004F
RGB
CMYK
RGB Variations
Color information
#BB004F (or 0xBB004F) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 4F. RGB value is (187,0,79). Sum of RGB (Red+Green+Blue) = 187+0+79=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB004F is #44FFB0. Grayscale: #404040. Windows color (decimal): -4521905 or 5177531. OLE color: 5177531.
HSL color Cylindrical-coordinate representation of color #BB004F: hue angle of 334.65º 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 #BB004F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.58 | 0.27 |
| HSL | 334.65º | 1% | 0.37% | - |
| HSV(B) | 334.65º | 1% | 0.73% | - |
| XYZ | 21.9 | 11.13 | 8.39 | - |
| YUV | 64.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 79 | 0 | 1 | 0.58 | 0.27 | 334.65 | 1 | 0.37 |
| Hex | BB | 0 | 4F | 0 | 64 | 3A | 1B | 14F | 64 | 25 |
| Octal | 273 | 0 | 117 | 0 | 144 | 72 | 33 | 517 | 144 | 45 |
| Binary | 10111011 | 0 | 1001111 | 0 | 1100100 | 111010 | 11011 | 101001111 | 1100100 | 100101 |
Color Harmonies of #BB004F
Complementary color
Monochromatic Colors of #BB004F
Black with #BB004F
Text Example
Text Example
White with #BB004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB004F; }
p { color: rgb(187,0,79); }
H1.HeaderClassName
{
color: #BB004F;
}
.AnyTagClassName
{
color: #BB004F;
}
</style>
background-color css
<style>
a { background-color: #BB004F; }
a { background-color: rgb(187,0,79); }
div.DivClassName
{
background-color: #BB004F;
}
.BgClassName
{
background-color: #BB004F;
}
</style>
border-color css
<style>
span { border-color: #BB004F; }
span { border-color: rgb(187,0,79); }
td.TdClassName
{
border-color: #BB004F;
}
.TagClassName
{
border-color: #BB004F;
}
</style>