Shades of Jazzberry Jam #B11769
Tints of Jazzberry Jam #B11769
RGB
CMYK
RGB Variations
Color information
#B11769 (or 0xB11769) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 69. RGB value is (177,23,105). Sum of RGB (Red+Green+Blue) = 177+23+105=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B11769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11769 is #4EE896. Grayscale: #4E4E4E. Windows color (decimal): -5171351 or 6887345. OLE color: 6887345.
HSL color Cylindrical-coordinate representation of color #B11769: hue angle of 328.05º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11769 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 105 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.31 |
| HSL | 328.05º | 0.77% | 0.39% | - |
| HSV(B) | 328.05º | 0.87% | 0.69% | - |
| XYZ | 20.99 | 10.98 | 14.38 | - |
| YUV | 78.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 105 | 0 | 0.87 | 0.41 | 0.31 | 328.05 | 0.77 | 0.39 |
| Hex | B1 | 17 | 69 | 0 | 57 | 29 | 1F | 148 | 4D | 27 |
| Octal | 261 | 27 | 151 | 0 | 127 | 51 | 37 | 510 | 115 | 47 |
| Binary | 10110001 | 10111 | 1101001 | 0 | 1010111 | 101001 | 11111 | 101001000 | 1001101 | 100111 |
Color Harmonies of #B11769
Complementary color
Monochromatic Colors of #B11769
Black with #B11769
Text Example
Text Example
White with #B11769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11769; }
p { color: rgb(177,23,105); }
H1.HeaderClassName
{
color: #B11769;
}
.AnyTagClassName
{
color: #B11769;
}
</style>
background-color css
<style>
a { background-color: #B11769; }
a { background-color: rgb(177,23,105); }
div.DivClassName
{
background-color: #B11769;
}
.BgClassName
{
background-color: #B11769;
}
</style>
border-color css
<style>
span { border-color: #B11769; }
span { border-color: rgb(177,23,105); }
td.TdClassName
{
border-color: #B11769;
}
.TagClassName
{
border-color: #B11769;
}
</style>