Shades of Jazzberry Jam #B11556
Tints of Jazzberry Jam #B11556
RGB
CMYK
RGB Variations
Color information
#B11556 (or 0xB11556) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 56. RGB value is (177,21,86). Sum of RGB (Red+Green+Blue) = 177+21+86=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B11556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11556 is #4EEAA9. Grayscale: #4A4A4A. Windows color (decimal): -5171882 or 5641649. OLE color: 5641649.
HSL color Cylindrical-coordinate representation of color #B11556: hue angle of 335º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11556 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 86 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.31 |
| HSL | 335º | 0.79% | 0.39% | - |
| HSV(B) | 335º | 0.88% | 0.69% | - |
| XYZ | 20.08 | 10.56 | 9.78 | - |
| YUV | 75.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 86 | 0 | 0.88 | 0.51 | 0.31 | 335 | 0.79 | 0.39 |
| Hex | B1 | 15 | 56 | 0 | 58 | 33 | 1F | 14F | 4F | 27 |
| Octal | 261 | 25 | 126 | 0 | 130 | 63 | 37 | 517 | 117 | 47 |
| Binary | 10110001 | 10101 | 1010110 | 0 | 1011000 | 110011 | 11111 | 101001111 | 1001111 | 100111 |
Color Harmonies of #B11556
Complementary color
Monochromatic Colors of #B11556
Black with #B11556
Text Example
Text Example
White with #B11556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11556; }
p { color: rgb(177,21,86); }
H1.HeaderClassName
{
color: #B11556;
}
.AnyTagClassName
{
color: #B11556;
}
</style>
background-color css
<style>
a { background-color: #B11556; }
a { background-color: rgb(177,21,86); }
div.DivClassName
{
background-color: #B11556;
}
.BgClassName
{
background-color: #B11556;
}
</style>
border-color css
<style>
span { border-color: #B11556; }
span { border-color: rgb(177,21,86); }
td.TdClassName
{
border-color: #B11556;
}
.TagClassName
{
border-color: #B11556;
}
</style>