Shades of Jazzberry Jam #BB1768
Tints of Jazzberry Jam #BB1768
RGB
CMYK
RGB Variations
Color information
#BB1768 (or 0xBB1768) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 68. RGB value is (187,23,104). Sum of RGB (Red+Green+Blue) = 187+23+104=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1768 is #44E897. Grayscale: #515151. Windows color (decimal): -4515992 or 6821819. OLE color: 6821819.
HSL color Cylindrical-coordinate representation of color #BB1768: hue angle of 330.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1768 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 104 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.27 |
| HSL | 330.37º | 0.78% | 0.41% | - |
| HSV(B) | 330.37º | 0.88% | 0.73% | - |
| XYZ | 23.3 | 12.18 | 14.22 | - |
| YUV | 81.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 104 | 0 | 0.88 | 0.44 | 0.27 | 330.37 | 0.78 | 0.41 |
| Hex | BB | 17 | 68 | 0 | 58 | 2C | 1B | 14A | 4E | 29 |
| Octal | 273 | 27 | 150 | 0 | 130 | 54 | 33 | 512 | 116 | 51 |
| Binary | 10111011 | 10111 | 1101000 | 0 | 1011000 | 101100 | 11011 | 101001010 | 1001110 | 101001 |
Color Harmonies of #BB1768
Complementary color
Monochromatic Colors of #BB1768
Black with #BB1768
Text Example
Text Example
White with #BB1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1768; }
p { color: rgb(187,23,104); }
H1.HeaderClassName
{
color: #BB1768;
}
.AnyTagClassName
{
color: #BB1768;
}
</style>
background-color css
<style>
a { background-color: #BB1768; }
a { background-color: rgb(187,23,104); }
div.DivClassName
{
background-color: #BB1768;
}
.BgClassName
{
background-color: #BB1768;
}
</style>
border-color css
<style>
span { border-color: #BB1768; }
span { border-color: rgb(187,23,104); }
td.TdClassName
{
border-color: #BB1768;
}
.TagClassName
{
border-color: #BB1768;
}
</style>