Shades of Jazzberry Jam #B80147
Tints of Jazzberry Jam #B80147
RGB
CMYK
RGB Variations
Color information
#B80147 (or 0xB80147) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 47. RGB value is (184,1,71). Sum of RGB (Red+Green+Blue) = 184+1+71=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80147 is #47FEB8. Grayscale: #3F3F3F. Windows color (decimal): -4718265 or 4653496. OLE color: 4653496.
HSL color Cylindrical-coordinate representation of color #B80147: hue angle of 337.05º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80147 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.28 |
| HSL | 337.05º | 0.99% | 0.36% | - |
| HSV(B) | 337.05º | 0.99% | 0.72% | - |
| XYZ | 20.92 | 10.67 | 6.92 | - |
| YUV | 63.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 71 | 0 | 0.99 | 0.61 | 0.28 | 337.05 | 0.99 | 0.36 |
| Hex | B8 | 1 | 47 | 0 | 63 | 3D | 1C | 151 | 63 | 24 |
| Octal | 270 | 1 | 107 | 0 | 143 | 75 | 34 | 521 | 143 | 44 |
| Binary | 10111000 | 1 | 1000111 | 0 | 1100011 | 111101 | 11100 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B80147
Complementary color
Monochromatic Colors of #B80147
Black with #B80147
Text Example
Text Example
White with #B80147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80147; }
p { color: rgb(184,1,71); }
H1.HeaderClassName
{
color: #B80147;
}
.AnyTagClassName
{
color: #B80147;
}
</style>
background-color css
<style>
a { background-color: #B80147; }
a { background-color: rgb(184,1,71); }
div.DivClassName
{
background-color: #B80147;
}
.BgClassName
{
background-color: #B80147;
}
</style>
border-color css
<style>
span { border-color: #B80147; }
span { border-color: rgb(184,1,71); }
td.TdClassName
{
border-color: #B80147;
}
.TagClassName
{
border-color: #B80147;
}
</style>