Shades of Jazzberry Jam #B11471
Tints of Jazzberry Jam #B11471
RGB
CMYK
RGB Variations
Color information
#B11471 (or 0xB11471) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 71. RGB value is (177,20,113). Sum of RGB (Red+Green+Blue) = 177+20+113=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B11471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11471 is #4EEB8E. Grayscale: #4D4D4D. Windows color (decimal): -5172111 or 7410865. OLE color: 7410865.
HSL color Cylindrical-coordinate representation of color #B11471: hue angle of 324.46º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11471 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 113 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.31 |
| HSL | 324.46º | 0.8% | 0.39% | - |
| HSV(B) | 324.46º | 0.89% | 0.69% | - |
| XYZ | 21.36 | 11.04 | 16.63 | - |
| YUV | 77.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 113 | 0 | 0.89 | 0.36 | 0.31 | 324.46 | 0.8 | 0.39 |
| Hex | B1 | 14 | 71 | 0 | 59 | 24 | 1F | 144 | 50 | 27 |
| Octal | 261 | 24 | 161 | 0 | 131 | 44 | 37 | 504 | 120 | 47 |
| Binary | 10110001 | 10100 | 1110001 | 0 | 1011001 | 100100 | 11111 | 101000100 | 1010000 | 100111 |
Color Harmonies of #B11471
Complementary color
Monochromatic Colors of #B11471
Black with #B11471
Text Example
Text Example
White with #B11471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11471; }
p { color: rgb(177,20,113); }
H1.HeaderClassName
{
color: #B11471;
}
.AnyTagClassName
{
color: #B11471;
}
</style>
background-color css
<style>
a { background-color: #B11471; }
a { background-color: rgb(177,20,113); }
div.DivClassName
{
background-color: #B11471;
}
.BgClassName
{
background-color: #B11471;
}
</style>
border-color css
<style>
span { border-color: #B11471; }
span { border-color: rgb(177,20,113); }
td.TdClassName
{
border-color: #B11471;
}
.TagClassName
{
border-color: #B11471;
}
</style>