Shades of Jazzberry Jam #B31049
Tints of Jazzberry Jam #B31049
RGB
CMYK
RGB Variations
Color information
#B31049 (or 0xB31049) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 49. RGB value is (179,16,73). Sum of RGB (Red+Green+Blue) = 179+16+73=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31049 is #4CEFB6. Grayscale: #474747. Windows color (decimal): -5042103 or 4788403. OLE color: 4788403.
HSL color Cylindrical-coordinate representation of color #B31049: hue angle of 339.02º degrees, saturation: 0.84, 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 #B31049 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 73 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.30 |
| HSL | 339.02º | 0.84% | 0.38% | - |
| HSV(B) | 339.02º | 0.91% | 0.7% | - |
| XYZ | 19.98 | 10.44 | 7.26 | - |
| YUV | 71.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 73 | 0 | 0.91 | 0.59 | 0.30 | 339.02 | 0.84 | 0.38 |
| Hex | B3 | 10 | 49 | 0 | 5B | 3B | 1E | 153 | 54 | 26 |
| Octal | 263 | 20 | 111 | 0 | 133 | 73 | 36 | 523 | 124 | 46 |
| Binary | 10110011 | 10000 | 1001001 | 0 | 1011011 | 111011 | 11110 | 101010011 | 1010100 | 100110 |
Color Harmonies of #B31049
Complementary color
Monochromatic Colors of #B31049
Black with #B31049
Text Example
Text Example
White with #B31049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31049; }
p { color: rgb(179,16,73); }
H1.HeaderClassName
{
color: #B31049;
}
.AnyTagClassName
{
color: #B31049;
}
</style>
background-color css
<style>
a { background-color: #B31049; }
a { background-color: rgb(179,16,73); }
div.DivClassName
{
background-color: #B31049;
}
.BgClassName
{
background-color: #B31049;
}
</style>
border-color css
<style>
span { border-color: #B31049; }
span { border-color: rgb(179,16,73); }
td.TdClassName
{
border-color: #B31049;
}
.TagClassName
{
border-color: #B31049;
}
</style>