Shades of Jazzberry Jam #B30856
Tints of Jazzberry Jam #B30856
RGB
CMYK
RGB Variations
Color information
#B30856 (or 0xB30856) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 56. RGB value is (179,8,86). Sum of RGB (Red+Green+Blue) = 179+8+86=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B30856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30856 is #4CF7A9. Grayscale: #434343. Windows color (decimal): -5044138 or 5638323. OLE color: 5638323.
HSL color Cylindrical-coordinate representation of color #B30856: hue angle of 332.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30856 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.30 |
| HSL | 332.63º | 0.91% | 0.37% | - |
| HSV(B) | 332.63º | 0.96% | 0.7% | - |
| XYZ | 20.36 | 10.43 | 9.74 | - |
| YUV | 68.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 86 | 0 | 0.96 | 0.52 | 0.30 | 332.63 | 0.91 | 0.37 |
| Hex | B3 | 8 | 56 | 0 | 60 | 34 | 1E | 14D | 5B | 25 |
| Octal | 263 | 10 | 126 | 0 | 140 | 64 | 36 | 515 | 133 | 45 |
| Binary | 10110011 | 1000 | 1010110 | 0 | 1100000 | 110100 | 11110 | 101001101 | 1011011 | 100101 |
Color Harmonies of #B30856
Complementary color
Monochromatic Colors of #B30856
Black with #B30856
Text Example
Text Example
White with #B30856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30856; }
p { color: rgb(179,8,86); }
H1.HeaderClassName
{
color: #B30856;
}
.AnyTagClassName
{
color: #B30856;
}
</style>
background-color css
<style>
a { background-color: #B30856; }
a { background-color: rgb(179,8,86); }
div.DivClassName
{
background-color: #B30856;
}
.BgClassName
{
background-color: #B30856;
}
</style>
border-color css
<style>
span { border-color: #B30856; }
span { border-color: rgb(179,8,86); }
td.TdClassName
{
border-color: #B30856;
}
.TagClassName
{
border-color: #B30856;
}
</style>