Shades of Jazzberry Jam #BF0059
Tints of Jazzberry Jam #BF0059
RGB
CMYK
RGB Variations
Color information
#BF0059 (or 0xBF0059) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 59. RGB value is (191,0,89). Sum of RGB (Red+Green+Blue) = 191+0+89=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0059 is #40FFA6. Grayscale: #434343. Windows color (decimal): -4259751 or 5832895. OLE color: 5832895.
HSL color Cylindrical-coordinate representation of color #BF0059: hue angle of 332.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0059 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.53 | 0.25 |
| HSL | 332.04º | 1% | 0.37% | - |
| HSV(B) | 332.04º | 1% | 0.75% | - |
| XYZ | 23.29 | 11.8 | 10.5 | - |
| YUV | 67.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 89 | 0 | 1 | 0.53 | 0.25 | 332.04 | 1 | 0.37 |
| Hex | BF | 0 | 59 | 0 | 64 | 35 | 19 | 14C | 64 | 25 |
| Octal | 277 | 0 | 131 | 0 | 144 | 65 | 31 | 514 | 144 | 45 |
| Binary | 10111111 | 0 | 1011001 | 0 | 1100100 | 110101 | 11001 | 101001100 | 1100100 | 100101 |
Color Harmonies of #BF0059
Complementary color
Monochromatic Colors of #BF0059
Black with #BF0059
Text Example
Text Example
White with #BF0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0059; }
p { color: rgb(191,0,89); }
H1.HeaderClassName
{
color: #BF0059;
}
.AnyTagClassName
{
color: #BF0059;
}
</style>
background-color css
<style>
a { background-color: #BF0059; }
a { background-color: rgb(191,0,89); }
div.DivClassName
{
background-color: #BF0059;
}
.BgClassName
{
background-color: #BF0059;
}
</style>
border-color css
<style>
span { border-color: #BF0059; }
span { border-color: rgb(191,0,89); }
td.TdClassName
{
border-color: #BF0059;
}
.TagClassName
{
border-color: #BF0059;
}
</style>