Shades of Jazzberry Jam #B10146
Tints of Jazzberry Jam #B10146
RGB
CMYK
RGB Variations
Color information
#B10146 (or 0xB10146) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 46. RGB value is (177,1,70). Sum of RGB (Red+Green+Blue) = 177+1+70=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B10146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10146 is #4EFEB9. Grayscale: #3D3D3D. Windows color (decimal): -5177018 or 4587953. OLE color: 4587953.
HSL color Cylindrical-coordinate representation of color #B10146: hue angle of 336.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10146 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.31 |
| HSL | 336.48º | 0.99% | 0.35% | - |
| HSV(B) | 336.48º | 0.99% | 0.69% | - |
| XYZ | 19.25 | 9.81 | 6.67 | - |
| YUV | 61.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 70 | 0 | 0.99 | 0.60 | 0.31 | 336.48 | 0.99 | 0.35 |
| Hex | B1 | 1 | 46 | 0 | 63 | 3C | 1F | 150 | 63 | 23 |
| Octal | 261 | 1 | 106 | 0 | 143 | 74 | 37 | 520 | 143 | 43 |
| Binary | 10110001 | 1 | 1000110 | 0 | 1100011 | 111100 | 11111 | 101010000 | 1100011 | 100011 |
Color Harmonies of #B10146
Complementary color
Monochromatic Colors of #B10146
Black with #B10146
Text Example
Text Example
White with #B10146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10146; }
p { color: rgb(177,1,70); }
H1.HeaderClassName
{
color: #B10146;
}
.AnyTagClassName
{
color: #B10146;
}
</style>
background-color css
<style>
a { background-color: #B10146; }
a { background-color: rgb(177,1,70); }
div.DivClassName
{
background-color: #B10146;
}
.BgClassName
{
background-color: #B10146;
}
</style>
border-color css
<style>
span { border-color: #B10146; }
span { border-color: rgb(177,1,70); }
td.TdClassName
{
border-color: #B10146;
}
.TagClassName
{
border-color: #B10146;
}
</style>