Shades of Jazzberry Jam #B31759
Tints of Jazzberry Jam #B31759
RGB
CMYK
RGB Variations
Color information
#B31759 (or 0xB31759) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 59. RGB value is (179,23,89). Sum of RGB (Red+Green+Blue) = 179+23+89=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B31759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31759 is #4CE8A6. Grayscale: #4D4D4D. Windows color (decimal): -5040295 or 5838771. OLE color: 5838771.
HSL color Cylindrical-coordinate representation of color #B31759: hue angle of 334.62º 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 #B31759 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 89 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.30 |
| HSL | 334.62º | 0.77% | 0.4% | - |
| HSV(B) | 334.62º | 0.87% | 0.7% | - |
| XYZ | 20.7 | 10.92 | 10.47 | - |
| YUV | 77.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 89 | 0 | 0.87 | 0.50 | 0.30 | 334.62 | 0.77 | 0.4 |
| Hex | B3 | 17 | 59 | 0 | 57 | 32 | 1E | 14F | 4D | 28 |
| Octal | 263 | 27 | 131 | 0 | 127 | 62 | 36 | 517 | 115 | 50 |
| Binary | 10110011 | 10111 | 1011001 | 0 | 1010111 | 110010 | 11110 | 101001111 | 1001101 | 101000 |
Color Harmonies of #B31759
Complementary color
Monochromatic Colors of #B31759
Black with #B31759
Text Example
Text Example
White with #B31759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31759; }
p { color: rgb(179,23,89); }
H1.HeaderClassName
{
color: #B31759;
}
.AnyTagClassName
{
color: #B31759;
}
</style>
background-color css
<style>
a { background-color: #B31759; }
a { background-color: rgb(179,23,89); }
div.DivClassName
{
background-color: #B31759;
}
.BgClassName
{
background-color: #B31759;
}
</style>
border-color css
<style>
span { border-color: #B31759; }
span { border-color: rgb(179,23,89); }
td.TdClassName
{
border-color: #B31759;
}
.TagClassName
{
border-color: #B31759;
}
</style>