Shades of Jazzberry Jam #B00059
Tints of Jazzberry Jam #B00059
RGB
CMYK
RGB Variations
Color information
#B00059 (or 0xB00059) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 59. RGB value is (176,0,89). Sum of RGB (Red+Green+Blue) = 176+0+89=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B00059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00059 is #4FFFA6. Grayscale: #3E3E3E. Windows color (decimal): -5242791 or 5832880. OLE color: 5832880.
HSL color Cylindrical-coordinate representation of color #B00059: hue angle of 329.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00059 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.49 | 0.31 |
| HSL | 329.66º | 1% | 0.35% | - |
| HSV(B) | 329.66º | 1% | 0.69% | - |
| XYZ | 19.71 | 9.95 | 10.33 | - |
| YUV | 62.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 89 | 0 | 1 | 0.49 | 0.31 | 329.66 | 1 | 0.35 |
| Hex | B0 | 0 | 59 | 0 | 64 | 31 | 1F | 14A | 64 | 23 |
| Octal | 260 | 0 | 131 | 0 | 144 | 61 | 37 | 512 | 144 | 43 |
| Binary | 10110000 | 0 | 1011001 | 0 | 1100100 | 110001 | 11111 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B00059
Complementary color
Monochromatic Colors of #B00059
Black with #B00059
Text Example
Text Example
White with #B00059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00059; }
p { color: rgb(176,0,89); }
H1.HeaderClassName
{
color: #B00059;
}
.AnyTagClassName
{
color: #B00059;
}
</style>
background-color css
<style>
a { background-color: #B00059; }
a { background-color: rgb(176,0,89); }
div.DivClassName
{
background-color: #B00059;
}
.BgClassName
{
background-color: #B00059;
}
</style>
border-color css
<style>
span { border-color: #B00059; }
span { border-color: rgb(176,0,89); }
td.TdClassName
{
border-color: #B00059;
}
.TagClassName
{
border-color: #B00059;
}
</style>