Shades of Jazzberry Jam #B11B5B
Tints of Jazzberry Jam #B11B5B
RGB
CMYK
RGB Variations
Color information
#B11B5B (or 0xB11B5B) is known color: Jazzberry Jam. HEX triplet: B1, 1B and 5B. RGB value is (177,27,91). Sum of RGB (Red+Green+Blue) = 177+27+91=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B5B is #4EE4A4. Grayscale: #4F4F4F. Windows color (decimal): -5170341 or 5970865. OLE color: 5970865.
HSL color Cylindrical-coordinate representation of color #B11B5B: hue angle of 334.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B5B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 91 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.31 |
| HSL | 334.4º | 0.74% | 0.4% | - |
| HSV(B) | 334.4º | 0.85% | 0.69% | - |
| XYZ | 20.41 | 10.89 | 10.92 | - |
| YUV | 79.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 91 | 0 | 0.85 | 0.49 | 0.31 | 334.4 | 0.74 | 0.4 |
| Hex | B1 | 1B | 5B | 0 | 55 | 31 | 1F | 14E | 4A | 28 |
| Octal | 261 | 33 | 133 | 0 | 125 | 61 | 37 | 516 | 112 | 50 |
| Binary | 10110001 | 11011 | 1011011 | 0 | 1010101 | 110001 | 11111 | 101001110 | 1001010 | 101000 |
Color Harmonies of #B11B5B
Complementary color
Monochromatic Colors of #B11B5B
Black with #B11B5B
Text Example
Text Example
White with #B11B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B5B; }
p { color: rgb(177,27,91); }
H1.HeaderClassName
{
color: #B11B5B;
}
.AnyTagClassName
{
color: #B11B5B;
}
</style>
background-color css
<style>
a { background-color: #B11B5B; }
a { background-color: rgb(177,27,91); }
div.DivClassName
{
background-color: #B11B5B;
}
.BgClassName
{
background-color: #B11B5B;
}
</style>
border-color css
<style>
span { border-color: #B11B5B; }
span { border-color: rgb(177,27,91); }
td.TdClassName
{
border-color: #B11B5B;
}
.TagClassName
{
border-color: #B11B5B;
}
</style>