Shades of Jazzberry Jam #BF0F52
Tints of Jazzberry Jam #BF0F52
RGB
CMYK
RGB Variations
Color information
#BF0F52 (or 0xBF0F52) is known color: Jazzberry Jam. HEX triplet: BF, 0F and 52. RGB value is (191,15,82). Sum of RGB (Red+Green+Blue) = 191+15+82=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F52 is #40F0AD. Grayscale: #4B4B4B. Windows color (decimal): -4255918 or 5377983. OLE color: 5377983.
HSL color Cylindrical-coordinate representation of color #BF0F52: hue angle of 337.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F52 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 82 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.25 |
| HSL | 337.16º | 0.85% | 0.4% | - |
| HSV(B) | 337.16º | 0.92% | 0.75% | - |
| XYZ | 23.18 | 12.03 | 9.08 | - |
| YUV | 75.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 82 | 0 | 0.92 | 0.57 | 0.25 | 337.16 | 0.85 | 0.4 |
| Hex | BF | F | 52 | 0 | 5C | 39 | 19 | 151 | 55 | 28 |
| Octal | 277 | 17 | 122 | 0 | 134 | 71 | 31 | 521 | 125 | 50 |
| Binary | 10111111 | 1111 | 1010010 | 0 | 1011100 | 111001 | 11001 | 101010001 | 1010101 | 101000 |
Color Harmonies of #BF0F52
Complementary color
Monochromatic Colors of #BF0F52
Black with #BF0F52
Text Example
Text Example
White with #BF0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F52; }
p { color: rgb(191,15,82); }
H1.HeaderClassName
{
color: #BF0F52;
}
.AnyTagClassName
{
color: #BF0F52;
}
</style>
background-color css
<style>
a { background-color: #BF0F52; }
a { background-color: rgb(191,15,82); }
div.DivClassName
{
background-color: #BF0F52;
}
.BgClassName
{
background-color: #BF0F52;
}
</style>
border-color css
<style>
span { border-color: #BF0F52; }
span { border-color: rgb(191,15,82); }
td.TdClassName
{
border-color: #BF0F52;
}
.TagClassName
{
border-color: #BF0F52;
}
</style>