Shades of Jazzberry Jam #BA0351
Tints of Jazzberry Jam #BA0351
RGB
CMYK
RGB Variations
Color information
#BA0351 (or 0xBA0351) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 51. RGB value is (186,3,81). Sum of RGB (Red+Green+Blue) = 186+3+81=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0351 is #45FCAE. Grayscale: #424242. Windows color (decimal): -4586671 or 5309370. OLE color: 5309370.
HSL color Cylindrical-coordinate representation of color #BA0351: hue angle of 334.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0351 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.27 |
| HSL | 334.43º | 0.97% | 0.37% | - |
| HSV(B) | 334.43º | 0.98% | 0.73% | - |
| XYZ | 21.77 | 11.1 | 8.78 | - |
| YUV | 66.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 81 | 0 | 0.98 | 0.56 | 0.27 | 334.43 | 0.97 | 0.37 |
| Hex | BA | 3 | 51 | 0 | 62 | 38 | 1B | 14E | 61 | 25 |
| Octal | 272 | 3 | 121 | 0 | 142 | 70 | 33 | 516 | 141 | 45 |
| Binary | 10111010 | 11 | 1010001 | 0 | 1100010 | 111000 | 11011 | 101001110 | 1100001 | 100101 |
Color Harmonies of #BA0351
Complementary color
Monochromatic Colors of #BA0351
Black with #BA0351
Text Example
Text Example
White with #BA0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0351; }
p { color: rgb(186,3,81); }
H1.HeaderClassName
{
color: #BA0351;
}
.AnyTagClassName
{
color: #BA0351;
}
</style>
background-color css
<style>
a { background-color: #BA0351; }
a { background-color: rgb(186,3,81); }
div.DivClassName
{
background-color: #BA0351;
}
.BgClassName
{
background-color: #BA0351;
}
</style>
border-color css
<style>
span { border-color: #BA0351; }
span { border-color: rgb(186,3,81); }
td.TdClassName
{
border-color: #BA0351;
}
.TagClassName
{
border-color: #BA0351;
}
</style>