Shades of Jazzberry Jam #BB035C
Tints of Jazzberry Jam #BB035C
RGB
CMYK
RGB Variations
Color information
#BB035C (or 0xBB035C) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 5C. RGB value is (187,3,92). Sum of RGB (Red+Green+Blue) = 187+3+92=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB035C is #44FCA3. Grayscale: #434343. Windows color (decimal): -4521124 or 6030267. OLE color: 6030267.
HSL color Cylindrical-coordinate representation of color #BB035C: hue angle of 330.98º 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 #BB035C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.27 |
| HSL | 330.98º | 0.97% | 0.37% | - |
| HSV(B) | 330.98º | 0.98% | 0.73% | - |
| XYZ | 22.46 | 11.4 | 11.14 | - |
| YUV | 68.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 92 | 0 | 0.98 | 0.51 | 0.27 | 330.98 | 0.97 | 0.37 |
| Hex | BB | 3 | 5C | 0 | 62 | 33 | 1B | 14B | 61 | 25 |
| Octal | 273 | 3 | 134 | 0 | 142 | 63 | 33 | 513 | 141 | 45 |
| Binary | 10111011 | 11 | 1011100 | 0 | 1100010 | 110011 | 11011 | 101001011 | 1100001 | 100101 |
Color Harmonies of #BB035C
Complementary color
Monochromatic Colors of #BB035C
Black with #BB035C
Text Example
Text Example
White with #BB035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB035C; }
p { color: rgb(187,3,92); }
H1.HeaderClassName
{
color: #BB035C;
}
.AnyTagClassName
{
color: #BB035C;
}
</style>
background-color css
<style>
a { background-color: #BB035C; }
a { background-color: rgb(187,3,92); }
div.DivClassName
{
background-color: #BB035C;
}
.BgClassName
{
background-color: #BB035C;
}
</style>
border-color css
<style>
span { border-color: #BB035C; }
span { border-color: rgb(187,3,92); }
td.TdClassName
{
border-color: #BB035C;
}
.TagClassName
{
border-color: #BB035C;
}
</style>