Shades of Jazzberry Jam #B11E6D
Tints of Jazzberry Jam #B11E6D
RGB
CMYK
RGB Variations
Color information
#B11E6D (or 0xB11E6D) is known color: Jazzberry Jam. HEX triplet: B1, 1E and 6D. RGB value is (177,30,109). Sum of RGB (Red+Green+Blue) = 177+30+109=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E6D is #4EE192. Grayscale: #525252. Windows color (decimal): -5169555 or 7151281. OLE color: 7151281.
HSL color Cylindrical-coordinate representation of color #B11E6D: hue angle of 327.76º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E6D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 109 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.31 |
| HSL | 327.76º | 0.71% | 0.41% | - |
| HSV(B) | 327.76º | 0.83% | 0.69% | - |
| XYZ | 21.36 | 11.38 | 15.54 | - |
| YUV | 82.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 109 | 0 | 0.83 | 0.38 | 0.31 | 327.76 | 0.71 | 0.41 |
| Hex | B1 | 1E | 6D | 0 | 53 | 26 | 1F | 148 | 47 | 29 |
| Octal | 261 | 36 | 155 | 0 | 123 | 46 | 37 | 510 | 107 | 51 |
| Binary | 10110001 | 11110 | 1101101 | 0 | 1010011 | 100110 | 11111 | 101001000 | 1000111 | 101001 |
Color Harmonies of #B11E6D
Complementary color
Monochromatic Colors of #B11E6D
Black with #B11E6D
Text Example
Text Example
White with #B11E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11E6D; }
p { color: rgb(177,30,109); }
H1.HeaderClassName
{
color: #B11E6D;
}
.AnyTagClassName
{
color: #B11E6D;
}
</style>
background-color css
<style>
a { background-color: #B11E6D; }
a { background-color: rgb(177,30,109); }
div.DivClassName
{
background-color: #B11E6D;
}
.BgClassName
{
background-color: #B11E6D;
}
</style>
border-color css
<style>
span { border-color: #B11E6D; }
span { border-color: rgb(177,30,109); }
td.TdClassName
{
border-color: #B11E6D;
}
.TagClassName
{
border-color: #B11E6D;
}
</style>