Shades of Jazzberry Jam #B10155
Tints of Jazzberry Jam #B10155
RGB
CMYK
RGB Variations
Color information
#B10155 (or 0xB10155) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 55. RGB value is (177,1,85). Sum of RGB (Red+Green+Blue) = 177+1+85=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10155 is #4EFEAA. Grayscale: #3F3F3F. Windows color (decimal): -5177003 or 5570993. OLE color: 5570993.
HSL color Cylindrical-coordinate representation of color #B10155: hue angle of 331.36º 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 #B10155 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.31 |
| HSL | 331.36º | 0.99% | 0.35% | - |
| HSV(B) | 331.36º | 0.99% | 0.69% | - |
| XYZ | 19.78 | 10.02 | 9.49 | - |
| YUV | 63.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 85 | 0 | 0.99 | 0.52 | 0.31 | 331.36 | 0.99 | 0.35 |
| Hex | B1 | 1 | 55 | 0 | 63 | 34 | 1F | 14B | 63 | 23 |
| Octal | 261 | 1 | 125 | 0 | 143 | 64 | 37 | 513 | 143 | 43 |
| Binary | 10110001 | 1 | 1010101 | 0 | 1100011 | 110100 | 11111 | 101001011 | 1100011 | 100011 |
Color Harmonies of #B10155
Complementary color
Monochromatic Colors of #B10155
Black with #B10155
Text Example
Text Example
White with #B10155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10155; }
p { color: rgb(177,1,85); }
H1.HeaderClassName
{
color: #B10155;
}
.AnyTagClassName
{
color: #B10155;
}
</style>
background-color css
<style>
a { background-color: #B10155; }
a { background-color: rgb(177,1,85); }
div.DivClassName
{
background-color: #B10155;
}
.BgClassName
{
background-color: #B10155;
}
</style>
border-color css
<style>
span { border-color: #B10155; }
span { border-color: rgb(177,1,85); }
td.TdClassName
{
border-color: #B10155;
}
.TagClassName
{
border-color: #B10155;
}
</style>