Shades of Jazzberry Jam #B80357
Tints of Jazzberry Jam #B80357
RGB
CMYK
RGB Variations
Color information
#B80357 (or 0xB80357) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 57. RGB value is (184,3,87). Sum of RGB (Red+Green+Blue) = 184+3+87=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80357 is #47FCA8. Grayscale: #424242. Windows color (decimal): -4717737 or 5702584. OLE color: 5702584.
HSL color Cylindrical-coordinate representation of color #B80357: hue angle of 332.15º 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 #B80357 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.28 |
| HSL | 332.15º | 0.97% | 0.37% | - |
| HSV(B) | 332.15º | 0.98% | 0.72% | - |
| XYZ | 21.52 | 10.94 | 9.99 | - |
| YUV | 66.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 87 | 0 | 0.98 | 0.53 | 0.28 | 332.15 | 0.97 | 0.37 |
| Hex | B8 | 3 | 57 | 0 | 62 | 35 | 1C | 14C | 61 | 25 |
| Octal | 270 | 3 | 127 | 0 | 142 | 65 | 34 | 514 | 141 | 45 |
| Binary | 10111000 | 11 | 1010111 | 0 | 1100010 | 110101 | 11100 | 101001100 | 1100001 | 100101 |
Color Harmonies of #B80357
Complementary color
Monochromatic Colors of #B80357
Black with #B80357
Text Example
Text Example
White with #B80357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80357; }
p { color: rgb(184,3,87); }
H1.HeaderClassName
{
color: #B80357;
}
.AnyTagClassName
{
color: #B80357;
}
</style>
background-color css
<style>
a { background-color: #B80357; }
a { background-color: rgb(184,3,87); }
div.DivClassName
{
background-color: #B80357;
}
.BgClassName
{
background-color: #B80357;
}
</style>
border-color css
<style>
span { border-color: #B80357; }
span { border-color: rgb(184,3,87); }
td.TdClassName
{
border-color: #B80357;
}
.TagClassName
{
border-color: #B80357;
}
</style>