Shades of Jazzberry Jam #B80146
Tints of Jazzberry Jam #B80146
RGB
CMYK
RGB Variations
Color information
#B80146 (or 0xB80146) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 46. RGB value is (184,1,70). Sum of RGB (Red+Green+Blue) = 184+1+70=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80146 is #47FEB9. Grayscale: #3F3F3F. Windows color (decimal): -4718266 or 4587960. OLE color: 4587960.
HSL color Cylindrical-coordinate representation of color #B80146: hue angle of 337.38º 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 #B80146 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.28 |
| HSL | 337.38º | 0.99% | 0.36% | - |
| HSV(B) | 337.38º | 0.99% | 0.72% | - |
| XYZ | 20.88 | 10.65 | 6.75 | - |
| YUV | 63.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 70 | 0 | 0.99 | 0.62 | 0.28 | 337.38 | 0.99 | 0.36 |
| Hex | B8 | 1 | 46 | 0 | 63 | 3E | 1C | 151 | 63 | 24 |
| Octal | 270 | 1 | 106 | 0 | 143 | 76 | 34 | 521 | 143 | 44 |
| Binary | 10111000 | 1 | 1000110 | 0 | 1100011 | 111110 | 11100 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B80146
Complementary color
Monochromatic Colors of #B80146
Black with #B80146
Text Example
Text Example
White with #B80146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80146; }
p { color: rgb(184,1,70); }
H1.HeaderClassName
{
color: #B80146;
}
.AnyTagClassName
{
color: #B80146;
}
</style>
background-color css
<style>
a { background-color: #B80146; }
a { background-color: rgb(184,1,70); }
div.DivClassName
{
background-color: #B80146;
}
.BgClassName
{
background-color: #B80146;
}
</style>
border-color css
<style>
span { border-color: #B80146; }
span { border-color: rgb(184,1,70); }
td.TdClassName
{
border-color: #B80146;
}
.TagClassName
{
border-color: #B80146;
}
</style>