Shades of Jazzberry Jam #B31156
Tints of Jazzberry Jam #B31156
RGB
CMYK
RGB Variations
Color information
#B31156 (or 0xB31156) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 56. RGB value is (179,17,86). Sum of RGB (Red+Green+Blue) = 179+17+86=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31156 is #4CEEA9. Grayscale: #494949. Windows color (decimal): -5041834 or 5640627. OLE color: 5640627.
HSL color Cylindrical-coordinate representation of color #B31156: hue angle of 334.44º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31156 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 86 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.30 |
| HSL | 334.44º | 0.83% | 0.38% | - |
| HSV(B) | 334.44º | 0.91% | 0.7% | - |
| XYZ | 20.47 | 10.66 | 9.78 | - |
| YUV | 73.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 86 | 0 | 0.91 | 0.52 | 0.30 | 334.44 | 0.83 | 0.38 |
| Hex | B3 | 11 | 56 | 0 | 5B | 34 | 1E | 14E | 53 | 26 |
| Octal | 263 | 21 | 126 | 0 | 133 | 64 | 36 | 516 | 123 | 46 |
| Binary | 10110011 | 10001 | 1010110 | 0 | 1011011 | 110100 | 11110 | 101001110 | 1010011 | 100110 |
Color Harmonies of #B31156
Complementary color
Monochromatic Colors of #B31156
Black with #B31156
Text Example
Text Example
White with #B31156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31156; }
p { color: rgb(179,17,86); }
H1.HeaderClassName
{
color: #B31156;
}
.AnyTagClassName
{
color: #B31156;
}
</style>
background-color css
<style>
a { background-color: #B31156; }
a { background-color: rgb(179,17,86); }
div.DivClassName
{
background-color: #B31156;
}
.BgClassName
{
background-color: #B31156;
}
</style>
border-color css
<style>
span { border-color: #B31156; }
span { border-color: rgb(179,17,86); }
td.TdClassName
{
border-color: #B31156;
}
.TagClassName
{
border-color: #B31156;
}
</style>