Shades of Jazzberry Jam #B1005B
Tints of Jazzberry Jam #B1005B
RGB
CMYK
RGB Variations
Color information
#B1005B (or 0xB1005B) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 5B. RGB value is (177,0,91). Sum of RGB (Red+Green+Blue) = 177+0+91=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1005B is #4EFFA4. Grayscale: #3F3F3F. Windows color (decimal): -5177253 or 5963953. OLE color: 5963953.
HSL color Cylindrical-coordinate representation of color #B1005B: hue angle of 329.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1005B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.49 | 0.31 |
| HSL | 329.15º | 1% | 0.35% | - |
| HSV(B) | 329.15º | 1% | 0.69% | - |
| XYZ | 20.02 | 10.1 | 10.79 | - |
| YUV | 63.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 91 | 0 | 1 | 0.49 | 0.31 | 329.15 | 1 | 0.35 |
| Hex | B1 | 0 | 5B | 0 | 64 | 31 | 1F | 149 | 64 | 23 |
| Octal | 261 | 0 | 133 | 0 | 144 | 61 | 37 | 511 | 144 | 43 |
| Binary | 10110001 | 0 | 1011011 | 0 | 1100100 | 110001 | 11111 | 101001001 | 1100100 | 100011 |
Color Harmonies of #B1005B
Complementary color
Monochromatic Colors of #B1005B
Black with #B1005B
Text Example
Text Example
White with #B1005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1005B; }
p { color: rgb(177,0,91); }
H1.HeaderClassName
{
color: #B1005B;
}
.AnyTagClassName
{
color: #B1005B;
}
</style>
background-color css
<style>
a { background-color: #B1005B; }
a { background-color: rgb(177,0,91); }
div.DivClassName
{
background-color: #B1005B;
}
.BgClassName
{
background-color: #B1005B;
}
</style>
border-color css
<style>
span { border-color: #B1005B; }
span { border-color: rgb(177,0,91); }
td.TdClassName
{
border-color: #B1005B;
}
.TagClassName
{
border-color: #B1005B;
}
</style>