Shades of Jazzberry Jam #B01256
Tints of Jazzberry Jam #B01256
RGB
CMYK
RGB Variations
Color information
#B01256 (or 0xB01256) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 56. RGB value is (176,18,86). Sum of RGB (Red+Green+Blue) = 176+18+86=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B01256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01256 is #4FEDA9. Grayscale: #484848. Windows color (decimal): -5238186 or 5640880. OLE color: 5640880.
HSL color Cylindrical-coordinate representation of color #B01256: hue angle of 334.18º 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 #B01256 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 86 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.31 |
| HSL | 334.18º | 0.81% | 0.38% | - |
| HSV(B) | 334.18º | 0.9% | 0.69% | - |
| XYZ | 19.8 | 10.33 | 9.76 | - |
| YUV | 72.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 86 | 0 | 0.90 | 0.51 | 0.31 | 334.18 | 0.81 | 0.38 |
| Hex | B0 | 12 | 56 | 0 | 5A | 33 | 1F | 14E | 51 | 26 |
| Octal | 260 | 22 | 126 | 0 | 132 | 63 | 37 | 516 | 121 | 46 |
| Binary | 10110000 | 10010 | 1010110 | 0 | 1011010 | 110011 | 11111 | 101001110 | 1010001 | 100110 |
Color Harmonies of #B01256
Complementary color
Monochromatic Colors of #B01256
Black with #B01256
Text Example
Text Example
White with #B01256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01256; }
p { color: rgb(176,18,86); }
H1.HeaderClassName
{
color: #B01256;
}
.AnyTagClassName
{
color: #B01256;
}
</style>
background-color css
<style>
a { background-color: #B01256; }
a { background-color: rgb(176,18,86); }
div.DivClassName
{
background-color: #B01256;
}
.BgClassName
{
background-color: #B01256;
}
</style>
border-color css
<style>
span { border-color: #B01256; }
span { border-color: rgb(176,18,86); }
td.TdClassName
{
border-color: #B01256;
}
.TagClassName
{
border-color: #B01256;
}
</style>