Shades of Jazzberry Jam #B11056
Tints of Jazzberry Jam #B11056
RGB
CMYK
RGB Variations
Color information
#B11056 (or 0xB11056) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 56. RGB value is (177,16,86). Sum of RGB (Red+Green+Blue) = 177+16+86=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B11056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11056 is #4EEFA9. Grayscale: #484848. Windows color (decimal): -5173162 or 5640369. OLE color: 5640369.
HSL color Cylindrical-coordinate representation of color #B11056: hue angle of 333.91º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11056 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 86 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.31 |
| HSL | 333.91º | 0.83% | 0.38% | - |
| HSV(B) | 333.91º | 0.91% | 0.69% | - |
| XYZ | 20 | 10.39 | 9.76 | - |
| YUV | 72.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 86 | 0 | 0.91 | 0.51 | 0.31 | 333.91 | 0.83 | 0.38 |
| Hex | B1 | 10 | 56 | 0 | 5B | 33 | 1F | 14E | 53 | 26 |
| Octal | 261 | 20 | 126 | 0 | 133 | 63 | 37 | 516 | 123 | 46 |
| Binary | 10110001 | 10000 | 1010110 | 0 | 1011011 | 110011 | 11111 | 101001110 | 1010011 | 100110 |
Color Harmonies of #B11056
Complementary color
Monochromatic Colors of #B11056
Black with #B11056
Text Example
Text Example
White with #B11056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11056; }
p { color: rgb(177,16,86); }
H1.HeaderClassName
{
color: #B11056;
}
.AnyTagClassName
{
color: #B11056;
}
</style>
background-color css
<style>
a { background-color: #B11056; }
a { background-color: rgb(177,16,86); }
div.DivClassName
{
background-color: #B11056;
}
.BgClassName
{
background-color: #B11056;
}
</style>
border-color css
<style>
span { border-color: #B11056; }
span { border-color: rgb(177,16,86); }
td.TdClassName
{
border-color: #B11056;
}
.TagClassName
{
border-color: #B11056;
}
</style>