Shades of Jazzberry Jam #B1235D
Tints of Jazzberry Jam #B1235D
RGB
CMYK
RGB Variations
Color information
#B1235D (or 0xB1235D) is known color: Jazzberry Jam. HEX triplet: B1, 23 and 5D. RGB value is (177,35,93). Sum of RGB (Red+Green+Blue) = 177+35+93=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1235D is #4EDCA2. Grayscale: #535353. Windows color (decimal): -5168291 or 6103985. OLE color: 6103985.
HSL color Cylindrical-coordinate representation of color #B1235D: hue angle of 335.49º 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 #B1235D is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 93 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.31 |
| HSL | 335.49º | 0.67% | 0.42% | - |
| HSV(B) | 335.49º | 0.8% | 0.69% | - |
| XYZ | 20.71 | 11.34 | 11.45 | - |
| YUV | 84.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 93 | 0 | 0.80 | 0.47 | 0.31 | 335.49 | 0.67 | 0.42 |
| Hex | B1 | 23 | 5D | 0 | 50 | 2F | 1F | 14F | 43 | 2A |
| Octal | 261 | 43 | 135 | 0 | 120 | 57 | 37 | 517 | 103 | 52 |
| Binary | 10110001 | 100011 | 1011101 | 0 | 1010000 | 101111 | 11111 | 101001111 | 1000011 | 101010 |
Color Harmonies of #B1235D
Complementary color
Monochromatic Colors of #B1235D
Black with #B1235D
Text Example
Text Example
White with #B1235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1235D; }
p { color: rgb(177,35,93); }
H1.HeaderClassName
{
color: #B1235D;
}
.AnyTagClassName
{
color: #B1235D;
}
</style>
background-color css
<style>
a { background-color: #B1235D; }
a { background-color: rgb(177,35,93); }
div.DivClassName
{
background-color: #B1235D;
}
.BgClassName
{
background-color: #B1235D;
}
</style>
border-color css
<style>
span { border-color: #B1235D; }
span { border-color: rgb(177,35,93); }
td.TdClassName
{
border-color: #B1235D;
}
.TagClassName
{
border-color: #B1235D;
}
</style>