Shades of Jazzberry Jam #B10271
Tints of Jazzberry Jam #B10271
RGB
CMYK
RGB Variations
Color information
#B10271 (or 0xB10271) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 71. RGB value is (177,2,113). Sum of RGB (Red+Green+Blue) = 177+2+113=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10271 is #4EFD8E. Grayscale: #424242. Windows color (decimal): -5176719 or 7406257. OLE color: 7406257.
HSL color Cylindrical-coordinate representation of color #B10271: hue angle of 321.94º degrees, saturation: 0.98, 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 #B10271 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.31 |
| HSL | 321.94º | 0.98% | 0.35% | - |
| HSV(B) | 321.94º | 0.99% | 0.69% | - |
| XYZ | 21.13 | 10.58 | 16.55 | - |
| YUV | 66.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 113 | 0 | 0.99 | 0.36 | 0.31 | 321.94 | 0.98 | 0.35 |
| Hex | B1 | 2 | 71 | 0 | 63 | 24 | 1F | 142 | 62 | 23 |
| Octal | 261 | 2 | 161 | 0 | 143 | 44 | 37 | 502 | 142 | 43 |
| Binary | 10110001 | 10 | 1110001 | 0 | 1100011 | 100100 | 11111 | 101000010 | 1100010 | 100011 |
Color Harmonies of #B10271
Complementary color
Monochromatic Colors of #B10271
Black with #B10271
Text Example
Text Example
White with #B10271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10271; }
p { color: rgb(177,2,113); }
H1.HeaderClassName
{
color: #B10271;
}
.AnyTagClassName
{
color: #B10271;
}
</style>
background-color css
<style>
a { background-color: #B10271; }
a { background-color: rgb(177,2,113); }
div.DivClassName
{
background-color: #B10271;
}
.BgClassName
{
background-color: #B10271;
}
</style>
border-color css
<style>
span { border-color: #B10271; }
span { border-color: rgb(177,2,113); }
td.TdClassName
{
border-color: #B10271;
}
.TagClassName
{
border-color: #B10271;
}
</style>