Shades of Jazzberry Jam #BB0353
Tints of Jazzberry Jam #BB0353
RGB
CMYK
RGB Variations
Color information
#BB0353 (or 0xBB0353) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 53. RGB value is (187,3,83). Sum of RGB (Red+Green+Blue) = 187+3+83=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0353 is #44FCAC. Grayscale: #434343. Windows color (decimal): -4521133 or 5440443. OLE color: 5440443.
HSL color Cylindrical-coordinate representation of color #BB0353: hue angle of 333.91º 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 #BB0353 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.27 |
| HSL | 333.91º | 0.97% | 0.37% | - |
| HSV(B) | 333.91º | 0.98% | 0.73% | - |
| XYZ | 22.09 | 11.25 | 9.19 | - |
| YUV | 67.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 83 | 0 | 0.98 | 0.56 | 0.27 | 333.91 | 0.97 | 0.37 |
| Hex | BB | 3 | 53 | 0 | 62 | 38 | 1B | 14E | 61 | 25 |
| Octal | 273 | 3 | 123 | 0 | 142 | 70 | 33 | 516 | 141 | 45 |
| Binary | 10111011 | 11 | 1010011 | 0 | 1100010 | 111000 | 11011 | 101001110 | 1100001 | 100101 |
Color Harmonies of #BB0353
Complementary color
Monochromatic Colors of #BB0353
Black with #BB0353
Text Example
Text Example
White with #BB0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0353; }
p { color: rgb(187,3,83); }
H1.HeaderClassName
{
color: #BB0353;
}
.AnyTagClassName
{
color: #BB0353;
}
</style>
background-color css
<style>
a { background-color: #BB0353; }
a { background-color: rgb(187,3,83); }
div.DivClassName
{
background-color: #BB0353;
}
.BgClassName
{
background-color: #BB0353;
}
</style>
border-color css
<style>
span { border-color: #BB0353; }
span { border-color: rgb(187,3,83); }
td.TdClassName
{
border-color: #BB0353;
}
.TagClassName
{
border-color: #BB0353;
}
</style>