Shades of Jazzberry Jam #B30760
Tints of Jazzberry Jam #B30760
RGB
CMYK
RGB Variations
Color information
#B30760 (or 0xB30760) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 60. RGB value is (179,7,96). Sum of RGB (Red+Green+Blue) = 179+7+96=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30760 is #4CF89F. Grayscale: #444444. Windows color (decimal): -5044384 or 6293427. OLE color: 6293427.
HSL color Cylindrical-coordinate representation of color #B30760: hue angle of 328.95º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30760 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.30 |
| HSL | 328.95º | 0.92% | 0.36% | - |
| HSV(B) | 328.95º | 0.96% | 0.7% | - |
| XYZ | 20.78 | 10.58 | 12.01 | - |
| YUV | 68.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 96 | 0 | 0.96 | 0.46 | 0.30 | 328.95 | 0.92 | 0.36 |
| Hex | B3 | 7 | 60 | 0 | 60 | 2E | 1E | 149 | 5C | 24 |
| Octal | 263 | 7 | 140 | 0 | 140 | 56 | 36 | 511 | 134 | 44 |
| Binary | 10110011 | 111 | 1100000 | 0 | 1100000 | 101110 | 11110 | 101001001 | 1011100 | 100100 |
Color Harmonies of #B30760
Complementary color
Monochromatic Colors of #B30760
Black with #B30760
Text Example
Text Example
White with #B30760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30760; }
p { color: rgb(179,7,96); }
H1.HeaderClassName
{
color: #B30760;
}
.AnyTagClassName
{
color: #B30760;
}
</style>
background-color css
<style>
a { background-color: #B30760; }
a { background-color: rgb(179,7,96); }
div.DivClassName
{
background-color: #B30760;
}
.BgClassName
{
background-color: #B30760;
}
</style>
border-color css
<style>
span { border-color: #B30760; }
span { border-color: rgb(179,7,96); }
td.TdClassName
{
border-color: #B30760;
}
.TagClassName
{
border-color: #B30760;
}
</style>