Shades of Jazzberry Jam #B11C60
Tints of Jazzberry Jam #B11C60
RGB
CMYK
RGB Variations
Color information
#B11C60 (or 0xB11C60) is known color: Jazzberry Jam. HEX triplet: B1, 1C and 60. RGB value is (177,28,96). Sum of RGB (Red+Green+Blue) = 177+28+96=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C60 is #4EE39F. Grayscale: #505050. Windows color (decimal): -5170080 or 6298801. OLE color: 6298801.
HSL color Cylindrical-coordinate representation of color #B11C60: hue angle of 332.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C60 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 96 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.31 |
| HSL | 332.62º | 0.73% | 0.4% | - |
| HSV(B) | 332.62º | 0.84% | 0.69% | - |
| XYZ | 20.66 | 11.02 | 12.11 | - |
| YUV | 80.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 96 | 0 | 0.84 | 0.46 | 0.31 | 332.62 | 0.73 | 0.4 |
| Hex | B1 | 1C | 60 | 0 | 54 | 2E | 1F | 14D | 49 | 28 |
| Octal | 261 | 34 | 140 | 0 | 124 | 56 | 37 | 515 | 111 | 50 |
| Binary | 10110001 | 11100 | 1100000 | 0 | 1010100 | 101110 | 11111 | 101001101 | 1001001 | 101000 |
Color Harmonies of #B11C60
Complementary color
Monochromatic Colors of #B11C60
Black with #B11C60
Text Example
Text Example
White with #B11C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C60; }
p { color: rgb(177,28,96); }
H1.HeaderClassName
{
color: #B11C60;
}
.AnyTagClassName
{
color: #B11C60;
}
</style>
background-color css
<style>
a { background-color: #B11C60; }
a { background-color: rgb(177,28,96); }
div.DivClassName
{
background-color: #B11C60;
}
.BgClassName
{
background-color: #B11C60;
}
</style>
border-color css
<style>
span { border-color: #B11C60; }
span { border-color: rgb(177,28,96); }
td.TdClassName
{
border-color: #B11C60;
}
.TagClassName
{
border-color: #B11C60;
}
</style>