Shades of Jazzberry Jam #BB1D5F
Tints of Jazzberry Jam #BB1D5F
RGB
CMYK
RGB Variations
Color information
#BB1D5F (or 0xBB1D5F) is known color: Jazzberry Jam. HEX triplet: BB, 1D and 5F. RGB value is (187,29,95). Sum of RGB (Red+Green+Blue) = 187+29+95=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D5F is #44E2A0. Grayscale: #535353. Windows color (decimal): -4514465 or 6233531. OLE color: 6233531.
HSL color Cylindrical-coordinate representation of color #BB1D5F: hue angle of 334.94º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D5F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 95 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.27 |
| HSL | 334.94º | 0.73% | 0.42% | - |
| HSV(B) | 334.94º | 0.84% | 0.73% | - |
| XYZ | 23 | 12.27 | 11.98 | - |
| YUV | 83.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 95 | 0 | 0.84 | 0.49 | 0.27 | 334.94 | 0.73 | 0.42 |
| Hex | BB | 1D | 5F | 0 | 54 | 31 | 1B | 14F | 49 | 2A |
| Octal | 273 | 35 | 137 | 0 | 124 | 61 | 33 | 517 | 111 | 52 |
| Binary | 10111011 | 11101 | 1011111 | 0 | 1010100 | 110001 | 11011 | 101001111 | 1001001 | 101010 |
Color Harmonies of #BB1D5F
Complementary color
Monochromatic Colors of #BB1D5F
Black with #BB1D5F
Text Example
Text Example
White with #BB1D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D5F; }
p { color: rgb(187,29,95); }
H1.HeaderClassName
{
color: #BB1D5F;
}
.AnyTagClassName
{
color: #BB1D5F;
}
</style>
background-color css
<style>
a { background-color: #BB1D5F; }
a { background-color: rgb(187,29,95); }
div.DivClassName
{
background-color: #BB1D5F;
}
.BgClassName
{
background-color: #BB1D5F;
}
</style>
border-color css
<style>
span { border-color: #BB1D5F; }
span { border-color: rgb(187,29,95); }
td.TdClassName
{
border-color: #BB1D5F;
}
.TagClassName
{
border-color: #BB1D5F;
}
</style>