Shades of Jazzberry Jam #B01259
Tints of Jazzberry Jam #B01259
RGB
CMYK
RGB Variations
Color information
#B01259 (or 0xB01259) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 59. RGB value is (176,18,89). Sum of RGB (Red+Green+Blue) = 176+18+89=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B01259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01259 is #4FEDA6. Grayscale: #494949. Windows color (decimal): -5238183 or 5837488. OLE color: 5837488.
HSL color Cylindrical-coordinate representation of color #B01259: hue angle of 333.04º degrees, saturation: 0.81, 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 #B01259 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 89 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.31 |
| HSL | 333.04º | 0.81% | 0.38% | - |
| HSV(B) | 333.04º | 0.9% | 0.69% | - |
| XYZ | 19.92 | 10.38 | 10.41 | - |
| YUV | 73.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 89 | 0 | 0.90 | 0.49 | 0.31 | 333.04 | 0.81 | 0.38 |
| Hex | B0 | 12 | 59 | 0 | 5A | 31 | 1F | 14D | 51 | 26 |
| Octal | 260 | 22 | 131 | 0 | 132 | 61 | 37 | 515 | 121 | 46 |
| Binary | 10110000 | 10010 | 1011001 | 0 | 1011010 | 110001 | 11111 | 101001101 | 1010001 | 100110 |
Color Harmonies of #B01259
Complementary color
Monochromatic Colors of #B01259
Black with #B01259
Text Example
Text Example
White with #B01259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01259; }
p { color: rgb(176,18,89); }
H1.HeaderClassName
{
color: #B01259;
}
.AnyTagClassName
{
color: #B01259;
}
</style>
background-color css
<style>
a { background-color: #B01259; }
a { background-color: rgb(176,18,89); }
div.DivClassName
{
background-color: #B01259;
}
.BgClassName
{
background-color: #B01259;
}
</style>
border-color css
<style>
span { border-color: #B01259; }
span { border-color: rgb(176,18,89); }
td.TdClassName
{
border-color: #B01259;
}
.TagClassName
{
border-color: #B01259;
}
</style>