Shades of Jazzberry Jam #B31171
Tints of Jazzberry Jam #B31171
RGB
CMYK
RGB Variations
Color information
#B31171 (or 0xB31171) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 71. RGB value is (179,17,113). Sum of RGB (Red+Green+Blue) = 179+17+113=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B31171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31171 is #4CEE8E. Grayscale: #4C4C4C. Windows color (decimal): -5041807 or 7410099. OLE color: 7410099.
HSL color Cylindrical-coordinate representation of color #B31171: hue angle of 324.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 #B31171 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 113 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.30 |
| HSL | 324.44º | 0.83% | 0.38% | - |
| HSV(B) | 324.44º | 0.91% | 0.7% | - |
| XYZ | 21.77 | 11.18 | 16.63 | - |
| YUV | 76.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 113 | 0 | 0.91 | 0.37 | 0.30 | 324.44 | 0.83 | 0.38 |
| Hex | B3 | 11 | 71 | 0 | 5B | 25 | 1E | 144 | 53 | 26 |
| Octal | 263 | 21 | 161 | 0 | 133 | 45 | 36 | 504 | 123 | 46 |
| Binary | 10110011 | 10001 | 1110001 | 0 | 1011011 | 100101 | 11110 | 101000100 | 1010011 | 100110 |
Color Harmonies of #B31171
Complementary color
Monochromatic Colors of #B31171
Black with #B31171
Text Example
Text Example
White with #B31171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31171; }
p { color: rgb(179,17,113); }
H1.HeaderClassName
{
color: #B31171;
}
.AnyTagClassName
{
color: #B31171;
}
</style>
background-color css
<style>
a { background-color: #B31171; }
a { background-color: rgb(179,17,113); }
div.DivClassName
{
background-color: #B31171;
}
.BgClassName
{
background-color: #B31171;
}
</style>
border-color css
<style>
span { border-color: #B31171; }
span { border-color: rgb(179,17,113); }
td.TdClassName
{
border-color: #B31171;
}
.TagClassName
{
border-color: #B31171;
}
</style>