Shades of Jazzberry Jam #BF036D
Tints of Jazzberry Jam #BF036D
RGB
CMYK
RGB Variations
Color information
#BF036D (or 0xBF036D) is known color: Jazzberry Jam. HEX triplet: BF, 03 and 6D. RGB value is (191,3,109). Sum of RGB (Red+Green+Blue) = 191+3+109=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF036D is #40FC92. Grayscale: #474747. Windows color (decimal): -4258963 or 7144383. OLE color: 7144383.
HSL color Cylindrical-coordinate representation of color #BF036D: hue angle of 326.17º 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 #BF036D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.25 |
| HSL | 326.17º | 0.97% | 0.38% | - |
| HSV(B) | 326.17º | 0.98% | 0.75% | - |
| XYZ | 24.28 | 12.25 | 15.55 | - |
| YUV | 71.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 109 | 0 | 0.98 | 0.43 | 0.25 | 326.17 | 0.97 | 0.38 |
| Hex | BF | 3 | 6D | 0 | 62 | 2B | 19 | 146 | 61 | 26 |
| Octal | 277 | 3 | 155 | 0 | 142 | 53 | 31 | 506 | 141 | 46 |
| Binary | 10111111 | 11 | 1101101 | 0 | 1100010 | 101011 | 11001 | 101000110 | 1100001 | 100110 |
Color Harmonies of #BF036D
Complementary color
Monochromatic Colors of #BF036D
Black with #BF036D
Text Example
Text Example
White with #BF036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF036D; }
p { color: rgb(191,3,109); }
H1.HeaderClassName
{
color: #BF036D;
}
.AnyTagClassName
{
color: #BF036D;
}
</style>
background-color css
<style>
a { background-color: #BF036D; }
a { background-color: rgb(191,3,109); }
div.DivClassName
{
background-color: #BF036D;
}
.BgClassName
{
background-color: #BF036D;
}
</style>
border-color css
<style>
span { border-color: #BF036D; }
span { border-color: rgb(191,3,109); }
td.TdClassName
{
border-color: #BF036D;
}
.TagClassName
{
border-color: #BF036D;
}
</style>