Shades of Jazzberry Jam #B11651
Tints of Jazzberry Jam #B11651
RGB
CMYK
RGB Variations
Color information
#B11651 (or 0xB11651) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 51. RGB value is (177,22,81). Sum of RGB (Red+Green+Blue) = 177+22+81=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B11651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11651 is #4EE9AE. Grayscale: #4A4A4A. Windows color (decimal): -5171631 or 5314225. OLE color: 5314225.
HSL color Cylindrical-coordinate representation of color #B11651: hue angle of 337.16º degrees, saturation: 0.78, 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 #B11651 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 81 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.31 |
| HSL | 337.16º | 0.78% | 0.39% | - |
| HSV(B) | 337.16º | 0.88% | 0.69% | - |
| XYZ | 19.9 | 10.52 | 8.77 | - |
| YUV | 75.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 81 | 0 | 0.88 | 0.54 | 0.31 | 337.16 | 0.78 | 0.39 |
| Hex | B1 | 16 | 51 | 0 | 58 | 36 | 1F | 151 | 4E | 27 |
| Octal | 261 | 26 | 121 | 0 | 130 | 66 | 37 | 521 | 116 | 47 |
| Binary | 10110001 | 10110 | 1010001 | 0 | 1011000 | 110110 | 11111 | 101010001 | 1001110 | 100111 |
Color Harmonies of #B11651
Complementary color
Monochromatic Colors of #B11651
Black with #B11651
Text Example
Text Example
White with #B11651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11651; }
p { color: rgb(177,22,81); }
H1.HeaderClassName
{
color: #B11651;
}
.AnyTagClassName
{
color: #B11651;
}
</style>
background-color css
<style>
a { background-color: #B11651; }
a { background-color: rgb(177,22,81); }
div.DivClassName
{
background-color: #B11651;
}
.BgClassName
{
background-color: #B11651;
}
</style>
border-color css
<style>
span { border-color: #B11651; }
span { border-color: rgb(177,22,81); }
td.TdClassName
{
border-color: #B11651;
}
.TagClassName
{
border-color: #B11651;
}
</style>