Shades of Jazzberry Jam #B1235C
Tints of Jazzberry Jam #B1235C
RGB
CMYK
RGB Variations
Color information
#B1235C (or 0xB1235C) is known color: Jazzberry Jam. HEX triplet: B1, 23 and 5C. RGB value is (177,35,92). Sum of RGB (Red+Green+Blue) = 177+35+92=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1235C is #4EDCA3. Grayscale: #535353. Windows color (decimal): -5168292 or 6038449. OLE color: 6038449.
HSL color Cylindrical-coordinate representation of color #B1235C: hue angle of 335.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1235C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 92 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.31 |
| HSL | 335.92º | 0.67% | 0.42% | - |
| HSV(B) | 335.92º | 0.8% | 0.69% | - |
| XYZ | 20.66 | 11.32 | 11.22 | - |
| YUV | 83.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 92 | 0 | 0.80 | 0.48 | 0.31 | 335.92 | 0.67 | 0.42 |
| Hex | B1 | 23 | 5C | 0 | 50 | 30 | 1F | 150 | 43 | 2A |
| Octal | 261 | 43 | 134 | 0 | 120 | 60 | 37 | 520 | 103 | 52 |
| Binary | 10110001 | 100011 | 1011100 | 0 | 1010000 | 110000 | 11111 | 101010000 | 1000011 | 101010 |
Color Harmonies of #B1235C
Complementary color
Monochromatic Colors of #B1235C
Black with #B1235C
Text Example
Text Example
White with #B1235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1235C; }
p { color: rgb(177,35,92); }
H1.HeaderClassName
{
color: #B1235C;
}
.AnyTagClassName
{
color: #B1235C;
}
</style>
background-color css
<style>
a { background-color: #B1235C; }
a { background-color: rgb(177,35,92); }
div.DivClassName
{
background-color: #B1235C;
}
.BgClassName
{
background-color: #B1235C;
}
</style>
border-color css
<style>
span { border-color: #B1235C; }
span { border-color: rgb(177,35,92); }
td.TdClassName
{
border-color: #B1235C;
}
.TagClassName
{
border-color: #B1235C;
}
</style>