Shades of Jazzberry Jam #B30F56
Tints of Jazzberry Jam #B30F56
RGB
CMYK
RGB Variations
Color information
#B30F56 (or 0xB30F56) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 56. RGB value is (179,15,86). Sum of RGB (Red+Green+Blue) = 179+15+86=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F56 is #4CF0A9. Grayscale: #484848. Windows color (decimal): -5042346 or 5640115. OLE color: 5640115.
HSL color Cylindrical-coordinate representation of color #B30F56: hue angle of 334.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F56 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 86 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.30 |
| HSL | 334.02º | 0.85% | 0.38% | - |
| HSV(B) | 334.02º | 0.92% | 0.7% | - |
| XYZ | 20.44 | 10.6 | 9.77 | - |
| YUV | 72.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 86 | 0 | 0.92 | 0.52 | 0.30 | 334.02 | 0.85 | 0.38 |
| Hex | B3 | F | 56 | 0 | 5C | 34 | 1E | 14E | 55 | 26 |
| Octal | 263 | 17 | 126 | 0 | 134 | 64 | 36 | 516 | 125 | 46 |
| Binary | 10110011 | 1111 | 1010110 | 0 | 1011100 | 110100 | 11110 | 101001110 | 1010101 | 100110 |
Color Harmonies of #B30F56
Complementary color
Monochromatic Colors of #B30F56
Black with #B30F56
Text Example
Text Example
White with #B30F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F56; }
p { color: rgb(179,15,86); }
H1.HeaderClassName
{
color: #B30F56;
}
.AnyTagClassName
{
color: #B30F56;
}
</style>
background-color css
<style>
a { background-color: #B30F56; }
a { background-color: rgb(179,15,86); }
div.DivClassName
{
background-color: #B30F56;
}
.BgClassName
{
background-color: #B30F56;
}
</style>
border-color css
<style>
span { border-color: #B30F56; }
span { border-color: rgb(179,15,86); }
td.TdClassName
{
border-color: #B30F56;
}
.TagClassName
{
border-color: #B30F56;
}
</style>