Shades of Jazzberry Jam #B11150
Tints of Jazzberry Jam #B11150
RGB
CMYK
RGB Variations
Color information
#B11150 (or 0xB11150) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 50. RGB value is (177,17,80). Sum of RGB (Red+Green+Blue) = 177+17+80=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B11150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11150 is #4EEEAF. Grayscale: #474747. Windows color (decimal): -5172912 or 5247409. OLE color: 5247409.
HSL color Cylindrical-coordinate representation of color #B11150: hue angle of 336.38º 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 #B11150 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 80 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.31 |
| HSL | 336.38º | 0.82% | 0.38% | - |
| HSV(B) | 336.38º | 0.9% | 0.69% | - |
| XYZ | 19.78 | 10.33 | 8.54 | - |
| YUV | 72.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 80 | 0 | 0.90 | 0.55 | 0.31 | 336.38 | 0.82 | 0.38 |
| Hex | B1 | 11 | 50 | 0 | 5A | 37 | 1F | 150 | 52 | 26 |
| Octal | 261 | 21 | 120 | 0 | 132 | 67 | 37 | 520 | 122 | 46 |
| Binary | 10110001 | 10001 | 1010000 | 0 | 1011010 | 110111 | 11111 | 101010000 | 1010010 | 100110 |
Color Harmonies of #B11150
Complementary color
Monochromatic Colors of #B11150
Black with #B11150
Text Example
Text Example
White with #B11150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11150; }
p { color: rgb(177,17,80); }
H1.HeaderClassName
{
color: #B11150;
}
.AnyTagClassName
{
color: #B11150;
}
</style>
background-color css
<style>
a { background-color: #B11150; }
a { background-color: rgb(177,17,80); }
div.DivClassName
{
background-color: #B11150;
}
.BgClassName
{
background-color: #B11150;
}
</style>
border-color css
<style>
span { border-color: #B11150; }
span { border-color: rgb(177,17,80); }
td.TdClassName
{
border-color: #B11150;
}
.TagClassName
{
border-color: #B11150;
}
</style>