Shades of Jazzberry Jam #B1215B
Tints of Jazzberry Jam #B1215B
RGB
CMYK
RGB Variations
Color information
#B1215B (or 0xB1215B) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 5B. RGB value is (177,33,91). Sum of RGB (Red+Green+Blue) = 177+33+91=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1215B is #4EDEA4. Grayscale: #525252. Windows color (decimal): -5168805 or 5972401. OLE color: 5972401.
HSL color Cylindrical-coordinate representation of color #B1215B: hue angle of 335.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1215B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 91 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.31 |
| HSL | 335.83º | 0.69% | 0.41% | - |
| HSV(B) | 335.83º | 0.81% | 0.69% | - |
| XYZ | 20.56 | 11.19 | 10.97 | - |
| YUV | 82.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 91 | 0 | 0.81 | 0.49 | 0.31 | 335.83 | 0.69 | 0.41 |
| Hex | B1 | 21 | 5B | 0 | 51 | 31 | 1F | 150 | 45 | 29 |
| Octal | 261 | 41 | 133 | 0 | 121 | 61 | 37 | 520 | 105 | 51 |
| Binary | 10110001 | 100001 | 1011011 | 0 | 1010001 | 110001 | 11111 | 101010000 | 1000101 | 101001 |
Color Harmonies of #B1215B
Complementary color
Monochromatic Colors of #B1215B
Black with #B1215B
Text Example
Text Example
White with #B1215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1215B; }
p { color: rgb(177,33,91); }
H1.HeaderClassName
{
color: #B1215B;
}
.AnyTagClassName
{
color: #B1215B;
}
</style>
background-color css
<style>
a { background-color: #B1215B; }
a { background-color: rgb(177,33,91); }
div.DivClassName
{
background-color: #B1215B;
}
.BgClassName
{
background-color: #B1215B;
}
</style>
border-color css
<style>
span { border-color: #B1215B; }
span { border-color: rgb(177,33,91); }
td.TdClassName
{
border-color: #B1215B;
}
.TagClassName
{
border-color: #B1215B;
}
</style>