Shades of Jazzberry Jam #B11052
Tints of Jazzberry Jam #B11052
RGB
CMYK
RGB Variations
Color information
#B11052 (or 0xB11052) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 52. RGB value is (177,16,82). Sum of RGB (Red+Green+Blue) = 177+16+82=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B11052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11052 is #4EEFAD. Grayscale: #474747. Windows color (decimal): -5173166 or 5378225. OLE color: 5378225.
HSL color Cylindrical-coordinate representation of color #B11052: hue angle of 335.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11052 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 82 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.31 |
| HSL | 335.4º | 0.83% | 0.38% | - |
| HSV(B) | 335.4º | 0.91% | 0.69% | - |
| XYZ | 19.84 | 10.33 | 8.93 | - |
| YUV | 71.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 82 | 0 | 0.91 | 0.54 | 0.31 | 335.4 | 0.83 | 0.38 |
| Hex | B1 | 10 | 52 | 0 | 5B | 36 | 1F | 14F | 53 | 26 |
| Octal | 261 | 20 | 122 | 0 | 133 | 66 | 37 | 517 | 123 | 46 |
| Binary | 10110001 | 10000 | 1010010 | 0 | 1011011 | 110110 | 11111 | 101001111 | 1010011 | 100110 |
Color Harmonies of #B11052
Complementary color
Monochromatic Colors of #B11052
Black with #B11052
Text Example
Text Example
White with #B11052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11052; }
p { color: rgb(177,16,82); }
H1.HeaderClassName
{
color: #B11052;
}
.AnyTagClassName
{
color: #B11052;
}
</style>
background-color css
<style>
a { background-color: #B11052; }
a { background-color: rgb(177,16,82); }
div.DivClassName
{
background-color: #B11052;
}
.BgClassName
{
background-color: #B11052;
}
</style>
border-color css
<style>
span { border-color: #B11052; }
span { border-color: rgb(177,16,82); }
td.TdClassName
{
border-color: #B11052;
}
.TagClassName
{
border-color: #B11052;
}
</style>