Shades of Jazzberry Jam #B10F4D
Tints of Jazzberry Jam #B10F4D
RGB
CMYK
RGB Variations
Color information
#B10F4D (or 0xB10F4D) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 4D. RGB value is (177,15,77). Sum of RGB (Red+Green+Blue) = 177+15+77=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F4D is #4EF0B2. Grayscale: #464646. Windows color (decimal): -5173427 or 5050289. OLE color: 5050289.
HSL color Cylindrical-coordinate representation of color #B10F4D: hue angle of 337.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F4D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 77 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.31 |
| HSL | 337.04º | 0.84% | 0.38% | - |
| HSV(B) | 337.04º | 0.92% | 0.69% | - |
| XYZ | 19.64 | 10.22 | 7.96 | - |
| YUV | 70.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 77 | 0 | 0.92 | 0.56 | 0.31 | 337.04 | 0.84 | 0.38 |
| Hex | B1 | F | 4D | 0 | 5C | 38 | 1F | 151 | 54 | 26 |
| Octal | 261 | 17 | 115 | 0 | 134 | 70 | 37 | 521 | 124 | 46 |
| Binary | 10110001 | 1111 | 1001101 | 0 | 1011100 | 111000 | 11111 | 101010001 | 1010100 | 100110 |
Color Harmonies of #B10F4D
Complementary color
Monochromatic Colors of #B10F4D
Black with #B10F4D
Text Example
Text Example
White with #B10F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F4D; }
p { color: rgb(177,15,77); }
H1.HeaderClassName
{
color: #B10F4D;
}
.AnyTagClassName
{
color: #B10F4D;
}
</style>
background-color css
<style>
a { background-color: #B10F4D; }
a { background-color: rgb(177,15,77); }
div.DivClassName
{
background-color: #B10F4D;
}
.BgClassName
{
background-color: #B10F4D;
}
</style>
border-color css
<style>
span { border-color: #B10F4D; }
span { border-color: rgb(177,15,77); }
td.TdClassName
{
border-color: #B10F4D;
}
.TagClassName
{
border-color: #B10F4D;
}
</style>