Shades of Jazzberry Jam #BF1D68
Tints of Jazzberry Jam #BF1D68
RGB
CMYK
RGB Variations
Color information
#BF1D68 (or 0xBF1D68) is known color: Jazzberry Jam. HEX triplet: BF, 1D and 68. RGB value is (191,29,104). Sum of RGB (Red+Green+Blue) = 191+29+104=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1D68 is #40E297. Grayscale: #555555. Windows color (decimal): -4252312 or 6823359. OLE color: 6823359.
HSL color Cylindrical-coordinate representation of color #BF1D68: hue angle of 332.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D68 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 104 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.25 |
| HSL | 332.22º | 0.74% | 0.43% | - |
| HSV(B) | 332.22º | 0.85% | 0.75% | - |
| XYZ | 24.42 | 12.95 | 14.31 | - |
| YUV | 85.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 104 | 0 | 0.85 | 0.46 | 0.25 | 332.22 | 0.74 | 0.43 |
| Hex | BF | 1D | 68 | 0 | 55 | 2E | 19 | 14C | 4A | 2B |
| Octal | 277 | 35 | 150 | 0 | 125 | 56 | 31 | 514 | 112 | 53 |
| Binary | 10111111 | 11101 | 1101000 | 0 | 1010101 | 101110 | 11001 | 101001100 | 1001010 | 101011 |
Color Harmonies of #BF1D68
Complementary color
Monochromatic Colors of #BF1D68
Black with #BF1D68
Text Example
Text Example
White with #BF1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D68; }
p { color: rgb(191,29,104); }
H1.HeaderClassName
{
color: #BF1D68;
}
.AnyTagClassName
{
color: #BF1D68;
}
</style>
background-color css
<style>
a { background-color: #BF1D68; }
a { background-color: rgb(191,29,104); }
div.DivClassName
{
background-color: #BF1D68;
}
.BgClassName
{
background-color: #BF1D68;
}
</style>
border-color css
<style>
span { border-color: #BF1D68; }
span { border-color: rgb(191,29,104); }
td.TdClassName
{
border-color: #BF1D68;
}
.TagClassName
{
border-color: #BF1D68;
}
</style>