Shades of Jazzberry Jam #B11664
Tints of Jazzberry Jam #B11664
RGB
CMYK
RGB Variations
Color information
#B11664 (or 0xB11664) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 64. RGB value is (177,22,100). Sum of RGB (Red+Green+Blue) = 177+22+100=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11664 is #4EE99B. Grayscale: #4D4D4D. Windows color (decimal): -5171612 or 6559409. OLE color: 6559409.
HSL color Cylindrical-coordinate representation of color #B11664: hue angle of 329.81º 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 #B11664 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 100 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.31 |
| HSL | 329.81º | 0.78% | 0.39% | - |
| HSV(B) | 329.81º | 0.88% | 0.69% | - |
| XYZ | 20.72 | 10.84 | 13.06 | - |
| YUV | 77.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 100 | 0 | 0.88 | 0.44 | 0.31 | 329.81 | 0.78 | 0.39 |
| Hex | B1 | 16 | 64 | 0 | 58 | 2C | 1F | 14A | 4E | 27 |
| Octal | 261 | 26 | 144 | 0 | 130 | 54 | 37 | 512 | 116 | 47 |
| Binary | 10110001 | 10110 | 1100100 | 0 | 1011000 | 101100 | 11111 | 101001010 | 1001110 | 100111 |
Color Harmonies of #B11664
Complementary color
Monochromatic Colors of #B11664
Black with #B11664
Text Example
Text Example
White with #B11664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11664; }
p { color: rgb(177,22,100); }
H1.HeaderClassName
{
color: #B11664;
}
.AnyTagClassName
{
color: #B11664;
}
</style>
background-color css
<style>
a { background-color: #B11664; }
a { background-color: rgb(177,22,100); }
div.DivClassName
{
background-color: #B11664;
}
.BgClassName
{
background-color: #B11664;
}
</style>
border-color css
<style>
span { border-color: #B11664; }
span { border-color: rgb(177,22,100); }
td.TdClassName
{
border-color: #B11664;
}
.TagClassName
{
border-color: #B11664;
}
</style>