Shades of Jazzberry Jam #B11059
Tints of Jazzberry Jam #B11059
RGB
CMYK
RGB Variations
Color information
#B11059 (or 0xB11059) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 59. RGB value is (177,16,89). Sum of RGB (Red+Green+Blue) = 177+16+89=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B11059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11059 is #4EEFA6. Grayscale: #484848. Windows color (decimal): -5173159 or 5836977. OLE color: 5836977.
HSL color Cylindrical-coordinate representation of color #B11059: hue angle of 332.8º 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 #B11059 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 89 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.31 |
| HSL | 332.8º | 0.83% | 0.38% | - |
| HSV(B) | 332.8º | 0.91% | 0.69% | - |
| XYZ | 20.12 | 10.44 | 10.41 | - |
| YUV | 72.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 89 | 0 | 0.91 | 0.50 | 0.31 | 332.8 | 0.83 | 0.38 |
| Hex | B1 | 10 | 59 | 0 | 5B | 32 | 1F | 14D | 53 | 26 |
| Octal | 261 | 20 | 131 | 0 | 133 | 62 | 37 | 515 | 123 | 46 |
| Binary | 10110001 | 10000 | 1011001 | 0 | 1011011 | 110010 | 11111 | 101001101 | 1010011 | 100110 |
Color Harmonies of #B11059
Complementary color
Monochromatic Colors of #B11059
Black with #B11059
Text Example
Text Example
White with #B11059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11059; }
p { color: rgb(177,16,89); }
H1.HeaderClassName
{
color: #B11059;
}
.AnyTagClassName
{
color: #B11059;
}
</style>
background-color css
<style>
a { background-color: #B11059; }
a { background-color: rgb(177,16,89); }
div.DivClassName
{
background-color: #B11059;
}
.BgClassName
{
background-color: #B11059;
}
</style>
border-color css
<style>
span { border-color: #B11059; }
span { border-color: rgb(177,16,89); }
td.TdClassName
{
border-color: #B11059;
}
.TagClassName
{
border-color: #B11059;
}
</style>