Shades of Jazzberry Jam #B11D6A
Tints of Jazzberry Jam #B11D6A
RGB
CMYK
RGB Variations
Color information
#B11D6A (or 0xB11D6A) is known color: Jazzberry Jam. HEX triplet: B1, 1D and 6A. RGB value is (177,29,106). Sum of RGB (Red+Green+Blue) = 177+29+106=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D6A is #4EE295. Grayscale: #515151. Windows color (decimal): -5169814 or 6954417. OLE color: 6954417.
HSL color Cylindrical-coordinate representation of color #B11D6A: hue angle of 328.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D6A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 106 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.31 |
| HSL | 328.78º | 0.72% | 0.4% | - |
| HSV(B) | 328.78º | 0.84% | 0.69% | - |
| XYZ | 21.17 | 11.27 | 14.69 | - |
| YUV | 82.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 106 | 0 | 0.84 | 0.40 | 0.31 | 328.78 | 0.72 | 0.4 |
| Hex | B1 | 1D | 6A | 0 | 54 | 28 | 1F | 149 | 48 | 28 |
| Octal | 261 | 35 | 152 | 0 | 124 | 50 | 37 | 511 | 110 | 50 |
| Binary | 10110001 | 11101 | 1101010 | 0 | 1010100 | 101000 | 11111 | 101001001 | 1001000 | 101000 |
Color Harmonies of #B11D6A
Complementary color
Monochromatic Colors of #B11D6A
Black with #B11D6A
Text Example
Text Example
White with #B11D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D6A; }
p { color: rgb(177,29,106); }
H1.HeaderClassName
{
color: #B11D6A;
}
.AnyTagClassName
{
color: #B11D6A;
}
</style>
background-color css
<style>
a { background-color: #B11D6A; }
a { background-color: rgb(177,29,106); }
div.DivClassName
{
background-color: #B11D6A;
}
.BgClassName
{
background-color: #B11D6A;
}
</style>
border-color css
<style>
span { border-color: #B11D6A; }
span { border-color: rgb(177,29,106); }
td.TdClassName
{
border-color: #B11D6A;
}
.TagClassName
{
border-color: #B11D6A;
}
</style>