Shades of Jazzberry Jam #B10047
Tints of Jazzberry Jam #B10047
RGB
CMYK
RGB Variations
Color information
#B10047 (or 0xB10047) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 47. RGB value is (177,0,71). Sum of RGB (Red+Green+Blue) = 177+0+71=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B10047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10047 is #4EFFB8. Grayscale: #3C3C3C. Windows color (decimal): -5177273 or 4653233. OLE color: 4653233.
HSL color Cylindrical-coordinate representation of color #B10047: hue angle of 335.93º 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 #B10047 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.60 | 0.31 |
| HSL | 335.93º | 1% | 0.35% | - |
| HSV(B) | 335.93º | 1% | 0.69% | - |
| XYZ | 19.27 | 9.8 | 6.84 | - |
| YUV | 61.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 71 | 0 | 1 | 0.60 | 0.31 | 335.93 | 1 | 0.35 |
| Hex | B1 | 0 | 47 | 0 | 64 | 3C | 1F | 150 | 64 | 23 |
| Octal | 261 | 0 | 107 | 0 | 144 | 74 | 37 | 520 | 144 | 43 |
| Binary | 10110001 | 0 | 1000111 | 0 | 1100100 | 111100 | 11111 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B10047
Complementary color
Monochromatic Colors of #B10047
Black with #B10047
Text Example
Text Example
White with #B10047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10047; }
p { color: rgb(177,0,71); }
H1.HeaderClassName
{
color: #B10047;
}
.AnyTagClassName
{
color: #B10047;
}
</style>
background-color css
<style>
a { background-color: #B10047; }
a { background-color: rgb(177,0,71); }
div.DivClassName
{
background-color: #B10047;
}
.BgClassName
{
background-color: #B10047;
}
</style>
border-color css
<style>
span { border-color: #B10047; }
span { border-color: rgb(177,0,71); }
td.TdClassName
{
border-color: #B10047;
}
.TagClassName
{
border-color: #B10047;
}
</style>