Shades of Jazzberry Jam #BF1F65
Tints of Jazzberry Jam #BF1F65
RGB
CMYK
RGB Variations
Color information
#BF1F65 (or 0xBF1F65) is known color: Jazzberry Jam. HEX triplet: BF, 1F and 65. RGB value is (191,31,101). Sum of RGB (Red+Green+Blue) = 191+31+101=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F65 is #40E09A. Grayscale: #565656. Windows color (decimal): -4251803 or 6627263. OLE color: 6627263.
HSL color Cylindrical-coordinate representation of color #BF1F65: hue angle of 333.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F65 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 101 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.25 |
| HSL | 333.75º | 0.72% | 0.44% | - |
| HSV(B) | 333.75º | 0.84% | 0.75% | - |
| XYZ | 24.32 | 13 | 13.54 | - |
| YUV | 86.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 101 | 0 | 0.84 | 0.47 | 0.25 | 333.75 | 0.72 | 0.44 |
| Hex | BF | 1F | 65 | 0 | 54 | 2F | 19 | 14E | 48 | 2C |
| Octal | 277 | 37 | 145 | 0 | 124 | 57 | 31 | 516 | 110 | 54 |
| Binary | 10111111 | 11111 | 1100101 | 0 | 1010100 | 101111 | 11001 | 101001110 | 1001000 | 101100 |
Color Harmonies of #BF1F65
Complementary color
Monochromatic Colors of #BF1F65
Black with #BF1F65
Text Example
Text Example
White with #BF1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F65; }
p { color: rgb(191,31,101); }
H1.HeaderClassName
{
color: #BF1F65;
}
.AnyTagClassName
{
color: #BF1F65;
}
</style>
background-color css
<style>
a { background-color: #BF1F65; }
a { background-color: rgb(191,31,101); }
div.DivClassName
{
background-color: #BF1F65;
}
.BgClassName
{
background-color: #BF1F65;
}
</style>
border-color css
<style>
span { border-color: #BF1F65; }
span { border-color: rgb(191,31,101); }
td.TdClassName
{
border-color: #BF1F65;
}
.TagClassName
{
border-color: #BF1F65;
}
</style>