Shades of Jazzberry Jam #B30656
Tints of Jazzberry Jam #B30656
RGB
CMYK
RGB Variations
Color information
#B30656 (or 0xB30656) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 56. RGB value is (179,6,86). Sum of RGB (Red+Green+Blue) = 179+6+86=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30656 is #4CF9A9. Grayscale: #424242. Windows color (decimal): -5044650 or 5637811. OLE color: 5637811.
HSL color Cylindrical-coordinate representation of color #B30656: hue angle of 332.25º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30656 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.30 |
| HSL | 332.25º | 0.94% | 0.36% | - |
| HSV(B) | 332.25º | 0.97% | 0.7% | - |
| XYZ | 20.34 | 10.39 | 9.74 | - |
| YUV | 66.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 86 | 0 | 0.97 | 0.52 | 0.30 | 332.25 | 0.94 | 0.36 |
| Hex | B3 | 6 | 56 | 0 | 61 | 34 | 1E | 14C | 5E | 24 |
| Octal | 263 | 6 | 126 | 0 | 141 | 64 | 36 | 514 | 136 | 44 |
| Binary | 10110011 | 110 | 1010110 | 0 | 1100001 | 110100 | 11110 | 101001100 | 1011110 | 100100 |
Color Harmonies of #B30656
Complementary color
Monochromatic Colors of #B30656
Black with #B30656
Text Example
Text Example
White with #B30656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30656; }
p { color: rgb(179,6,86); }
H1.HeaderClassName
{
color: #B30656;
}
.AnyTagClassName
{
color: #B30656;
}
</style>
background-color css
<style>
a { background-color: #B30656; }
a { background-color: rgb(179,6,86); }
div.DivClassName
{
background-color: #B30656;
}
.BgClassName
{
background-color: #B30656;
}
</style>
border-color css
<style>
span { border-color: #B30656; }
span { border-color: rgb(179,6,86); }
td.TdClassName
{
border-color: #B30656;
}
.TagClassName
{
border-color: #B30656;
}
</style>