Shades of Jazzberry Jam #B11B56
Tints of Jazzberry Jam #B11B56
RGB
CMYK
RGB Variations
Color information
#B11B56 (or 0xB11B56) is known color: Jazzberry Jam. HEX triplet: B1, 1B and 56. RGB value is (177,27,86). Sum of RGB (Red+Green+Blue) = 177+27+86=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B56 is #4EE4A9. Grayscale: #4E4E4E. Windows color (decimal): -5170346 or 5643185. OLE color: 5643185.
HSL color Cylindrical-coordinate representation of color #B11B56: hue angle of 336.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B56 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 86 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.31 |
| HSL | 336.4º | 0.74% | 0.4% | - |
| HSV(B) | 336.4º | 0.85% | 0.69% | - |
| XYZ | 20.2 | 10.8 | 9.82 | - |
| YUV | 78.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 86 | 0 | 0.85 | 0.51 | 0.31 | 336.4 | 0.74 | 0.4 |
| Hex | B1 | 1B | 56 | 0 | 55 | 33 | 1F | 150 | 4A | 28 |
| Octal | 261 | 33 | 126 | 0 | 125 | 63 | 37 | 520 | 112 | 50 |
| Binary | 10110001 | 11011 | 1010110 | 0 | 1010101 | 110011 | 11111 | 101010000 | 1001010 | 101000 |
Color Harmonies of #B11B56
Complementary color
Monochromatic Colors of #B11B56
Black with #B11B56
Text Example
Text Example
White with #B11B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B56; }
p { color: rgb(177,27,86); }
H1.HeaderClassName
{
color: #B11B56;
}
.AnyTagClassName
{
color: #B11B56;
}
</style>
background-color css
<style>
a { background-color: #B11B56; }
a { background-color: rgb(177,27,86); }
div.DivClassName
{
background-color: #B11B56;
}
.BgClassName
{
background-color: #B11B56;
}
</style>
border-color css
<style>
span { border-color: #B11B56; }
span { border-color: rgb(177,27,86); }
td.TdClassName
{
border-color: #B11B56;
}
.TagClassName
{
border-color: #B11B56;
}
</style>