Shades of Jazzberry Jam #BF1468
Tints of Jazzberry Jam #BF1468
RGB
CMYK
RGB Variations
Color information
#BF1468 (or 0xBF1468) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 68. RGB value is (191,20,104). Sum of RGB (Red+Green+Blue) = 191+20+104=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1468 is #40EB97. Grayscale: #505050. Windows color (decimal): -4254616 or 6821055. OLE color: 6821055.
HSL color Cylindrical-coordinate representation of color #BF1468: hue angle of 330.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1468 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 104 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.25 |
| HSL | 330.53º | 0.81% | 0.41% | - |
| HSV(B) | 330.53º | 0.9% | 0.75% | - |
| XYZ | 24.23 | 12.58 | 14.25 | - |
| YUV | 80.71 | 141.15 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 104 | 0 | 0.90 | 0.46 | 0.25 | 330.53 | 0.81 | 0.41 |
| Hex | BF | 14 | 68 | 0 | 5A | 2E | 19 | 14B | 51 | 29 |
| Octal | 277 | 24 | 150 | 0 | 132 | 56 | 31 | 513 | 121 | 51 |
| Binary | 10111111 | 10100 | 1101000 | 0 | 1011010 | 101110 | 11001 | 101001011 | 1010001 | 101001 |
Color Harmonies of #BF1468
Complementary color
Monochromatic Colors of #BF1468
Black with #BF1468
Text Example
Text Example
White with #BF1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1468; }
p { color: rgb(191,20,104); }
H1.HeaderClassName
{
color: #BF1468;
}
.AnyTagClassName
{
color: #BF1468;
}
</style>
background-color css
<style>
a { background-color: #BF1468; }
a { background-color: rgb(191,20,104); }
div.DivClassName
{
background-color: #BF1468;
}
.BgClassName
{
background-color: #BF1468;
}
</style>
border-color css
<style>
span { border-color: #BF1468; }
span { border-color: rgb(191,20,104); }
td.TdClassName
{
border-color: #BF1468;
}
.TagClassName
{
border-color: #BF1468;
}
</style>