Shades of Jazzberry Jam #B02260
Tints of Jazzberry Jam #B02260
RGB
CMYK
RGB Variations
Color information
#B02260 (or 0xB02260) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 60. RGB value is (176,34,96). Sum of RGB (Red+Green+Blue) = 176+34+96=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B02260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02260 is #4FDD9F. Grayscale: #535353. Windows color (decimal): -5234080 or 6300336. OLE color: 6300336.
HSL color Cylindrical-coordinate representation of color #B02260: hue angle of 333.8º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02260 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 96 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.31 |
| HSL | 333.8º | 0.68% | 0.41% | - |
| HSV(B) | 333.8º | 0.81% | 0.69% | - |
| XYZ | 20.59 | 11.22 | 12.15 | - |
| YUV | 83.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 96 | 0 | 0.81 | 0.45 | 0.31 | 333.8 | 0.68 | 0.41 |
| Hex | B0 | 22 | 60 | 0 | 51 | 2D | 1F | 14E | 44 | 29 |
| Octal | 260 | 42 | 140 | 0 | 121 | 55 | 37 | 516 | 104 | 51 |
| Binary | 10110000 | 100010 | 1100000 | 0 | 1010001 | 101101 | 11111 | 101001110 | 1000100 | 101001 |
Color Harmonies of #B02260
Complementary color
Monochromatic Colors of #B02260
Black with #B02260
Text Example
Text Example
White with #B02260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02260; }
p { color: rgb(176,34,96); }
H1.HeaderClassName
{
color: #B02260;
}
.AnyTagClassName
{
color: #B02260;
}
</style>
background-color css
<style>
a { background-color: #B02260; }
a { background-color: rgb(176,34,96); }
div.DivClassName
{
background-color: #B02260;
}
.BgClassName
{
background-color: #B02260;
}
</style>
border-color css
<style>
span { border-color: #B02260; }
span { border-color: rgb(176,34,96); }
td.TdClassName
{
border-color: #B02260;
}
.TagClassName
{
border-color: #B02260;
}
</style>