Shades of Jazzberry Jam #BB0356
Tints of Jazzberry Jam #BB0356
RGB
CMYK
RGB Variations
Color information
#BB0356 (or 0xBB0356) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 56. RGB value is (187,3,86). Sum of RGB (Red+Green+Blue) = 187+3+86=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0356 is #44FCA9. Grayscale: #434343. Windows color (decimal): -4521130 or 5637051. OLE color: 5637051.
HSL color Cylindrical-coordinate representation of color #BB0356: hue angle of 332.93º 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 #BB0356 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.27 |
| HSL | 332.93º | 0.97% | 0.37% | - |
| HSV(B) | 332.93º | 0.98% | 0.73% | - |
| XYZ | 22.21 | 11.3 | 9.82 | - |
| YUV | 67.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 86 | 0 | 0.98 | 0.54 | 0.27 | 332.93 | 0.97 | 0.37 |
| Hex | BB | 3 | 56 | 0 | 62 | 36 | 1B | 14D | 61 | 25 |
| Octal | 273 | 3 | 126 | 0 | 142 | 66 | 33 | 515 | 141 | 45 |
| Binary | 10111011 | 11 | 1010110 | 0 | 1100010 | 110110 | 11011 | 101001101 | 1100001 | 100101 |
Color Harmonies of #BB0356
Complementary color
Monochromatic Colors of #BB0356
Black with #BB0356
Text Example
Text Example
White with #BB0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0356; }
p { color: rgb(187,3,86); }
H1.HeaderClassName
{
color: #BB0356;
}
.AnyTagClassName
{
color: #BB0356;
}
</style>
background-color css
<style>
a { background-color: #BB0356; }
a { background-color: rgb(187,3,86); }
div.DivClassName
{
background-color: #BB0356;
}
.BgClassName
{
background-color: #BB0356;
}
</style>
border-color css
<style>
span { border-color: #BB0356; }
span { border-color: rgb(187,3,86); }
td.TdClassName
{
border-color: #BB0356;
}
.TagClassName
{
border-color: #BB0356;
}
</style>