Shades of Jazzberry Jam #B30B63
Tints of Jazzberry Jam #B30B63
RGB
CMYK
RGB Variations
Color information
#B30B63 (or 0xB30B63) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 63. RGB value is (179,11,99). Sum of RGB (Red+Green+Blue) = 179+11+99=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B63 is #4CF49C. Grayscale: #474747. Windows color (decimal): -5043357 or 6491059. OLE color: 6491059.
HSL color Cylindrical-coordinate representation of color #B30B63: hue angle of 328.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B63 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 99 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.30 |
| HSL | 328.57º | 0.88% | 0.37% | - |
| HSV(B) | 328.57º | 0.94% | 0.7% | - |
| XYZ | 20.96 | 10.72 | 12.77 | - |
| YUV | 71.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 99 | 0 | 0.94 | 0.45 | 0.30 | 328.57 | 0.88 | 0.37 |
| Hex | B3 | B | 63 | 0 | 5E | 2D | 1E | 149 | 58 | 25 |
| Octal | 263 | 13 | 143 | 0 | 136 | 55 | 36 | 511 | 130 | 45 |
| Binary | 10110011 | 1011 | 1100011 | 0 | 1011110 | 101101 | 11110 | 101001001 | 1011000 | 100101 |
Color Harmonies of #B30B63
Complementary color
Monochromatic Colors of #B30B63
Black with #B30B63
Text Example
Text Example
White with #B30B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B63; }
p { color: rgb(179,11,99); }
H1.HeaderClassName
{
color: #B30B63;
}
.AnyTagClassName
{
color: #B30B63;
}
</style>
background-color css
<style>
a { background-color: #B30B63; }
a { background-color: rgb(179,11,99); }
div.DivClassName
{
background-color: #B30B63;
}
.BgClassName
{
background-color: #B30B63;
}
</style>
border-color css
<style>
span { border-color: #B30B63; }
span { border-color: rgb(179,11,99); }
td.TdClassName
{
border-color: #B30B63;
}
.TagClassName
{
border-color: #B30B63;
}
</style>