Shades of Jazzberry Jam #BA1358
Tints of Jazzberry Jam #BA1358
RGB
CMYK
RGB Variations
Color information
#BA1358 (or 0xBA1358) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 58. RGB value is (186,19,88). Sum of RGB (Red+Green+Blue) = 186+19+88=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1358 is #45ECA7. Grayscale: #4C4C4C. Windows color (decimal): -4582568 or 5772218. OLE color: 5772218.
HSL color Cylindrical-coordinate representation of color #BA1358: hue angle of 335.21º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1358 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 88 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.27 |
| HSL | 335.21º | 0.81% | 0.4% | - |
| HSV(B) | 335.21º | 0.9% | 0.73% | - |
| XYZ | 22.24 | 11.61 | 10.3 | - |
| YUV | 76.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 88 | 0 | 0.90 | 0.53 | 0.27 | 335.21 | 0.81 | 0.4 |
| Hex | BA | 13 | 58 | 0 | 5A | 35 | 1B | 14F | 51 | 28 |
| Octal | 272 | 23 | 130 | 0 | 132 | 65 | 33 | 517 | 121 | 50 |
| Binary | 10111010 | 10011 | 1011000 | 0 | 1011010 | 110101 | 11011 | 101001111 | 1010001 | 101000 |
Color Harmonies of #BA1358
Complementary color
Monochromatic Colors of #BA1358
Black with #BA1358
Text Example
Text Example
White with #BA1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1358; }
p { color: rgb(186,19,88); }
H1.HeaderClassName
{
color: #BA1358;
}
.AnyTagClassName
{
color: #BA1358;
}
</style>
background-color css
<style>
a { background-color: #BA1358; }
a { background-color: rgb(186,19,88); }
div.DivClassName
{
background-color: #BA1358;
}
.BgClassName
{
background-color: #BA1358;
}
</style>
border-color css
<style>
span { border-color: #BA1358; }
span { border-color: rgb(186,19,88); }
td.TdClassName
{
border-color: #BA1358;
}
.TagClassName
{
border-color: #BA1358;
}
</style>