Shades of Jazzberry Jam #BF0356
Tints of Jazzberry Jam #BF0356
RGB
CMYK
RGB Variations
Color information
#BF0356 (or 0xBF0356) is known color: Jazzberry Jam. HEX triplet: BF, 03 and 56. RGB value is (191,3,86). Sum of RGB (Red+Green+Blue) = 191+3+86=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0356 is #40FCA9. Grayscale: #444444. Windows color (decimal): -4258986 or 5637055. OLE color: 5637055.
HSL color Cylindrical-coordinate representation of color #BF0356: hue angle of 333.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0356 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.25 |
| HSL | 333.51º | 0.97% | 0.38% | - |
| HSV(B) | 333.51º | 0.98% | 0.75% | - |
| XYZ | 23.2 | 11.81 | 9.86 | - |
| YUV | 68.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 86 | 0 | 0.98 | 0.55 | 0.25 | 333.51 | 0.97 | 0.38 |
| Hex | BF | 3 | 56 | 0 | 62 | 37 | 19 | 14E | 61 | 26 |
| Octal | 277 | 3 | 126 | 0 | 142 | 67 | 31 | 516 | 141 | 46 |
| Binary | 10111111 | 11 | 1010110 | 0 | 1100010 | 110111 | 11001 | 101001110 | 1100001 | 100110 |
Color Harmonies of #BF0356
Complementary color
Monochromatic Colors of #BF0356
Black with #BF0356
Text Example
Text Example
White with #BF0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0356; }
p { color: rgb(191,3,86); }
H1.HeaderClassName
{
color: #BF0356;
}
.AnyTagClassName
{
color: #BF0356;
}
</style>
background-color css
<style>
a { background-color: #BF0356; }
a { background-color: rgb(191,3,86); }
div.DivClassName
{
background-color: #BF0356;
}
.BgClassName
{
background-color: #BF0356;
}
</style>
border-color css
<style>
span { border-color: #BF0356; }
span { border-color: rgb(191,3,86); }
td.TdClassName
{
border-color: #BF0356;
}
.TagClassName
{
border-color: #BF0356;
}
</style>