Shades of Jazzberry Jam #B11860
Tints of Jazzberry Jam #B11860
RGB
CMYK
RGB Variations
Color information
#B11860 (or 0xB11860) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 60. RGB value is (177,24,96). Sum of RGB (Red+Green+Blue) = 177+24+96=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11860 is #4EE79F. Grayscale: #4D4D4D. Windows color (decimal): -5171104 or 6297777. OLE color: 6297777.
HSL color Cylindrical-coordinate representation of color #B11860: hue angle of 331.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11860 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 96 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.31 |
| HSL | 331.76º | 0.76% | 0.39% | - |
| HSV(B) | 331.76º | 0.86% | 0.69% | - |
| XYZ | 20.57 | 10.84 | 12.08 | - |
| YUV | 77.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 96 | 0 | 0.86 | 0.46 | 0.31 | 331.76 | 0.76 | 0.39 |
| Hex | B1 | 18 | 60 | 0 | 56 | 2E | 1F | 14C | 4C | 27 |
| Octal | 261 | 30 | 140 | 0 | 126 | 56 | 37 | 514 | 114 | 47 |
| Binary | 10110001 | 11000 | 1100000 | 0 | 1010110 | 101110 | 11111 | 101001100 | 1001100 | 100111 |
Color Harmonies of #B11860
Complementary color
Monochromatic Colors of #B11860
Black with #B11860
Text Example
Text Example
White with #B11860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11860; }
p { color: rgb(177,24,96); }
H1.HeaderClassName
{
color: #B11860;
}
.AnyTagClassName
{
color: #B11860;
}
</style>
background-color css
<style>
a { background-color: #B11860; }
a { background-color: rgb(177,24,96); }
div.DivClassName
{
background-color: #B11860;
}
.BgClassName
{
background-color: #B11860;
}
</style>
border-color css
<style>
span { border-color: #B11860; }
span { border-color: rgb(177,24,96); }
td.TdClassName
{
border-color: #B11860;
}
.TagClassName
{
border-color: #B11860;
}
</style>