Shades of Jazzberry Jam #B00651
Tints of Jazzberry Jam #B00651
RGB
CMYK
RGB Variations
Color information
#B00651 (or 0xB00651) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 51. RGB value is (176,6,81). Sum of RGB (Red+Green+Blue) = 176+6+81=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00651 is #4FF9AE. Grayscale: #414141. Windows color (decimal): -5241263 or 5310128. OLE color: 5310128.
HSL color Cylindrical-coordinate representation of color #B00651: hue angle of 333.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00651 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.31 |
| HSL | 333.53º | 0.93% | 0.36% | - |
| HSV(B) | 333.53º | 0.97% | 0.69% | - |
| XYZ | 19.45 | 9.95 | 8.68 | - |
| YUV | 65.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 81 | 0 | 0.97 | 0.54 | 0.31 | 333.53 | 0.93 | 0.36 |
| Hex | B0 | 6 | 51 | 0 | 61 | 36 | 1F | 14E | 5D | 24 |
| Octal | 260 | 6 | 121 | 0 | 141 | 66 | 37 | 516 | 135 | 44 |
| Binary | 10110000 | 110 | 1010001 | 0 | 1100001 | 110110 | 11111 | 101001110 | 1011101 | 100100 |
Color Harmonies of #B00651
Complementary color
Monochromatic Colors of #B00651
Black with #B00651
Text Example
Text Example
White with #B00651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00651; }
p { color: rgb(176,6,81); }
H1.HeaderClassName
{
color: #B00651;
}
.AnyTagClassName
{
color: #B00651;
}
</style>
background-color css
<style>
a { background-color: #B00651; }
a { background-color: rgb(176,6,81); }
div.DivClassName
{
background-color: #B00651;
}
.BgClassName
{
background-color: #B00651;
}
</style>
border-color css
<style>
span { border-color: #B00651; }
span { border-color: rgb(176,6,81); }
td.TdClassName
{
border-color: #B00651;
}
.TagClassName
{
border-color: #B00651;
}
</style>