Shades of Jazzberry Jam #B80159
Tints of Jazzberry Jam #B80159
RGB
CMYK
RGB Variations
Color information
#B80159 (or 0xB80159) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 59. RGB value is (184,1,89). Sum of RGB (Red+Green+Blue) = 184+1+89=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80159 is #47FEA6. Grayscale: #414141. Windows color (decimal): -4718247 or 5833144. OLE color: 5833144.
HSL color Cylindrical-coordinate representation of color #B80159: hue angle of 331.15º 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 #B80159 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.28 |
| HSL | 331.15º | 0.99% | 0.36% | - |
| HSV(B) | 331.15º | 0.99% | 0.72% | - |
| XYZ | 21.58 | 10.93 | 10.42 | - |
| YUV | 65.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 89 | 0 | 0.99 | 0.52 | 0.28 | 331.15 | 0.99 | 0.36 |
| Hex | B8 | 1 | 59 | 0 | 63 | 34 | 1C | 14B | 63 | 24 |
| Octal | 270 | 1 | 131 | 0 | 143 | 64 | 34 | 513 | 143 | 44 |
| Binary | 10111000 | 1 | 1011001 | 0 | 1100011 | 110100 | 11100 | 101001011 | 1100011 | 100100 |
Color Harmonies of #B80159
Complementary color
Monochromatic Colors of #B80159
Black with #B80159
Text Example
Text Example
White with #B80159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80159; }
p { color: rgb(184,1,89); }
H1.HeaderClassName
{
color: #B80159;
}
.AnyTagClassName
{
color: #B80159;
}
</style>
background-color css
<style>
a { background-color: #B80159; }
a { background-color: rgb(184,1,89); }
div.DivClassName
{
background-color: #B80159;
}
.BgClassName
{
background-color: #B80159;
}
</style>
border-color css
<style>
span { border-color: #B80159; }
span { border-color: rgb(184,1,89); }
td.TdClassName
{
border-color: #B80159;
}
.TagClassName
{
border-color: #B80159;
}
</style>