Shades of Jazzberry Jam #B11265
Tints of Jazzberry Jam #B11265
RGB
CMYK
RGB Variations
Color information
#B11265 (or 0xB11265) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 65. RGB value is (177,18,101). Sum of RGB (Red+Green+Blue) = 177+18+101=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11265 is #4EED9A. Grayscale: #4A4A4A. Windows color (decimal): -5172635 or 6623921. OLE color: 6623921.
HSL color Cylindrical-coordinate representation of color #B11265: hue angle of 328.68º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11265 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 101 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.31 |
| HSL | 328.68º | 0.82% | 0.38% | - |
| HSV(B) | 328.68º | 0.9% | 0.69% | - |
| XYZ | 20.7 | 10.72 | 13.29 | - |
| YUV | 75 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 101 | 0 | 0.90 | 0.43 | 0.31 | 328.68 | 0.82 | 0.38 |
| Hex | B1 | 12 | 65 | 0 | 5A | 2B | 1F | 149 | 52 | 26 |
| Octal | 261 | 22 | 145 | 0 | 132 | 53 | 37 | 511 | 122 | 46 |
| Binary | 10110001 | 10010 | 1100101 | 0 | 1011010 | 101011 | 11111 | 101001001 | 1010010 | 100110 |
Color Harmonies of #B11265
Complementary color
Monochromatic Colors of #B11265
Black with #B11265
Text Example
Text Example
White with #B11265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11265; }
p { color: rgb(177,18,101); }
H1.HeaderClassName
{
color: #B11265;
}
.AnyTagClassName
{
color: #B11265;
}
</style>
background-color css
<style>
a { background-color: #B11265; }
a { background-color: rgb(177,18,101); }
div.DivClassName
{
background-color: #B11265;
}
.BgClassName
{
background-color: #B11265;
}
</style>
border-color css
<style>
span { border-color: #B11265; }
span { border-color: rgb(177,18,101); }
td.TdClassName
{
border-color: #B11265;
}
.TagClassName
{
border-color: #B11265;
}
</style>