Shades of Jazzberry Jam #BB2367
Tints of Jazzberry Jam #BB2367
RGB
CMYK
RGB Variations
Color information
#BB2367 (or 0xBB2367) is known color: Jazzberry Jam. HEX triplet: BB, 23 and 67. RGB value is (187,35,103). Sum of RGB (Red+Green+Blue) = 187+35+103=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2367 is #44DC98. Grayscale: #585858. Windows color (decimal): -4512921 or 6759355. OLE color: 6759355.
HSL color Cylindrical-coordinate representation of color #BB2367: hue angle of 333.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2367 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 103 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.27 |
| HSL | 333.16º | 0.68% | 0.44% | - |
| HSV(B) | 333.16º | 0.81% | 0.73% | - |
| XYZ | 23.54 | 12.75 | 14.05 | - |
| YUV | 88.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 103 | 0 | 0.81 | 0.45 | 0.27 | 333.16 | 0.68 | 0.44 |
| Hex | BB | 23 | 67 | 0 | 51 | 2D | 1B | 14D | 44 | 2C |
| Octal | 273 | 43 | 147 | 0 | 121 | 55 | 33 | 515 | 104 | 54 |
| Binary | 10111011 | 100011 | 1100111 | 0 | 1010001 | 101101 | 11011 | 101001101 | 1000100 | 101100 |
Color Harmonies of #BB2367
Complementary color
Monochromatic Colors of #BB2367
Black with #BB2367
Text Example
Text Example
White with #BB2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2367; }
p { color: rgb(187,35,103); }
H1.HeaderClassName
{
color: #BB2367;
}
.AnyTagClassName
{
color: #BB2367;
}
</style>
background-color css
<style>
a { background-color: #BB2367; }
a { background-color: rgb(187,35,103); }
div.DivClassName
{
background-color: #BB2367;
}
.BgClassName
{
background-color: #BB2367;
}
</style>
border-color css
<style>
span { border-color: #BB2367; }
span { border-color: rgb(187,35,103); }
td.TdClassName
{
border-color: #BB2367;
}
.TagClassName
{
border-color: #BB2367;
}
</style>