Shades of Jazzberry Jam #B30060
Tints of Jazzberry Jam #B30060
RGB
CMYK
RGB Variations
Color information
#B30060 (or 0xB30060) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 60. RGB value is (179,0,96). Sum of RGB (Red+Green+Blue) = 179+0+96=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B30060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30060 is #4CFF9F. Grayscale: #404040. Windows color (decimal): -5046176 or 6291635. OLE color: 6291635.
HSL color Cylindrical-coordinate representation of color #B30060: hue angle of 327.82º 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 #B30060 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.46 | 0.30 |
| HSL | 327.82º | 1% | 0.35% | - |
| HSV(B) | 327.82º | 1% | 0.7% | - |
| XYZ | 20.7 | 10.43 | 11.99 | - |
| YUV | 64.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 96 | 0 | 1 | 0.46 | 0.30 | 327.82 | 1 | 0.35 |
| Hex | B3 | 0 | 60 | 0 | 64 | 2E | 1E | 148 | 64 | 23 |
| Octal | 263 | 0 | 140 | 0 | 144 | 56 | 36 | 510 | 144 | 43 |
| Binary | 10110011 | 0 | 1100000 | 0 | 1100100 | 101110 | 11110 | 101001000 | 1100100 | 100011 |
Color Harmonies of #B30060
Complementary color
Monochromatic Colors of #B30060
Black with #B30060
Text Example
Text Example
White with #B30060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30060; }
p { color: rgb(179,0,96); }
H1.HeaderClassName
{
color: #B30060;
}
.AnyTagClassName
{
color: #B30060;
}
</style>
background-color css
<style>
a { background-color: #B30060; }
a { background-color: rgb(179,0,96); }
div.DivClassName
{
background-color: #B30060;
}
.BgClassName
{
background-color: #B30060;
}
</style>
border-color css
<style>
span { border-color: #B30060; }
span { border-color: rgb(179,0,96); }
td.TdClassName
{
border-color: #B30060;
}
.TagClassName
{
border-color: #B30060;
}
</style>