Shades of Jazzberry Jam #B00551
Tints of Jazzberry Jam #B00551
RGB
CMYK
RGB Variations
Color information
#B00551 (or 0xB00551) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 51. RGB value is (176,5,81). Sum of RGB (Red+Green+Blue) = 176+5+81=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B00551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00551 is #4FFAAE. Grayscale: #404040. Windows color (decimal): -5241519 or 5309872. OLE color: 5309872.
HSL color Cylindrical-coordinate representation of color #B00551: hue angle of 333.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00551 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.31 |
| HSL | 333.33º | 0.94% | 0.35% | - |
| HSV(B) | 333.33º | 0.97% | 0.69% | - |
| XYZ | 19.44 | 9.93 | 8.68 | - |
| YUV | 64.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 81 | 0 | 0.97 | 0.54 | 0.31 | 333.33 | 0.94 | 0.35 |
| Hex | B0 | 5 | 51 | 0 | 61 | 36 | 1F | 14D | 5E | 23 |
| Octal | 260 | 5 | 121 | 0 | 141 | 66 | 37 | 515 | 136 | 43 |
| Binary | 10110000 | 101 | 1010001 | 0 | 1100001 | 110110 | 11111 | 101001101 | 1011110 | 100011 |
Color Harmonies of #B00551
Complementary color
Monochromatic Colors of #B00551
Black with #B00551
Text Example
Text Example
White with #B00551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00551; }
p { color: rgb(176,5,81); }
H1.HeaderClassName
{
color: #B00551;
}
.AnyTagClassName
{
color: #B00551;
}
</style>
background-color css
<style>
a { background-color: #B00551; }
a { background-color: rgb(176,5,81); }
div.DivClassName
{
background-color: #B00551;
}
.BgClassName
{
background-color: #B00551;
}
</style>
border-color css
<style>
span { border-color: #B00551; }
span { border-color: rgb(176,5,81); }
td.TdClassName
{
border-color: #B00551;
}
.TagClassName
{
border-color: #B00551;
}
</style>