Shades of Jazzberry Jam #BA024B
Tints of Jazzberry Jam #BA024B
RGB
CMYK
RGB Variations
Color information
#BA024B (or 0xBA024B) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 4B. RGB value is (186,2,75). Sum of RGB (Red+Green+Blue) = 186+2+75=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA024B is #45FDB4. Grayscale: #414141. Windows color (decimal): -4586933 or 4915898. OLE color: 4915898.
HSL color Cylindrical-coordinate representation of color #BA024B: hue angle of 336.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA024B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.27 |
| HSL | 336.2º | 0.98% | 0.37% | - |
| HSV(B) | 336.2º | 0.99% | 0.73% | - |
| XYZ | 21.54 | 10.99 | 7.64 | - |
| YUV | 65.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 75 | 0 | 0.99 | 0.60 | 0.27 | 336.2 | 0.98 | 0.37 |
| Hex | BA | 2 | 4B | 0 | 63 | 3C | 1B | 150 | 62 | 25 |
| Octal | 272 | 2 | 113 | 0 | 143 | 74 | 33 | 520 | 142 | 45 |
| Binary | 10111010 | 10 | 1001011 | 0 | 1100011 | 111100 | 11011 | 101010000 | 1100010 | 100101 |
Color Harmonies of #BA024B
Complementary color
Monochromatic Colors of #BA024B
Black with #BA024B
Text Example
Text Example
White with #BA024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA024B; }
p { color: rgb(186,2,75); }
H1.HeaderClassName
{
color: #BA024B;
}
.AnyTagClassName
{
color: #BA024B;
}
</style>
background-color css
<style>
a { background-color: #BA024B; }
a { background-color: rgb(186,2,75); }
div.DivClassName
{
background-color: #BA024B;
}
.BgClassName
{
background-color: #BA024B;
}
</style>
border-color css
<style>
span { border-color: #BA024B; }
span { border-color: rgb(186,2,75); }
td.TdClassName
{
border-color: #BA024B;
}
.TagClassName
{
border-color: #BA024B;
}
</style>