Shades of Jazzberry Jam #B30259
Tints of Jazzberry Jam #B30259
RGB
CMYK
RGB Variations
Color information
#B30259 (or 0xB30259) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 59. RGB value is (179,2,89). Sum of RGB (Red+Green+Blue) = 179+2+89=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B30259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30259 is #4CFDA6. Grayscale: #404040. Windows color (decimal): -5045671 or 5833395. OLE color: 5833395.
HSL color Cylindrical-coordinate representation of color #B30259: hue angle of 330.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30259 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.30 |
| HSL | 330.51º | 0.98% | 0.35% | - |
| HSV(B) | 330.51º | 0.99% | 0.7% | - |
| XYZ | 20.42 | 10.35 | 10.37 | - |
| YUV | 64.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 89 | 0 | 0.99 | 0.50 | 0.30 | 330.51 | 0.98 | 0.35 |
| Hex | B3 | 2 | 59 | 0 | 63 | 32 | 1E | 14B | 62 | 23 |
| Octal | 263 | 2 | 131 | 0 | 143 | 62 | 36 | 513 | 142 | 43 |
| Binary | 10110011 | 10 | 1011001 | 0 | 1100011 | 110010 | 11110 | 101001011 | 1100010 | 100011 |
Color Harmonies of #B30259
Complementary color
Monochromatic Colors of #B30259
Black with #B30259
Text Example
Text Example
White with #B30259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30259; }
p { color: rgb(179,2,89); }
H1.HeaderClassName
{
color: #B30259;
}
.AnyTagClassName
{
color: #B30259;
}
</style>
background-color css
<style>
a { background-color: #B30259; }
a { background-color: rgb(179,2,89); }
div.DivClassName
{
background-color: #B30259;
}
.BgClassName
{
background-color: #B30259;
}
</style>
border-color css
<style>
span { border-color: #B30259; }
span { border-color: rgb(179,2,89); }
td.TdClassName
{
border-color: #B30259;
}
.TagClassName
{
border-color: #B30259;
}
</style>