Shades of Jazzberry Jam #B01155
Tints of Jazzberry Jam #B01155
RGB
CMYK
RGB Variations
Color information
#B01155 (or 0xB01155) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 55. RGB value is (176,17,85). Sum of RGB (Red+Green+Blue) = 176+17+85=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B01155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01155 is #4FEEAA. Grayscale: #484848. Windows color (decimal): -5238443 or 5575088. OLE color: 5575088.
HSL color Cylindrical-coordinate representation of color #B01155: hue angle of 334.34º 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 #B01155 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 85 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.31 |
| HSL | 334.34º | 0.82% | 0.38% | - |
| HSV(B) | 334.34º | 0.9% | 0.69% | - |
| XYZ | 19.74 | 10.29 | 9.54 | - |
| YUV | 72.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 85 | 0 | 0.90 | 0.52 | 0.31 | 334.34 | 0.82 | 0.38 |
| Hex | B0 | 11 | 55 | 0 | 5A | 34 | 1F | 14E | 52 | 26 |
| Octal | 260 | 21 | 125 | 0 | 132 | 64 | 37 | 516 | 122 | 46 |
| Binary | 10110000 | 10001 | 1010101 | 0 | 1011010 | 110100 | 11111 | 101001110 | 1010010 | 100110 |
Color Harmonies of #B01155
Complementary color
Monochromatic Colors of #B01155
Black with #B01155
Text Example
Text Example
White with #B01155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01155; }
p { color: rgb(176,17,85); }
H1.HeaderClassName
{
color: #B01155;
}
.AnyTagClassName
{
color: #B01155;
}
</style>
background-color css
<style>
a { background-color: #B01155; }
a { background-color: rgb(176,17,85); }
div.DivClassName
{
background-color: #B01155;
}
.BgClassName
{
background-color: #B01155;
}
</style>
border-color css
<style>
span { border-color: #B01155; }
span { border-color: rgb(176,17,85); }
td.TdClassName
{
border-color: #B01155;
}
.TagClassName
{
border-color: #B01155;
}
</style>