Shades of Jazzberry Jam #BF0250
Tints of Jazzberry Jam #BF0250
RGB
CMYK
RGB Variations
Color information
#BF0250 (or 0xBF0250) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 50. RGB value is (191,2,80). Sum of RGB (Red+Green+Blue) = 191+2+80=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0250 is #40FDAF. Grayscale: #434343. Windows color (decimal): -4259248 or 5243583. OLE color: 5243583.
HSL color Cylindrical-coordinate representation of color #BF0250: hue angle of 335.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0250 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.25 |
| HSL | 335.24º | 0.98% | 0.38% | - |
| HSV(B) | 335.24º | 0.99% | 0.75% | - |
| XYZ | 22.96 | 11.7 | 8.64 | - |
| YUV | 67.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 80 | 0 | 0.99 | 0.58 | 0.25 | 335.24 | 0.98 | 0.38 |
| Hex | BF | 2 | 50 | 0 | 63 | 3A | 19 | 14F | 62 | 26 |
| Octal | 277 | 2 | 120 | 0 | 143 | 72 | 31 | 517 | 142 | 46 |
| Binary | 10111111 | 10 | 1010000 | 0 | 1100011 | 111010 | 11001 | 101001111 | 1100010 | 100110 |
Color Harmonies of #BF0250
Complementary color
Monochromatic Colors of #BF0250
Black with #BF0250
Text Example
Text Example
White with #BF0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0250; }
p { color: rgb(191,2,80); }
H1.HeaderClassName
{
color: #BF0250;
}
.AnyTagClassName
{
color: #BF0250;
}
</style>
background-color css
<style>
a { background-color: #BF0250; }
a { background-color: rgb(191,2,80); }
div.DivClassName
{
background-color: #BF0250;
}
.BgClassName
{
background-color: #BF0250;
}
</style>
border-color css
<style>
span { border-color: #BF0250; }
span { border-color: rgb(191,2,80); }
td.TdClassName
{
border-color: #BF0250;
}
.TagClassName
{
border-color: #BF0250;
}
</style>