Shades of Jazzberry Jam #B11463
Tints of Jazzberry Jam #B11463
RGB
CMYK
RGB Variations
Color information
#B11463 (or 0xB11463) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 63. RGB value is (177,20,99). Sum of RGB (Red+Green+Blue) = 177+20+99=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11463 is #4EEB9C. Grayscale: #4B4B4B. Windows color (decimal): -5172125 or 6493361. OLE color: 6493361.
HSL color Cylindrical-coordinate representation of color #B11463: hue angle of 329.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11463 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 99 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.31 |
| HSL | 329.81º | 0.8% | 0.39% | - |
| HSV(B) | 329.81º | 0.89% | 0.69% | - |
| XYZ | 20.63 | 10.75 | 12.79 | - |
| YUV | 75.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 99 | 0 | 0.89 | 0.44 | 0.31 | 329.81 | 0.8 | 0.39 |
| Hex | B1 | 14 | 63 | 0 | 59 | 2C | 1F | 14A | 50 | 27 |
| Octal | 261 | 24 | 143 | 0 | 131 | 54 | 37 | 512 | 120 | 47 |
| Binary | 10110001 | 10100 | 1100011 | 0 | 1011001 | 101100 | 11111 | 101001010 | 1010000 | 100111 |
Color Harmonies of #B11463
Complementary color
Monochromatic Colors of #B11463
Black with #B11463
Text Example
Text Example
White with #B11463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11463; }
p { color: rgb(177,20,99); }
H1.HeaderClassName
{
color: #B11463;
}
.AnyTagClassName
{
color: #B11463;
}
</style>
background-color css
<style>
a { background-color: #B11463; }
a { background-color: rgb(177,20,99); }
div.DivClassName
{
background-color: #B11463;
}
.BgClassName
{
background-color: #B11463;
}
</style>
border-color css
<style>
span { border-color: #B11463; }
span { border-color: rgb(177,20,99); }
td.TdClassName
{
border-color: #B11463;
}
.TagClassName
{
border-color: #B11463;
}
</style>