Shades of Jazzberry Jam #B80148
Tints of Jazzberry Jam #B80148
RGB
CMYK
RGB Variations
Color information
#B80148 (or 0xB80148) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 48. RGB value is (184,1,72). Sum of RGB (Red+Green+Blue) = 184+1+72=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B80148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80148 is #47FEB7. Grayscale: #3F3F3F. Windows color (decimal): -4718264 or 4719032. OLE color: 4719032.
HSL color Cylindrical-coordinate representation of color #B80148: hue angle of 336.72º 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 #B80148 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.28 |
| HSL | 336.72º | 0.99% | 0.36% | - |
| HSV(B) | 336.72º | 0.99% | 0.72% | - |
| XYZ | 20.95 | 10.68 | 7.09 | - |
| YUV | 63.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 72 | 0 | 0.99 | 0.61 | 0.28 | 336.72 | 0.99 | 0.36 |
| Hex | B8 | 1 | 48 | 0 | 63 | 3D | 1C | 151 | 63 | 24 |
| Octal | 270 | 1 | 110 | 0 | 143 | 75 | 34 | 521 | 143 | 44 |
| Binary | 10111000 | 1 | 1001000 | 0 | 1100011 | 111101 | 11100 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B80148
Complementary color
Monochromatic Colors of #B80148
Black with #B80148
Text Example
Text Example
White with #B80148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80148; }
p { color: rgb(184,1,72); }
H1.HeaderClassName
{
color: #B80148;
}
.AnyTagClassName
{
color: #B80148;
}
</style>
background-color css
<style>
a { background-color: #B80148; }
a { background-color: rgb(184,1,72); }
div.DivClassName
{
background-color: #B80148;
}
.BgClassName
{
background-color: #B80148;
}
</style>
border-color css
<style>
span { border-color: #B80148; }
span { border-color: rgb(184,1,72); }
td.TdClassName
{
border-color: #B80148;
}
.TagClassName
{
border-color: #B80148;
}
</style>