Shades of Jazzberry Jam #BB035E
Tints of Jazzberry Jam #BB035E
RGB
CMYK
RGB Variations
Color information
#BB035E (or 0xBB035E) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 5E. RGB value is (187,3,94). Sum of RGB (Red+Green+Blue) = 187+3+94=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB035E is #44FCA1. Grayscale: #444444. Windows color (decimal): -4521122 or 6161339. OLE color: 6161339.
HSL color Cylindrical-coordinate representation of color #BB035E: hue angle of 330.33º 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 #BB035E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.27 |
| HSL | 330.33º | 0.97% | 0.37% | - |
| HSV(B) | 330.33º | 0.98% | 0.73% | - |
| XYZ | 22.55 | 11.44 | 11.61 | - |
| YUV | 68.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 94 | 0 | 0.98 | 0.50 | 0.27 | 330.33 | 0.97 | 0.37 |
| Hex | BB | 3 | 5E | 0 | 62 | 32 | 1B | 14A | 61 | 25 |
| Octal | 273 | 3 | 136 | 0 | 142 | 62 | 33 | 512 | 141 | 45 |
| Binary | 10111011 | 11 | 1011110 | 0 | 1100010 | 110010 | 11011 | 101001010 | 1100001 | 100101 |
Color Harmonies of #BB035E
Complementary color
Monochromatic Colors of #BB035E
Black with #BB035E
Text Example
Text Example
White with #BB035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB035E; }
p { color: rgb(187,3,94); }
H1.HeaderClassName
{
color: #BB035E;
}
.AnyTagClassName
{
color: #BB035E;
}
</style>
background-color css
<style>
a { background-color: #BB035E; }
a { background-color: rgb(187,3,94); }
div.DivClassName
{
background-color: #BB035E;
}
.BgClassName
{
background-color: #BB035E;
}
</style>
border-color css
<style>
span { border-color: #BB035E; }
span { border-color: rgb(187,3,94); }
td.TdClassName
{
border-color: #BB035E;
}
.TagClassName
{
border-color: #BB035E;
}
</style>