Shades of Jazzberry Jam #B11465
Tints of Jazzberry Jam #B11465
RGB
CMYK
RGB Variations
Color information
#B11465 (or 0xB11465) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 65. RGB value is (177,20,101). Sum of RGB (Red+Green+Blue) = 177+20+101=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11465 is #4EEB9A. Grayscale: #4C4C4C. Windows color (decimal): -5172123 or 6624433. OLE color: 6624433.
HSL color Cylindrical-coordinate representation of color #B11465: hue angle of 329.04º 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 #B11465 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 101 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.31 |
| HSL | 329.04º | 0.8% | 0.39% | - |
| HSV(B) | 329.04º | 0.89% | 0.69% | - |
| XYZ | 20.73 | 10.79 | 13.3 | - |
| YUV | 76.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 101 | 0 | 0.89 | 0.43 | 0.31 | 329.04 | 0.8 | 0.39 |
| Hex | B1 | 14 | 65 | 0 | 59 | 2B | 1F | 149 | 50 | 27 |
| Octal | 261 | 24 | 145 | 0 | 131 | 53 | 37 | 511 | 120 | 47 |
| Binary | 10110001 | 10100 | 1100101 | 0 | 1011001 | 101011 | 11111 | 101001001 | 1010000 | 100111 |
Color Harmonies of #B11465
Complementary color
Monochromatic Colors of #B11465
Black with #B11465
Text Example
Text Example
White with #B11465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11465; }
p { color: rgb(177,20,101); }
H1.HeaderClassName
{
color: #B11465;
}
.AnyTagClassName
{
color: #B11465;
}
</style>
background-color css
<style>
a { background-color: #B11465; }
a { background-color: rgb(177,20,101); }
div.DivClassName
{
background-color: #B11465;
}
.BgClassName
{
background-color: #B11465;
}
</style>
border-color css
<style>
span { border-color: #B11465; }
span { border-color: rgb(177,20,101); }
td.TdClassName
{
border-color: #B11465;
}
.TagClassName
{
border-color: #B11465;
}
</style>