Shades of Jazzberry Jam #B30059
Tints of Jazzberry Jam #B30059
RGB
CMYK
RGB Variations
Color information
#B30059 (or 0xB30059) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 59. RGB value is (179,0,89). Sum of RGB (Red+Green+Blue) = 179+0+89=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30059 is #4CFFA6. Grayscale: #3F3F3F. Windows color (decimal): -5046183 or 5832883. OLE color: 5832883.
HSL color Cylindrical-coordinate representation of color #B30059: hue angle of 330.17º 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 #B30059 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.50 | 0.30 |
| HSL | 330.17º | 1% | 0.35% | - |
| HSV(B) | 330.17º | 1% | 0.7% | - |
| XYZ | 20.39 | 10.3 | 10.37 | - |
| YUV | 63.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 89 | 0 | 1 | 0.50 | 0.30 | 330.17 | 1 | 0.35 |
| Hex | B3 | 0 | 59 | 0 | 64 | 32 | 1E | 14A | 64 | 23 |
| Octal | 263 | 0 | 131 | 0 | 144 | 62 | 36 | 512 | 144 | 43 |
| Binary | 10110011 | 0 | 1011001 | 0 | 1100100 | 110010 | 11110 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B30059
Complementary color
Monochromatic Colors of #B30059
Black with #B30059
Text Example
Text Example
White with #B30059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30059; }
p { color: rgb(179,0,89); }
H1.HeaderClassName
{
color: #B30059;
}
.AnyTagClassName
{
color: #B30059;
}
</style>
background-color css
<style>
a { background-color: #B30059; }
a { background-color: rgb(179,0,89); }
div.DivClassName
{
background-color: #B30059;
}
.BgClassName
{
background-color: #B30059;
}
</style>
border-color css
<style>
span { border-color: #B30059; }
span { border-color: rgb(179,0,89); }
td.TdClassName
{
border-color: #B30059;
}
.TagClassName
{
border-color: #B30059;
}
</style>