Shades of Jazzberry Jam #B11356
Tints of Jazzberry Jam #B11356
RGB
CMYK
RGB Variations
Color information
#B11356 (or 0xB11356) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 56. RGB value is (177,19,86). Sum of RGB (Red+Green+Blue) = 177+19+86=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B11356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11356 is #4EECA9. Grayscale: #494949. Windows color (decimal): -5172394 or 5641137. OLE color: 5641137.
HSL color Cylindrical-coordinate representation of color #B11356: hue angle of 334.56º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11356 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 86 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.31 |
| HSL | 334.56º | 0.81% | 0.38% | - |
| HSV(B) | 334.56º | 0.89% | 0.69% | - |
| XYZ | 20.04 | 10.48 | 9.77 | - |
| YUV | 73.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 86 | 0 | 0.89 | 0.51 | 0.31 | 334.56 | 0.81 | 0.38 |
| Hex | B1 | 13 | 56 | 0 | 59 | 33 | 1F | 14F | 51 | 26 |
| Octal | 261 | 23 | 126 | 0 | 131 | 63 | 37 | 517 | 121 | 46 |
| Binary | 10110001 | 10011 | 1010110 | 0 | 1011001 | 110011 | 11111 | 101001111 | 1010001 | 100110 |
Color Harmonies of #B11356
Complementary color
Monochromatic Colors of #B11356
Black with #B11356
Text Example
Text Example
White with #B11356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11356; }
p { color: rgb(177,19,86); }
H1.HeaderClassName
{
color: #B11356;
}
.AnyTagClassName
{
color: #B11356;
}
</style>
background-color css
<style>
a { background-color: #B11356; }
a { background-color: rgb(177,19,86); }
div.DivClassName
{
background-color: #B11356;
}
.BgClassName
{
background-color: #B11356;
}
</style>
border-color css
<style>
span { border-color: #B11356; }
span { border-color: rgb(177,19,86); }
td.TdClassName
{
border-color: #B11356;
}
.TagClassName
{
border-color: #B11356;
}
</style>