Shades of Jazzberry Jam #B12161
Tints of Jazzberry Jam #B12161
RGB
CMYK
RGB Variations
Color information
#B12161 (or 0xB12161) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 61. RGB value is (177,33,97). Sum of RGB (Red+Green+Blue) = 177+33+97=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B12161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12161 is #4EDE9E. Grayscale: #535353. Windows color (decimal): -5168799 or 6365617. OLE color: 6365617.
HSL color Cylindrical-coordinate representation of color #B12161: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12161 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 97 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.31 |
| HSL | 333.33º | 0.69% | 0.41% | - |
| HSV(B) | 333.33º | 0.81% | 0.69% | - |
| XYZ | 20.83 | 11.3 | 12.39 | - |
| YUV | 83.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 97 | 0 | 0.81 | 0.45 | 0.31 | 333.33 | 0.69 | 0.41 |
| Hex | B1 | 21 | 61 | 0 | 51 | 2D | 1F | 14D | 45 | 29 |
| Octal | 261 | 41 | 141 | 0 | 121 | 55 | 37 | 515 | 105 | 51 |
| Binary | 10110001 | 100001 | 1100001 | 0 | 1010001 | 101101 | 11111 | 101001101 | 1000101 | 101001 |
Color Harmonies of #B12161
Complementary color
Monochromatic Colors of #B12161
Black with #B12161
Text Example
Text Example
White with #B12161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12161; }
p { color: rgb(177,33,97); }
H1.HeaderClassName
{
color: #B12161;
}
.AnyTagClassName
{
color: #B12161;
}
</style>
background-color css
<style>
a { background-color: #B12161; }
a { background-color: rgb(177,33,97); }
div.DivClassName
{
background-color: #B12161;
}
.BgClassName
{
background-color: #B12161;
}
</style>
border-color css
<style>
span { border-color: #B12161; }
span { border-color: rgb(177,33,97); }
td.TdClassName
{
border-color: #B12161;
}
.TagClassName
{
border-color: #B12161;
}
</style>