Shades of Jazzberry Jam #BF024E
Tints of Jazzberry Jam #BF024E
RGB
CMYK
RGB Variations
Color information
#BF024E (or 0xBF024E) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 4E. RGB value is (191,2,78). Sum of RGB (Red+Green+Blue) = 191+2+78=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF024E is #40FDB1. Grayscale: #434343. Windows color (decimal): -4259250 or 5112511. OLE color: 5112511.
HSL color Cylindrical-coordinate representation of color #BF024E: hue angle of 335.87º 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 #BF024E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.25 |
| HSL | 335.87º | 0.98% | 0.38% | - |
| HSV(B) | 335.87º | 0.99% | 0.75% | - |
| XYZ | 22.88 | 11.67 | 8.25 | - |
| YUV | 67.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 78 | 0 | 0.99 | 0.59 | 0.25 | 335.87 | 0.98 | 0.38 |
| Hex | BF | 2 | 4E | 0 | 63 | 3B | 19 | 150 | 62 | 26 |
| Octal | 277 | 2 | 116 | 0 | 143 | 73 | 31 | 520 | 142 | 46 |
| Binary | 10111111 | 10 | 1001110 | 0 | 1100011 | 111011 | 11001 | 101010000 | 1100010 | 100110 |
Color Harmonies of #BF024E
Complementary color
Monochromatic Colors of #BF024E
Black with #BF024E
Text Example
Text Example
White with #BF024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF024E; }
p { color: rgb(191,2,78); }
H1.HeaderClassName
{
color: #BF024E;
}
.AnyTagClassName
{
color: #BF024E;
}
</style>
background-color css
<style>
a { background-color: #BF024E; }
a { background-color: rgb(191,2,78); }
div.DivClassName
{
background-color: #BF024E;
}
.BgClassName
{
background-color: #BF024E;
}
</style>
border-color css
<style>
span { border-color: #BF024E; }
span { border-color: rgb(191,2,78); }
td.TdClassName
{
border-color: #BF024E;
}
.TagClassName
{
border-color: #BF024E;
}
</style>