Shades of Jazzberry Jam #B11353
Tints of Jazzberry Jam #B11353
RGB
CMYK
RGB Variations
Color information
#B11353 (or 0xB11353) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 53. RGB value is (177,19,83). Sum of RGB (Red+Green+Blue) = 177+19+83=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B11353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11353 is #4EECAC. Grayscale: #494949. Windows color (decimal): -5172397 or 5444529. OLE color: 5444529.
HSL color Cylindrical-coordinate representation of color #B11353: hue angle of 335.7º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11353 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 83 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.31 |
| HSL | 335.7º | 0.81% | 0.38% | - |
| HSV(B) | 335.7º | 0.89% | 0.69% | - |
| XYZ | 19.93 | 10.44 | 9.15 | - |
| YUV | 73.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 83 | 0 | 0.89 | 0.53 | 0.31 | 335.7 | 0.81 | 0.38 |
| Hex | B1 | 13 | 53 | 0 | 59 | 35 | 1F | 150 | 51 | 26 |
| Octal | 261 | 23 | 123 | 0 | 131 | 65 | 37 | 520 | 121 | 46 |
| Binary | 10110001 | 10011 | 1010011 | 0 | 1011001 | 110101 | 11111 | 101010000 | 1010001 | 100110 |
Color Harmonies of #B11353
Complementary color
Monochromatic Colors of #B11353
Black with #B11353
Text Example
Text Example
White with #B11353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11353; }
p { color: rgb(177,19,83); }
H1.HeaderClassName
{
color: #B11353;
}
.AnyTagClassName
{
color: #B11353;
}
</style>
background-color css
<style>
a { background-color: #B11353; }
a { background-color: rgb(177,19,83); }
div.DivClassName
{
background-color: #B11353;
}
.BgClassName
{
background-color: #B11353;
}
</style>
border-color css
<style>
span { border-color: #B11353; }
span { border-color: rgb(177,19,83); }
td.TdClassName
{
border-color: #B11353;
}
.TagClassName
{
border-color: #B11353;
}
</style>