Shades of Jazzberry Jam #B11149
Tints of Jazzberry Jam #B11149
RGB
CMYK
RGB Variations
Color information
#B11149 (or 0xB11149) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 49. RGB value is (177,17,73). Sum of RGB (Red+Green+Blue) = 177+17+73=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11149 is #4EEEB6. Grayscale: #474747. Windows color (decimal): -5172919 or 4788657. OLE color: 4788657.
HSL color Cylindrical-coordinate representation of color #B11149: hue angle of 339º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11149 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 73 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.31 |
| HSL | 339º | 0.82% | 0.38% | - |
| HSV(B) | 339º | 0.9% | 0.69% | - |
| XYZ | 19.53 | 10.23 | 7.25 | - |
| YUV | 71.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 73 | 0 | 0.90 | 0.59 | 0.31 | 339 | 0.82 | 0.38 |
| Hex | B1 | 11 | 49 | 0 | 5A | 3B | 1F | 153 | 52 | 26 |
| Octal | 261 | 21 | 111 | 0 | 132 | 73 | 37 | 523 | 122 | 46 |
| Binary | 10110001 | 10001 | 1001001 | 0 | 1011010 | 111011 | 11111 | 101010011 | 1010010 | 100110 |
Color Harmonies of #B11149
Complementary color
Monochromatic Colors of #B11149
Black with #B11149
Text Example
Text Example
White with #B11149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11149; }
p { color: rgb(177,17,73); }
H1.HeaderClassName
{
color: #B11149;
}
.AnyTagClassName
{
color: #B11149;
}
</style>
background-color css
<style>
a { background-color: #B11149; }
a { background-color: rgb(177,17,73); }
div.DivClassName
{
background-color: #B11149;
}
.BgClassName
{
background-color: #B11149;
}
</style>
border-color css
<style>
span { border-color: #B11149; }
span { border-color: rgb(177,17,73); }
td.TdClassName
{
border-color: #B11149;
}
.TagClassName
{
border-color: #B11149;
}
</style>