Shades of Jazzberry Jam #B11166
Tints of Jazzberry Jam #B11166
RGB
CMYK
RGB Variations
Color information
#B11166 (or 0xB11166) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 66. RGB value is (177,17,102). Sum of RGB (Red+Green+Blue) = 177+17+102=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11166 is #4EEE99. Grayscale: #4A4A4A. Windows color (decimal): -5172890 or 6689201. OLE color: 6689201.
HSL color Cylindrical-coordinate representation of color #B11166: hue angle of 328.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11166 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 102 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.31 |
| HSL | 328.13º | 0.82% | 0.38% | - |
| HSV(B) | 328.13º | 0.9% | 0.69% | - |
| XYZ | 20.73 | 10.71 | 13.54 | - |
| YUV | 74.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 102 | 0 | 0.90 | 0.42 | 0.31 | 328.13 | 0.82 | 0.38 |
| Hex | B1 | 11 | 66 | 0 | 5A | 2A | 1F | 148 | 52 | 26 |
| Octal | 261 | 21 | 146 | 0 | 132 | 52 | 37 | 510 | 122 | 46 |
| Binary | 10110001 | 10001 | 1100110 | 0 | 1011010 | 101010 | 11111 | 101001000 | 1010010 | 100110 |
Color Harmonies of #B11166
Complementary color
Monochromatic Colors of #B11166
Black with #B11166
Text Example
Text Example
White with #B11166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11166; }
p { color: rgb(177,17,102); }
H1.HeaderClassName
{
color: #B11166;
}
.AnyTagClassName
{
color: #B11166;
}
</style>
background-color css
<style>
a { background-color: #B11166; }
a { background-color: rgb(177,17,102); }
div.DivClassName
{
background-color: #B11166;
}
.BgClassName
{
background-color: #B11166;
}
</style>
border-color css
<style>
span { border-color: #B11166; }
span { border-color: rgb(177,17,102); }
td.TdClassName
{
border-color: #B11166;
}
.TagClassName
{
border-color: #B11166;
}
</style>