Shades of Jazzberry Jam #B11168
Tints of Jazzberry Jam #B11168
RGB
CMYK
RGB Variations
Color information
#B11168 (or 0xB11168) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 68. RGB value is (177,17,104). Sum of RGB (Red+Green+Blue) = 177+17+104=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11168 is #4EEE97. Grayscale: #4A4A4A. Windows color (decimal): -5172888 or 6820273. OLE color: 6820273.
HSL color Cylindrical-coordinate representation of color #B11168: hue angle of 327.38º 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 #B11168 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 104 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.31 |
| HSL | 327.38º | 0.82% | 0.38% | - |
| HSV(B) | 327.38º | 0.9% | 0.69% | - |
| XYZ | 20.83 | 10.75 | 14.07 | - |
| YUV | 74.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 104 | 0 | 0.90 | 0.41 | 0.31 | 327.38 | 0.82 | 0.38 |
| Hex | B1 | 11 | 68 | 0 | 5A | 29 | 1F | 147 | 52 | 26 |
| Octal | 261 | 21 | 150 | 0 | 132 | 51 | 37 | 507 | 122 | 46 |
| Binary | 10110001 | 10001 | 1101000 | 0 | 1011010 | 101001 | 11111 | 101000111 | 1010010 | 100110 |
Color Harmonies of #B11168
Complementary color
Monochromatic Colors of #B11168
Black with #B11168
Text Example
Text Example
White with #B11168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11168; }
p { color: rgb(177,17,104); }
H1.HeaderClassName
{
color: #B11168;
}
.AnyTagClassName
{
color: #B11168;
}
</style>
background-color css
<style>
a { background-color: #B11168; }
a { background-color: rgb(177,17,104); }
div.DivClassName
{
background-color: #B11168;
}
.BgClassName
{
background-color: #B11168;
}
</style>
border-color css
<style>
span { border-color: #B11168; }
span { border-color: rgb(177,17,104); }
td.TdClassName
{
border-color: #B11168;
}
.TagClassName
{
border-color: #B11168;
}
</style>