Shades of Jazzberry Jam #B1105D
Tints of Jazzberry Jam #B1105D
RGB
CMYK
RGB Variations
Color information
#B1105D (or 0xB1105D) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 5D. RGB value is (177,16,93). Sum of RGB (Red+Green+Blue) = 177+16+93=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1105D is #4EEFA2. Grayscale: #484848. Windows color (decimal): -5173155 or 6099121. OLE color: 6099121.
HSL color Cylindrical-coordinate representation of color #B1105D: hue angle of 331.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1105D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 93 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.31 |
| HSL | 331.3º | 0.83% | 0.38% | - |
| HSV(B) | 331.3º | 0.91% | 0.69% | - |
| XYZ | 20.29 | 10.51 | 11.31 | - |
| YUV | 72.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 93 | 0 | 0.91 | 0.47 | 0.31 | 331.3 | 0.83 | 0.38 |
| Hex | B1 | 10 | 5D | 0 | 5B | 2F | 1F | 14B | 53 | 26 |
| Octal | 261 | 20 | 135 | 0 | 133 | 57 | 37 | 513 | 123 | 46 |
| Binary | 10110001 | 10000 | 1011101 | 0 | 1011011 | 101111 | 11111 | 101001011 | 1010011 | 100110 |
Color Harmonies of #B1105D
Complementary color
Monochromatic Colors of #B1105D
Black with #B1105D
Text Example
Text Example
White with #B1105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1105D; }
p { color: rgb(177,16,93); }
H1.HeaderClassName
{
color: #B1105D;
}
.AnyTagClassName
{
color: #B1105D;
}
</style>
background-color css
<style>
a { background-color: #B1105D; }
a { background-color: rgb(177,16,93); }
div.DivClassName
{
background-color: #B1105D;
}
.BgClassName
{
background-color: #B1105D;
}
</style>
border-color css
<style>
span { border-color: #B1105D; }
span { border-color: rgb(177,16,93); }
td.TdClassName
{
border-color: #B1105D;
}
.TagClassName
{
border-color: #B1105D;
}
</style>