Shades of Jazzberry Jam #BF1359
Tints of Jazzberry Jam #BF1359
RGB
CMYK
RGB Variations
Color information
#BF1359 (or 0xBF1359) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 59. RGB value is (191,19,89). Sum of RGB (Red+Green+Blue) = 191+19+89=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1359 is #40ECA6. Grayscale: #4E4E4E. Windows color (decimal): -4254887 or 5837759. OLE color: 5837759.
HSL color Cylindrical-coordinate representation of color #BF1359: hue angle of 335.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1359 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.25 |
| HSL | 335.58º | 0.82% | 0.41% | - |
| HSV(B) | 335.58º | 0.9% | 0.75% | - |
| XYZ | 23.52 | 12.26 | 10.58 | - |
| YUV | 78.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 89 | 0 | 0.90 | 0.53 | 0.25 | 335.58 | 0.82 | 0.41 |
| Hex | BF | 13 | 59 | 0 | 5A | 35 | 19 | 150 | 52 | 29 |
| Octal | 277 | 23 | 131 | 0 | 132 | 65 | 31 | 520 | 122 | 51 |
| Binary | 10111111 | 10011 | 1011001 | 0 | 1011010 | 110101 | 11001 | 101010000 | 1010010 | 101001 |
Color Harmonies of #BF1359
Complementary color
Monochromatic Colors of #BF1359
Black with #BF1359
Text Example
Text Example
White with #BF1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1359; }
p { color: rgb(191,19,89); }
H1.HeaderClassName
{
color: #BF1359;
}
.AnyTagClassName
{
color: #BF1359;
}
</style>
background-color css
<style>
a { background-color: #BF1359; }
a { background-color: rgb(191,19,89); }
div.DivClassName
{
background-color: #BF1359;
}
.BgClassName
{
background-color: #BF1359;
}
</style>
border-color css
<style>
span { border-color: #BF1359; }
span { border-color: rgb(191,19,89); }
td.TdClassName
{
border-color: #BF1359;
}
.TagClassName
{
border-color: #BF1359;
}
</style>