Shades of Jazzberry Jam #B11460
Tints of Jazzberry Jam #B11460
RGB
CMYK
RGB Variations
Color information
#B11460 (or 0xB11460) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 60. RGB value is (177,20,96). Sum of RGB (Red+Green+Blue) = 177+20+96=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B11460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11460 is #4EEB9F. Grayscale: #4B4B4B. Windows color (decimal): -5172128 or 6296753. OLE color: 6296753.
HSL color Cylindrical-coordinate representation of color #B11460: hue angle of 330.96º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11460 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 96 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.31 |
| HSL | 330.96º | 0.8% | 0.39% | - |
| HSV(B) | 330.96º | 0.89% | 0.69% | - |
| XYZ | 20.49 | 10.69 | 12.05 | - |
| YUV | 75.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 96 | 0 | 0.89 | 0.46 | 0.31 | 330.96 | 0.8 | 0.39 |
| Hex | B1 | 14 | 60 | 0 | 59 | 2E | 1F | 14B | 50 | 27 |
| Octal | 261 | 24 | 140 | 0 | 131 | 56 | 37 | 513 | 120 | 47 |
| Binary | 10110001 | 10100 | 1100000 | 0 | 1011001 | 101110 | 11111 | 101001011 | 1010000 | 100111 |
Color Harmonies of #B11460
Complementary color
Monochromatic Colors of #B11460
Black with #B11460
Text Example
Text Example
White with #B11460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11460; }
p { color: rgb(177,20,96); }
H1.HeaderClassName
{
color: #B11460;
}
.AnyTagClassName
{
color: #B11460;
}
</style>
background-color css
<style>
a { background-color: #B11460; }
a { background-color: rgb(177,20,96); }
div.DivClassName
{
background-color: #B11460;
}
.BgClassName
{
background-color: #B11460;
}
</style>
border-color css
<style>
span { border-color: #B11460; }
span { border-color: rgb(177,20,96); }
td.TdClassName
{
border-color: #B11460;
}
.TagClassName
{
border-color: #B11460;
}
</style>