Shades of Jazzberry Jam #B11255
Tints of Jazzberry Jam #B11255
RGB
CMYK
RGB Variations
Color information
#B11255 (or 0xB11255) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 55. RGB value is (177,18,85). Sum of RGB (Red+Green+Blue) = 177+18+85=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B11255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11255 is #4EEDAA. Grayscale: #494949. Windows color (decimal): -5172651 or 5575345. OLE color: 5575345.
HSL color Cylindrical-coordinate representation of color #B11255: hue angle of 334.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11255 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.31 |
| HSL | 334.72º | 0.82% | 0.38% | - |
| HSV(B) | 334.72º | 0.9% | 0.69% | - |
| XYZ | 19.99 | 10.44 | 9.56 | - |
| YUV | 73.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 85 | 0 | 0.90 | 0.52 | 0.31 | 334.72 | 0.82 | 0.38 |
| Hex | B1 | 12 | 55 | 0 | 5A | 34 | 1F | 14F | 52 | 26 |
| Octal | 261 | 22 | 125 | 0 | 132 | 64 | 37 | 517 | 122 | 46 |
| Binary | 10110001 | 10010 | 1010101 | 0 | 1011010 | 110100 | 11111 | 101001111 | 1010010 | 100110 |
Color Harmonies of #B11255
Complementary color
Monochromatic Colors of #B11255
Black with #B11255
Text Example
Text Example
White with #B11255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11255; }
p { color: rgb(177,18,85); }
H1.HeaderClassName
{
color: #B11255;
}
.AnyTagClassName
{
color: #B11255;
}
</style>
background-color css
<style>
a { background-color: #B11255; }
a { background-color: rgb(177,18,85); }
div.DivClassName
{
background-color: #B11255;
}
.BgClassName
{
background-color: #B11255;
}
</style>
border-color css
<style>
span { border-color: #B11255; }
span { border-color: rgb(177,18,85); }
td.TdClassName
{
border-color: #B11255;
}
.TagClassName
{
border-color: #B11255;
}
</style>