Shades of Jazzberry Jam #B31550
Tints of Jazzberry Jam #B31550
RGB
CMYK
RGB Variations
Color information
#B31550 (or 0xB31550) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 50. RGB value is (179,21,80). Sum of RGB (Red+Green+Blue) = 179+21+80=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B31550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31550 is #4CEAAF. Grayscale: #4A4A4A. Windows color (decimal): -5040816 or 5248435. OLE color: 5248435.
HSL color Cylindrical-coordinate representation of color #B31550: hue angle of 337.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31550 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 80 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.30 |
| HSL | 337.59º | 0.79% | 0.39% | - |
| HSV(B) | 337.59º | 0.88% | 0.7% | - |
| XYZ | 20.31 | 10.7 | 8.58 | - |
| YUV | 74.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 80 | 0 | 0.88 | 0.55 | 0.30 | 337.59 | 0.79 | 0.39 |
| Hex | B3 | 15 | 50 | 0 | 58 | 37 | 1E | 152 | 4F | 27 |
| Octal | 263 | 25 | 120 | 0 | 130 | 67 | 36 | 522 | 117 | 47 |
| Binary | 10110011 | 10101 | 1010000 | 0 | 1011000 | 110111 | 11110 | 101010010 | 1001111 | 100111 |
Color Harmonies of #B31550
Complementary color
Monochromatic Colors of #B31550
Black with #B31550
Text Example
Text Example
White with #B31550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31550; }
p { color: rgb(179,21,80); }
H1.HeaderClassName
{
color: #B31550;
}
.AnyTagClassName
{
color: #B31550;
}
</style>
background-color css
<style>
a { background-color: #B31550; }
a { background-color: rgb(179,21,80); }
div.DivClassName
{
background-color: #B31550;
}
.BgClassName
{
background-color: #B31550;
}
</style>
border-color css
<style>
span { border-color: #B31550; }
span { border-color: rgb(179,21,80); }
td.TdClassName
{
border-color: #B31550;
}
.TagClassName
{
border-color: #B31550;
}
</style>