Shades of Jazzberry Jam #BF1355
Tints of Jazzberry Jam #BF1355
RGB
CMYK
RGB Variations
Color information
#BF1355 (or 0xBF1355) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 55. RGB value is (191,19,85). Sum of RGB (Red+Green+Blue) = 191+19+85=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1355 is #40ECAA. Grayscale: #4D4D4D. Windows color (decimal): -4254891 or 5575615. OLE color: 5575615.
HSL color Cylindrical-coordinate representation of color #BF1355: hue angle of 336.98º 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 #BF1355 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 85 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.25 |
| HSL | 336.98º | 0.82% | 0.41% | - |
| HSV(B) | 336.98º | 0.9% | 0.75% | - |
| XYZ | 23.36 | 12.2 | 9.72 | - |
| YUV | 77.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 85 | 0 | 0.90 | 0.55 | 0.25 | 336.98 | 0.82 | 0.41 |
| Hex | BF | 13 | 55 | 0 | 5A | 37 | 19 | 151 | 52 | 29 |
| Octal | 277 | 23 | 125 | 0 | 132 | 67 | 31 | 521 | 122 | 51 |
| Binary | 10111111 | 10011 | 1010101 | 0 | 1011010 | 110111 | 11001 | 101010001 | 1010010 | 101001 |
Color Harmonies of #BF1355
Complementary color
Monochromatic Colors of #BF1355
Black with #BF1355
Text Example
Text Example
White with #BF1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1355; }
p { color: rgb(191,19,85); }
H1.HeaderClassName
{
color: #BF1355;
}
.AnyTagClassName
{
color: #BF1355;
}
</style>
background-color css
<style>
a { background-color: #BF1355; }
a { background-color: rgb(191,19,85); }
div.DivClassName
{
background-color: #BF1355;
}
.BgClassName
{
background-color: #BF1355;
}
</style>
border-color css
<style>
span { border-color: #BF1355; }
span { border-color: rgb(191,19,85); }
td.TdClassName
{
border-color: #BF1355;
}
.TagClassName
{
border-color: #BF1355;
}
</style>