Shades of Jazzberry Jam #BB034C
Tints of Jazzberry Jam #BB034C
RGB
CMYK
RGB Variations
Color information
#BB034C (or 0xBB034C) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 4C. RGB value is (187,3,76). Sum of RGB (Red+Green+Blue) = 187+3+76=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB034C is #44FCB3. Grayscale: #424242. Windows color (decimal): -4521140 or 4981691. OLE color: 4981691.
HSL color Cylindrical-coordinate representation of color #BB034C: hue angle of 336.2º degrees, saturation: 0.97, 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 #BB034C is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.27 |
| HSL | 336.2º | 0.97% | 0.37% | - |
| HSV(B) | 336.2º | 0.98% | 0.73% | - |
| XYZ | 21.83 | 11.15 | 7.84 | - |
| YUV | 66.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 76 | 0 | 0.98 | 0.59 | 0.27 | 336.2 | 0.97 | 0.37 |
| Hex | BB | 3 | 4C | 0 | 62 | 3B | 1B | 150 | 61 | 25 |
| Octal | 273 | 3 | 114 | 0 | 142 | 73 | 33 | 520 | 141 | 45 |
| Binary | 10111011 | 11 | 1001100 | 0 | 1100010 | 111011 | 11011 | 101010000 | 1100001 | 100101 |
Color Harmonies of #BB034C
Complementary color
Monochromatic Colors of #BB034C
Black with #BB034C
Text Example
Text Example
White with #BB034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB034C; }
p { color: rgb(187,3,76); }
H1.HeaderClassName
{
color: #BB034C;
}
.AnyTagClassName
{
color: #BB034C;
}
</style>
background-color css
<style>
a { background-color: #BB034C; }
a { background-color: rgb(187,3,76); }
div.DivClassName
{
background-color: #BB034C;
}
.BgClassName
{
background-color: #BB034C;
}
</style>
border-color css
<style>
span { border-color: #BB034C; }
span { border-color: rgb(187,3,76); }
td.TdClassName
{
border-color: #BB034C;
}
.TagClassName
{
border-color: #BB034C;
}
</style>