Shades of Jazzberry Jam #B80356
Tints of Jazzberry Jam #B80356
RGB
CMYK
RGB Variations
Color information
#B80356 (or 0xB80356) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 56. RGB value is (184,3,86). Sum of RGB (Red+Green+Blue) = 184+3+86=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B80356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80356 is #47FCA9. Grayscale: #424242. Windows color (decimal): -4717738 or 5637048. OLE color: 5637048.
HSL color Cylindrical-coordinate representation of color #B80356: hue angle of 332.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80356 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.28 |
| HSL | 332.49º | 0.97% | 0.37% | - |
| HSV(B) | 332.49º | 0.98% | 0.72% | - |
| XYZ | 21.48 | 10.93 | 9.78 | - |
| YUV | 66.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 86 | 0 | 0.98 | 0.53 | 0.28 | 332.49 | 0.97 | 0.37 |
| Hex | B8 | 3 | 56 | 0 | 62 | 35 | 1C | 14C | 61 | 25 |
| Octal | 270 | 3 | 126 | 0 | 142 | 65 | 34 | 514 | 141 | 45 |
| Binary | 10111000 | 11 | 1010110 | 0 | 1100010 | 110101 | 11100 | 101001100 | 1100001 | 100101 |
Color Harmonies of #B80356
Complementary color
Monochromatic Colors of #B80356
Black with #B80356
Text Example
Text Example
White with #B80356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80356; }
p { color: rgb(184,3,86); }
H1.HeaderClassName
{
color: #B80356;
}
.AnyTagClassName
{
color: #B80356;
}
</style>
background-color css
<style>
a { background-color: #B80356; }
a { background-color: rgb(184,3,86); }
div.DivClassName
{
background-color: #B80356;
}
.BgClassName
{
background-color: #B80356;
}
</style>
border-color css
<style>
span { border-color: #B80356; }
span { border-color: rgb(184,3,86); }
td.TdClassName
{
border-color: #B80356;
}
.TagClassName
{
border-color: #B80356;
}
</style>