Shades of Jazzberry Jam #B80B52
Tints of Jazzberry Jam #B80B52
RGB
CMYK
RGB Variations
Color information
#B80B52 (or 0xB80B52) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 52. RGB value is (184,11,82). Sum of RGB (Red+Green+Blue) = 184+11+82=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B52 is #47F4AD. Grayscale: #464646. Windows color (decimal): -4715694 or 5376952. OLE color: 5376952.
HSL color Cylindrical-coordinate representation of color #B80B52: hue angle of 335.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B52 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 82 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.28 |
| HSL | 335.38º | 0.89% | 0.38% | - |
| HSV(B) | 335.38º | 0.94% | 0.72% | - |
| XYZ | 21.41 | 11.04 | 8.98 | - |
| YUV | 70.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 82 | 0 | 0.94 | 0.55 | 0.28 | 335.38 | 0.89 | 0.38 |
| Hex | B8 | B | 52 | 0 | 5E | 37 | 1C | 14F | 59 | 26 |
| Octal | 270 | 13 | 122 | 0 | 136 | 67 | 34 | 517 | 131 | 46 |
| Binary | 10111000 | 1011 | 1010010 | 0 | 1011110 | 110111 | 11100 | 101001111 | 1011001 | 100110 |
Color Harmonies of #B80B52
Complementary color
Monochromatic Colors of #B80B52
Black with #B80B52
Text Example
Text Example
White with #B80B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B52; }
p { color: rgb(184,11,82); }
H1.HeaderClassName
{
color: #B80B52;
}
.AnyTagClassName
{
color: #B80B52;
}
</style>
background-color css
<style>
a { background-color: #B80B52; }
a { background-color: rgb(184,11,82); }
div.DivClassName
{
background-color: #B80B52;
}
.BgClassName
{
background-color: #B80B52;
}
</style>
border-color css
<style>
span { border-color: #B80B52; }
span { border-color: rgb(184,11,82); }
td.TdClassName
{
border-color: #B80B52;
}
.TagClassName
{
border-color: #B80B52;
}
</style>