Shades of Jazzberry Jam #B31756
Tints of Jazzberry Jam #B31756
RGB
CMYK
RGB Variations
Color information
#B31756 (or 0xB31756) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 56. RGB value is (179,23,86). Sum of RGB (Red+Green+Blue) = 179+23+86=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B31756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31756 is #4CE8A9. Grayscale: #4C4C4C. Windows color (decimal): -5040298 or 5642163. OLE color: 5642163.
HSL color Cylindrical-coordinate representation of color #B31756: hue angle of 335.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31756 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 86 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.30 |
| HSL | 335.77º | 0.77% | 0.4% | - |
| HSV(B) | 335.77º | 0.87% | 0.7% | - |
| XYZ | 20.58 | 10.87 | 9.82 | - |
| YUV | 76.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 86 | 0 | 0.87 | 0.52 | 0.30 | 335.77 | 0.77 | 0.4 |
| Hex | B3 | 17 | 56 | 0 | 57 | 34 | 1E | 150 | 4D | 28 |
| Octal | 263 | 27 | 126 | 0 | 127 | 64 | 36 | 520 | 115 | 50 |
| Binary | 10110011 | 10111 | 1010110 | 0 | 1010111 | 110100 | 11110 | 101010000 | 1001101 | 101000 |
Color Harmonies of #B31756
Complementary color
Monochromatic Colors of #B31756
Black with #B31756
Text Example
Text Example
White with #B31756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31756; }
p { color: rgb(179,23,86); }
H1.HeaderClassName
{
color: #B31756;
}
.AnyTagClassName
{
color: #B31756;
}
</style>
background-color css
<style>
a { background-color: #B31756; }
a { background-color: rgb(179,23,86); }
div.DivClassName
{
background-color: #B31756;
}
.BgClassName
{
background-color: #B31756;
}
</style>
border-color css
<style>
span { border-color: #B31756; }
span { border-color: rgb(179,23,86); }
td.TdClassName
{
border-color: #B31756;
}
.TagClassName
{
border-color: #B31756;
}
</style>