Shades of Jazzberry Jam #B11360
Tints of Jazzberry Jam #B11360
RGB
CMYK
RGB Variations
Color information
#B11360 (or 0xB11360) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 60. RGB value is (177,19,96). Sum of RGB (Red+Green+Blue) = 177+19+96=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B11360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11360 is #4EEC9F. Grayscale: #4A4A4A. Windows color (decimal): -5172384 or 6296497. OLE color: 6296497.
HSL color Cylindrical-coordinate representation of color #B11360: hue angle of 330.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11360 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 96 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.31 |
| HSL | 330.76º | 0.81% | 0.38% | - |
| HSV(B) | 330.76º | 0.89% | 0.69% | - |
| XYZ | 20.48 | 10.66 | 12.04 | - |
| YUV | 75.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 96 | 0 | 0.89 | 0.46 | 0.31 | 330.76 | 0.81 | 0.38 |
| Hex | B1 | 13 | 60 | 0 | 59 | 2E | 1F | 14B | 51 | 26 |
| Octal | 261 | 23 | 140 | 0 | 131 | 56 | 37 | 513 | 121 | 46 |
| Binary | 10110001 | 10011 | 1100000 | 0 | 1011001 | 101110 | 11111 | 101001011 | 1010001 | 100110 |
Color Harmonies of #B11360
Complementary color
Monochromatic Colors of #B11360
Black with #B11360
Text Example
Text Example
White with #B11360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11360; }
p { color: rgb(177,19,96); }
H1.HeaderClassName
{
color: #B11360;
}
.AnyTagClassName
{
color: #B11360;
}
</style>
background-color css
<style>
a { background-color: #B11360; }
a { background-color: rgb(177,19,96); }
div.DivClassName
{
background-color: #B11360;
}
.BgClassName
{
background-color: #B11360;
}
</style>
border-color css
<style>
span { border-color: #B11360; }
span { border-color: rgb(177,19,96); }
td.TdClassName
{
border-color: #B11360;
}
.TagClassName
{
border-color: #B11360;
}
</style>