Shades of Jazzberry Jam #B70259
Tints of Jazzberry Jam #B70259
RGB
CMYK
RGB Variations
Color information
#B70259 (or 0xB70259) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 59. RGB value is (183,2,89). Sum of RGB (Red+Green+Blue) = 183+2+89=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B70259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70259 is #48FDA6. Grayscale: #414141. Windows color (decimal): -4783527 or 5833399. OLE color: 5833399.
HSL color Cylindrical-coordinate representation of color #B70259: hue angle of 331.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70259 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.28 |
| HSL | 331.16º | 0.98% | 0.36% | - |
| HSV(B) | 331.16º | 0.99% | 0.72% | - |
| XYZ | 21.35 | 10.83 | 10.42 | - |
| YUV | 66.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 89 | 0 | 0.99 | 0.51 | 0.28 | 331.16 | 0.98 | 0.36 |
| Hex | B7 | 2 | 59 | 0 | 63 | 33 | 1C | 14B | 62 | 24 |
| Octal | 267 | 2 | 131 | 0 | 143 | 63 | 34 | 513 | 142 | 44 |
| Binary | 10110111 | 10 | 1011001 | 0 | 1100011 | 110011 | 11100 | 101001011 | 1100010 | 100100 |
Color Harmonies of #B70259
Complementary color
Monochromatic Colors of #B70259
Black with #B70259
Text Example
Text Example
White with #B70259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70259; }
p { color: rgb(183,2,89); }
H1.HeaderClassName
{
color: #B70259;
}
.AnyTagClassName
{
color: #B70259;
}
</style>
background-color css
<style>
a { background-color: #B70259; }
a { background-color: rgb(183,2,89); }
div.DivClassName
{
background-color: #B70259;
}
.BgClassName
{
background-color: #B70259;
}
</style>
border-color css
<style>
span { border-color: #B70259; }
span { border-color: rgb(183,2,89); }
td.TdClassName
{
border-color: #B70259;
}
.TagClassName
{
border-color: #B70259;
}
</style>