Shades of Jazzberry Jam #B11667
Tints of Jazzberry Jam #B11667
RGB
CMYK
RGB Variations
Color information
#B11667 (or 0xB11667) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 67. RGB value is (177,22,103). Sum of RGB (Red+Green+Blue) = 177+22+103=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B11667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11667 is #4EE998. Grayscale: #4D4D4D. Windows color (decimal): -5171609 or 6756017. OLE color: 6756017.
HSL color Cylindrical-coordinate representation of color #B11667: hue angle of 328.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11667 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 103 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.31 |
| HSL | 328.65º | 0.78% | 0.39% | - |
| HSV(B) | 328.65º | 0.88% | 0.69% | - |
| XYZ | 20.87 | 10.9 | 13.84 | - |
| YUV | 77.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 103 | 0 | 0.88 | 0.42 | 0.31 | 328.65 | 0.78 | 0.39 |
| Hex | B1 | 16 | 67 | 0 | 58 | 2A | 1F | 149 | 4E | 27 |
| Octal | 261 | 26 | 147 | 0 | 130 | 52 | 37 | 511 | 116 | 47 |
| Binary | 10110001 | 10110 | 1100111 | 0 | 1011000 | 101010 | 11111 | 101001001 | 1001110 | 100111 |
Color Harmonies of #B11667
Complementary color
Monochromatic Colors of #B11667
Black with #B11667
Text Example
Text Example
White with #B11667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11667; }
p { color: rgb(177,22,103); }
H1.HeaderClassName
{
color: #B11667;
}
.AnyTagClassName
{
color: #B11667;
}
</style>
background-color css
<style>
a { background-color: #B11667; }
a { background-color: rgb(177,22,103); }
div.DivClassName
{
background-color: #B11667;
}
.BgClassName
{
background-color: #B11667;
}
</style>
border-color css
<style>
span { border-color: #B11667; }
span { border-color: rgb(177,22,103); }
td.TdClassName
{
border-color: #B11667;
}
.TagClassName
{
border-color: #B11667;
}
</style>