Shades of Jazzberry Jam #B1015D
Tints of Jazzberry Jam #B1015D
RGB
CMYK
RGB Variations
Color information
#B1015D (or 0xB1015D) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 5D. RGB value is (177,1,93). Sum of RGB (Red+Green+Blue) = 177+1+93=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1015D is #4EFEA2. Grayscale: #3F3F3F. Windows color (decimal): -5176995 or 6095281. OLE color: 6095281.
HSL color Cylindrical-coordinate representation of color #B1015D: hue angle of 328.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1015D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.31 |
| HSL | 328.64º | 0.99% | 0.35% | - |
| HSV(B) | 328.64º | 0.99% | 0.69% | - |
| XYZ | 20.12 | 10.16 | 11.26 | - |
| YUV | 64.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 93 | 0 | 0.99 | 0.47 | 0.31 | 328.64 | 0.99 | 0.35 |
| Hex | B1 | 1 | 5D | 0 | 63 | 2F | 1F | 149 | 63 | 23 |
| Octal | 261 | 1 | 135 | 0 | 143 | 57 | 37 | 511 | 143 | 43 |
| Binary | 10110001 | 1 | 1011101 | 0 | 1100011 | 101111 | 11111 | 101001001 | 1100011 | 100011 |
Color Harmonies of #B1015D
Complementary color
Monochromatic Colors of #B1015D
Black with #B1015D
Text Example
Text Example
White with #B1015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1015D; }
p { color: rgb(177,1,93); }
H1.HeaderClassName
{
color: #B1015D;
}
.AnyTagClassName
{
color: #B1015D;
}
</style>
background-color css
<style>
a { background-color: #B1015D; }
a { background-color: rgb(177,1,93); }
div.DivClassName
{
background-color: #B1015D;
}
.BgClassName
{
background-color: #B1015D;
}
</style>
border-color css
<style>
span { border-color: #B1015D; }
span { border-color: rgb(177,1,93); }
td.TdClassName
{
border-color: #B1015D;
}
.TagClassName
{
border-color: #B1015D;
}
</style>