Shades of Jazzberry Jam #B30A73
Tints of Jazzberry Jam #B30A73
RGB
CMYK
RGB Variations
Color information
#B30A73 (or 0xB30A73) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 73. RGB value is (179,10,115). Sum of RGB (Red+Green+Blue) = 179+10+115=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A73 is #4CF58C. Grayscale: #484848. Windows color (decimal): -5043597 or 7539379. OLE color: 7539379.
HSL color Cylindrical-coordinate representation of color #B30A73: hue angle of 322.72º degrees, saturation: 0.89, 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 #B30A73 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 115 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.30 |
| HSL | 322.72º | 0.89% | 0.37% | - |
| HSV(B) | 322.72º | 0.94% | 0.7% | - |
| XYZ | 21.79 | 11.04 | 17.2 | - |
| YUV | 72.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 115 | 0 | 0.94 | 0.36 | 0.30 | 322.72 | 0.89 | 0.37 |
| Hex | B3 | A | 73 | 0 | 5E | 24 | 1E | 143 | 59 | 25 |
| Octal | 263 | 12 | 163 | 0 | 136 | 44 | 36 | 503 | 131 | 45 |
| Binary | 10110011 | 1010 | 1110011 | 0 | 1011110 | 100100 | 11110 | 101000011 | 1011001 | 100101 |
Color Harmonies of #B30A73
Complementary color
Monochromatic Colors of #B30A73
Black with #B30A73
Text Example
Text Example
White with #B30A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A73; }
p { color: rgb(179,10,115); }
H1.HeaderClassName
{
color: #B30A73;
}
.AnyTagClassName
{
color: #B30A73;
}
</style>
background-color css
<style>
a { background-color: #B30A73; }
a { background-color: rgb(179,10,115); }
div.DivClassName
{
background-color: #B30A73;
}
.BgClassName
{
background-color: #B30A73;
}
</style>
border-color css
<style>
span { border-color: #B30A73; }
span { border-color: rgb(179,10,115); }
td.TdClassName
{
border-color: #B30A73;
}
.TagClassName
{
border-color: #B30A73;
}
</style>