Shades of Jazzberry Jam #B01471
Tints of Jazzberry Jam #B01471
RGB
CMYK
RGB Variations
Color information
#B01471 (or 0xB01471) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 71. RGB value is (176,20,113). Sum of RGB (Red+Green+Blue) = 176+20+113=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B01471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01471 is #4FEB8E. Grayscale: #4D4D4D. Windows color (decimal): -5237647 or 7410864. OLE color: 7410864.
HSL color Cylindrical-coordinate representation of color #B01471: hue angle of 324.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01471 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 113 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.31 |
| HSL | 324.23º | 0.8% | 0.38% | - |
| HSV(B) | 324.23º | 0.89% | 0.69% | - |
| XYZ | 21.14 | 10.92 | 16.62 | - |
| YUV | 77.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 113 | 0 | 0.89 | 0.36 | 0.31 | 324.23 | 0.8 | 0.38 |
| Hex | B0 | 14 | 71 | 0 | 59 | 24 | 1F | 144 | 50 | 26 |
| Octal | 260 | 24 | 161 | 0 | 131 | 44 | 37 | 504 | 120 | 46 |
| Binary | 10110000 | 10100 | 1110001 | 0 | 1011001 | 100100 | 11111 | 101000100 | 1010000 | 100110 |
Color Harmonies of #B01471
Complementary color
Monochromatic Colors of #B01471
Black with #B01471
Text Example
Text Example
White with #B01471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01471; }
p { color: rgb(176,20,113); }
H1.HeaderClassName
{
color: #B01471;
}
.AnyTagClassName
{
color: #B01471;
}
</style>
background-color css
<style>
a { background-color: #B01471; }
a { background-color: rgb(176,20,113); }
div.DivClassName
{
background-color: #B01471;
}
.BgClassName
{
background-color: #B01471;
}
</style>
border-color css
<style>
span { border-color: #B01471; }
span { border-color: rgb(176,20,113); }
td.TdClassName
{
border-color: #B01471;
}
.TagClassName
{
border-color: #B01471;
}
</style>