Shades of Jazzberry Jam #B00155
Tints of Jazzberry Jam #B00155
RGB
CMYK
RGB Variations
Color information
#B00155 (or 0xB00155) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 55. RGB value is (176,1,85). Sum of RGB (Red+Green+Blue) = 176+1+85=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B00155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00155 is #4FFEAA. Grayscale: #3E3E3E. Windows color (decimal): -5242539 or 5570992. OLE color: 5570992.
HSL color Cylindrical-coordinate representation of color #B00155: hue angle of 331.2º 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 #B00155 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.31 |
| HSL | 331.2º | 0.99% | 0.35% | - |
| HSV(B) | 331.2º | 0.99% | 0.69% | - |
| XYZ | 19.56 | 9.91 | 9.48 | - |
| YUV | 62.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 85 | 0 | 0.99 | 0.52 | 0.31 | 331.2 | 0.99 | 0.35 |
| Hex | B0 | 1 | 55 | 0 | 63 | 34 | 1F | 14B | 63 | 23 |
| Octal | 260 | 1 | 125 | 0 | 143 | 64 | 37 | 513 | 143 | 43 |
| Binary | 10110000 | 1 | 1010101 | 0 | 1100011 | 110100 | 11111 | 101001011 | 1100011 | 100011 |
Color Harmonies of #B00155
Complementary color
Monochromatic Colors of #B00155
Black with #B00155
Text Example
Text Example
White with #B00155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00155; }
p { color: rgb(176,1,85); }
H1.HeaderClassName
{
color: #B00155;
}
.AnyTagClassName
{
color: #B00155;
}
</style>
background-color css
<style>
a { background-color: #B00155; }
a { background-color: rgb(176,1,85); }
div.DivClassName
{
background-color: #B00155;
}
.BgClassName
{
background-color: #B00155;
}
</style>
border-color css
<style>
span { border-color: #B00155; }
span { border-color: rgb(176,1,85); }
td.TdClassName
{
border-color: #B00155;
}
.TagClassName
{
border-color: #B00155;
}
</style>