Shades of Jazzberry Jam #BF024A
Tints of Jazzberry Jam #BF024A
RGB
CMYK
RGB Variations
Color information
#BF024A (or 0xBF024A) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 4A. RGB value is (191,2,74). Sum of RGB (Red+Green+Blue) = 191+2+74=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF024A is #40FDB5. Grayscale: #424242. Windows color (decimal): -4259254 or 4850367. OLE color: 4850367.
HSL color Cylindrical-coordinate representation of color #BF024A: hue angle of 337.14º 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 #BF024A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.25 |
| HSL | 337.14º | 0.98% | 0.38% | - |
| HSV(B) | 337.14º | 0.99% | 0.75% | - |
| XYZ | 22.74 | 11.61 | 7.52 | - |
| YUV | 66.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 74 | 0 | 0.99 | 0.61 | 0.25 | 337.14 | 0.98 | 0.38 |
| Hex | BF | 2 | 4A | 0 | 63 | 3D | 19 | 151 | 62 | 26 |
| Octal | 277 | 2 | 112 | 0 | 143 | 75 | 31 | 521 | 142 | 46 |
| Binary | 10111111 | 10 | 1001010 | 0 | 1100011 | 111101 | 11001 | 101010001 | 1100010 | 100110 |
Color Harmonies of #BF024A
Complementary color
Monochromatic Colors of #BF024A
Black with #BF024A
Text Example
Text Example
White with #BF024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF024A; }
p { color: rgb(191,2,74); }
H1.HeaderClassName
{
color: #BF024A;
}
.AnyTagClassName
{
color: #BF024A;
}
</style>
background-color css
<style>
a { background-color: #BF024A; }
a { background-color: rgb(191,2,74); }
div.DivClassName
{
background-color: #BF024A;
}
.BgClassName
{
background-color: #BF024A;
}
</style>
border-color css
<style>
span { border-color: #BF024A; }
span { border-color: rgb(191,2,74); }
td.TdClassName
{
border-color: #BF024A;
}
.TagClassName
{
border-color: #BF024A;
}
</style>