Shades of Jazzberry Jam #B10046
Tints of Jazzberry Jam #B10046
RGB
CMYK
RGB Variations
Color information
#B10046 (or 0xB10046) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 46. RGB value is (177,0,70). Sum of RGB (Red+Green+Blue) = 177+0+70=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B10046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10046 is #4EFFB9. Grayscale: #3C3C3C. Windows color (decimal): -5177274 or 4587697. OLE color: 4587697.
HSL color Cylindrical-coordinate representation of color #B10046: hue angle of 336.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10046 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.60 | 0.31 |
| HSL | 336.27º | 1% | 0.35% | - |
| HSV(B) | 336.27º | 1% | 0.69% | - |
| XYZ | 19.24 | 9.79 | 6.67 | - |
| YUV | 60.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 70 | 0 | 1 | 0.60 | 0.31 | 336.27 | 1 | 0.35 |
| Hex | B1 | 0 | 46 | 0 | 64 | 3C | 1F | 150 | 64 | 23 |
| Octal | 261 | 0 | 106 | 0 | 144 | 74 | 37 | 520 | 144 | 43 |
| Binary | 10110001 | 0 | 1000110 | 0 | 1100100 | 111100 | 11111 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B10046
Complementary color
Monochromatic Colors of #B10046
Black with #B10046
Text Example
Text Example
White with #B10046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10046; }
p { color: rgb(177,0,70); }
H1.HeaderClassName
{
color: #B10046;
}
.AnyTagClassName
{
color: #B10046;
}
</style>
background-color css
<style>
a { background-color: #B10046; }
a { background-color: rgb(177,0,70); }
div.DivClassName
{
background-color: #B10046;
}
.BgClassName
{
background-color: #B10046;
}
</style>
border-color css
<style>
span { border-color: #B10046; }
span { border-color: rgb(177,0,70); }
td.TdClassName
{
border-color: #B10046;
}
.TagClassName
{
border-color: #B10046;
}
</style>