Shades of Jazzberry Jam #B00156
Tints of Jazzberry Jam #B00156
RGB
CMYK
RGB Variations
Color information
#B00156 (or 0xB00156) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 56. RGB value is (176,1,86). Sum of RGB (Red+Green+Blue) = 176+1+86=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00156 is #4FFEA9. Grayscale: #3E3E3E. Windows color (decimal): -5242538 or 5636528. OLE color: 5636528.
HSL color Cylindrical-coordinate representation of color #B00156: hue angle of 330.86º degrees, saturation: 0.99, 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 #B00156 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.31 |
| HSL | 330.86º | 0.99% | 0.35% | - |
| HSV(B) | 330.86º | 0.99% | 0.69% | - |
| XYZ | 19.6 | 9.92 | 9.69 | - |
| YUV | 63.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 86 | 0 | 0.99 | 0.51 | 0.31 | 330.86 | 0.99 | 0.35 |
| Hex | B0 | 1 | 56 | 0 | 63 | 33 | 1F | 14B | 63 | 23 |
| Octal | 260 | 1 | 126 | 0 | 143 | 63 | 37 | 513 | 143 | 43 |
| Binary | 10110000 | 1 | 1010110 | 0 | 1100011 | 110011 | 11111 | 101001011 | 1100011 | 100011 |
Color Harmonies of #B00156
Complementary color
Monochromatic Colors of #B00156
Black with #B00156
Text Example
Text Example
White with #B00156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00156; }
p { color: rgb(176,1,86); }
H1.HeaderClassName
{
color: #B00156;
}
.AnyTagClassName
{
color: #B00156;
}
</style>
background-color css
<style>
a { background-color: #B00156; }
a { background-color: rgb(176,1,86); }
div.DivClassName
{
background-color: #B00156;
}
.BgClassName
{
background-color: #B00156;
}
</style>
border-color css
<style>
span { border-color: #B00156; }
span { border-color: rgb(176,1,86); }
td.TdClassName
{
border-color: #B00156;
}
.TagClassName
{
border-color: #B00156;
}
</style>