Shades of Jazzberry Jam #B11051
Tints of Jazzberry Jam #B11051
RGB
CMYK
RGB Variations
Color information
#B11051 (or 0xB11051) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 51. RGB value is (177,16,81). Sum of RGB (Red+Green+Blue) = 177+16+81=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B11051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11051 is #4EEFAE. Grayscale: #474747. Windows color (decimal): -5173167 or 5312689. OLE color: 5312689.
HSL color Cylindrical-coordinate representation of color #B11051: hue angle of 335.78º 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 #B11051 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 81 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.31 |
| HSL | 335.78º | 0.83% | 0.38% | - |
| HSV(B) | 335.78º | 0.91% | 0.69% | - |
| XYZ | 19.8 | 10.31 | 8.73 | - |
| YUV | 71.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 81 | 0 | 0.91 | 0.54 | 0.31 | 335.78 | 0.83 | 0.38 |
| Hex | B1 | 10 | 51 | 0 | 5B | 36 | 1F | 150 | 53 | 26 |
| Octal | 261 | 20 | 121 | 0 | 133 | 66 | 37 | 520 | 123 | 46 |
| Binary | 10110001 | 10000 | 1010001 | 0 | 1011011 | 110110 | 11111 | 101010000 | 1010011 | 100110 |
Color Harmonies of #B11051
Complementary color
Monochromatic Colors of #B11051
Black with #B11051
Text Example
Text Example
White with #B11051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11051; }
p { color: rgb(177,16,81); }
H1.HeaderClassName
{
color: #B11051;
}
.AnyTagClassName
{
color: #B11051;
}
</style>
background-color css
<style>
a { background-color: #B11051; }
a { background-color: rgb(177,16,81); }
div.DivClassName
{
background-color: #B11051;
}
.BgClassName
{
background-color: #B11051;
}
</style>
border-color css
<style>
span { border-color: #B11051; }
span { border-color: rgb(177,16,81); }
td.TdClassName
{
border-color: #B11051;
}
.TagClassName
{
border-color: #B11051;
}
</style>