Shades of Jazzberry Jam #B10259
Tints of Jazzberry Jam #B10259
RGB
CMYK
RGB Variations
Color information
#B10259 (or 0xB10259) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 59. RGB value is (177,2,89). Sum of RGB (Red+Green+Blue) = 177+2+89=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10259 is #4EFDA6. Grayscale: #404040. Windows color (decimal): -5176743 or 5833393. OLE color: 5833393.
HSL color Cylindrical-coordinate representation of color #B10259: hue angle of 330.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10259 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.31 |
| HSL | 330.17º | 0.98% | 0.35% | - |
| HSV(B) | 330.17º | 0.99% | 0.69% | - |
| XYZ | 19.96 | 10.11 | 10.35 | - |
| YUV | 64.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 89 | 0 | 0.99 | 0.50 | 0.31 | 330.17 | 0.98 | 0.35 |
| Hex | B1 | 2 | 59 | 0 | 63 | 32 | 1F | 14A | 62 | 23 |
| Octal | 261 | 2 | 131 | 0 | 143 | 62 | 37 | 512 | 142 | 43 |
| Binary | 10110001 | 10 | 1011001 | 0 | 1100011 | 110010 | 11111 | 101001010 | 1100010 | 100011 |
Color Harmonies of #B10259
Complementary color
Monochromatic Colors of #B10259
Black with #B10259
Text Example
Text Example
White with #B10259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10259; }
p { color: rgb(177,2,89); }
H1.HeaderClassName
{
color: #B10259;
}
.AnyTagClassName
{
color: #B10259;
}
</style>
background-color css
<style>
a { background-color: #B10259; }
a { background-color: rgb(177,2,89); }
div.DivClassName
{
background-color: #B10259;
}
.BgClassName
{
background-color: #B10259;
}
</style>
border-color css
<style>
span { border-color: #B10259; }
span { border-color: rgb(177,2,89); }
td.TdClassName
{
border-color: #B10259;
}
.TagClassName
{
border-color: #B10259;
}
</style>