Shades of Jazzberry Jam #B11362
Tints of Jazzberry Jam #B11362
RGB
CMYK
RGB Variations
Color information
#B11362 (or 0xB11362) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 62. RGB value is (177,19,98). Sum of RGB (Red+Green+Blue) = 177+19+98=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B11362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11362 is #4EEC9D. Grayscale: #4B4B4B. Windows color (decimal): -5172382 or 6427569. OLE color: 6427569.
HSL color Cylindrical-coordinate representation of color #B11362: hue angle of 330º 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 #B11362 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 98 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.31 |
| HSL | 330º | 0.81% | 0.38% | - |
| HSV(B) | 330º | 0.89% | 0.69% | - |
| XYZ | 20.57 | 10.69 | 12.54 | - |
| YUV | 75.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 98 | 0 | 0.89 | 0.45 | 0.31 | 330 | 0.81 | 0.38 |
| Hex | B1 | 13 | 62 | 0 | 59 | 2D | 1F | 14A | 51 | 26 |
| Octal | 261 | 23 | 142 | 0 | 131 | 55 | 37 | 512 | 121 | 46 |
| Binary | 10110001 | 10011 | 1100010 | 0 | 1011001 | 101101 | 11111 | 101001010 | 1010001 | 100110 |
Color Harmonies of #B11362
Complementary color
Monochromatic Colors of #B11362
Black with #B11362
Text Example
Text Example
White with #B11362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11362; }
p { color: rgb(177,19,98); }
H1.HeaderClassName
{
color: #B11362;
}
.AnyTagClassName
{
color: #B11362;
}
</style>
background-color css
<style>
a { background-color: #B11362; }
a { background-color: rgb(177,19,98); }
div.DivClassName
{
background-color: #B11362;
}
.BgClassName
{
background-color: #B11362;
}
</style>
border-color css
<style>
span { border-color: #B11362; }
span { border-color: rgb(177,19,98); }
td.TdClassName
{
border-color: #B11362;
}
.TagClassName
{
border-color: #B11362;
}
</style>