Shades of Jazzberry Jam #B80446
Tints of Jazzberry Jam #B80446
RGB
CMYK
RGB Variations
Color information
#B80446 (or 0xB80446) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 46. RGB value is (184,4,70). Sum of RGB (Red+Green+Blue) = 184+4+70=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80446 is #47FBB9. Grayscale: #414141. Windows color (decimal): -4717498 or 4588728. OLE color: 4588728.
HSL color Cylindrical-coordinate representation of color #B80446: hue angle of 338º degrees, saturation: 0.96, 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 #B80446 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.28 |
| HSL | 338º | 0.96% | 0.37% | - |
| HSV(B) | 338º | 0.98% | 0.72% | - |
| XYZ | 20.92 | 10.72 | 6.76 | - |
| YUV | 65.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 70 | 0 | 0.98 | 0.62 | 0.28 | 338 | 0.96 | 0.37 |
| Hex | B8 | 4 | 46 | 0 | 62 | 3E | 1C | 152 | 60 | 25 |
| Octal | 270 | 4 | 106 | 0 | 142 | 76 | 34 | 522 | 140 | 45 |
| Binary | 10111000 | 100 | 1000110 | 0 | 1100010 | 111110 | 11100 | 101010010 | 1100000 | 100101 |
Color Harmonies of #B80446
Complementary color
Monochromatic Colors of #B80446
Black with #B80446
Text Example
Text Example
White with #B80446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80446; }
p { color: rgb(184,4,70); }
H1.HeaderClassName
{
color: #B80446;
}
.AnyTagClassName
{
color: #B80446;
}
</style>
background-color css
<style>
a { background-color: #B80446; }
a { background-color: rgb(184,4,70); }
div.DivClassName
{
background-color: #B80446;
}
.BgClassName
{
background-color: #B80446;
}
</style>
border-color css
<style>
span { border-color: #B80446; }
span { border-color: rgb(184,4,70); }
td.TdClassName
{
border-color: #B80446;
}
.TagClassName
{
border-color: #B80446;
}
</style>