Shades of Jazzberry Jam #BB0358
Tints of Jazzberry Jam #BB0358
RGB
CMYK
RGB Variations
Color information
#BB0358 (or 0xBB0358) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 58. RGB value is (187,3,88). Sum of RGB (Red+Green+Blue) = 187+3+88=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0358 is #44FCA7. Grayscale: #434343. Windows color (decimal): -4521128 or 5768123. OLE color: 5768123.
HSL color Cylindrical-coordinate representation of color #BB0358: hue angle of 332.28º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0358 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.27 |
| HSL | 332.28º | 0.97% | 0.37% | - |
| HSV(B) | 332.28º | 0.98% | 0.73% | - |
| XYZ | 22.29 | 11.33 | 10.25 | - |
| YUV | 67.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 88 | 0 | 0.98 | 0.53 | 0.27 | 332.28 | 0.97 | 0.37 |
| Hex | BB | 3 | 58 | 0 | 62 | 35 | 1B | 14C | 61 | 25 |
| Octal | 273 | 3 | 130 | 0 | 142 | 65 | 33 | 514 | 141 | 45 |
| Binary | 10111011 | 11 | 1011000 | 0 | 1100010 | 110101 | 11011 | 101001100 | 1100001 | 100101 |
Color Harmonies of #BB0358
Complementary color
Monochromatic Colors of #BB0358
Black with #BB0358
Text Example
Text Example
White with #BB0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0358; }
p { color: rgb(187,3,88); }
H1.HeaderClassName
{
color: #BB0358;
}
.AnyTagClassName
{
color: #BB0358;
}
</style>
background-color css
<style>
a { background-color: #BB0358; }
a { background-color: rgb(187,3,88); }
div.DivClassName
{
background-color: #BB0358;
}
.BgClassName
{
background-color: #BB0358;
}
</style>
border-color css
<style>
span { border-color: #BB0358; }
span { border-color: rgb(187,3,88); }
td.TdClassName
{
border-color: #BB0358;
}
.TagClassName
{
border-color: #BB0358;
}
</style>