Shades of Jazzberry Jam #B30071
Tints of Jazzberry Jam #B30071
RGB
CMYK
RGB Variations
Color information
#B30071 (or 0xB30071) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 71. RGB value is (179,0,113). Sum of RGB (Red+Green+Blue) = 179+0+113=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B30071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30071 is #4CFF8E. Grayscale: #424242. Windows color (decimal): -5046159 or 7405747. OLE color: 7405747.
HSL color Cylindrical-coordinate representation of color #B30071: hue angle of 322.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30071 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.37 | 0.30 |
| HSL | 322.12º | 1% | 0.35% | - |
| HSV(B) | 322.12º | 1% | 0.7% | - |
| XYZ | 21.57 | 10.78 | 16.57 | - |
| YUV | 66.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 113 | 0 | 1 | 0.37 | 0.30 | 322.12 | 1 | 0.35 |
| Hex | B3 | 0 | 71 | 0 | 64 | 25 | 1E | 142 | 64 | 23 |
| Octal | 263 | 0 | 161 | 0 | 144 | 45 | 36 | 502 | 144 | 43 |
| Binary | 10110011 | 0 | 1110001 | 0 | 1100100 | 100101 | 11110 | 101000010 | 1100100 | 100011 |
Color Harmonies of #B30071
Complementary color
Monochromatic Colors of #B30071
Black with #B30071
Text Example
Text Example
White with #B30071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30071; }
p { color: rgb(179,0,113); }
H1.HeaderClassName
{
color: #B30071;
}
.AnyTagClassName
{
color: #B30071;
}
</style>
background-color css
<style>
a { background-color: #B30071; }
a { background-color: rgb(179,0,113); }
div.DivClassName
{
background-color: #B30071;
}
.BgClassName
{
background-color: #B30071;
}
</style>
border-color css
<style>
span { border-color: #B30071; }
span { border-color: rgb(179,0,113); }
td.TdClassName
{
border-color: #B30071;
}
.TagClassName
{
border-color: #B30071;
}
</style>