Shades of Jazzberry Jam #B30B73
Tints of Jazzberry Jam #B30B73
RGB
CMYK
RGB Variations
Color information
#B30B73 (or 0xB30B73) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 73. RGB value is (179,11,115). Sum of RGB (Red+Green+Blue) = 179+11+115=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B73 is #4CF48C. Grayscale: #484848. Windows color (decimal): -5043341 or 7539635. OLE color: 7539635.
HSL color Cylindrical-coordinate representation of color #B30B73: hue angle of 322.86º 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 #B30B73 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 115 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.30 |
| HSL | 322.86º | 0.88% | 0.37% | - |
| HSV(B) | 322.86º | 0.94% | 0.7% | - |
| XYZ | 21.8 | 11.06 | 17.21 | - |
| YUV | 73.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 115 | 0 | 0.94 | 0.36 | 0.30 | 322.86 | 0.88 | 0.37 |
| Hex | B3 | B | 73 | 0 | 5E | 24 | 1E | 143 | 58 | 25 |
| Octal | 263 | 13 | 163 | 0 | 136 | 44 | 36 | 503 | 130 | 45 |
| Binary | 10110011 | 1011 | 1110011 | 0 | 1011110 | 100100 | 11110 | 101000011 | 1011000 | 100101 |
Color Harmonies of #B30B73
Complementary color
Monochromatic Colors of #B30B73
Black with #B30B73
Text Example
Text Example
White with #B30B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B73; }
p { color: rgb(179,11,115); }
H1.HeaderClassName
{
color: #B30B73;
}
.AnyTagClassName
{
color: #B30B73;
}
</style>
background-color css
<style>
a { background-color: #B30B73; }
a { background-color: rgb(179,11,115); }
div.DivClassName
{
background-color: #B30B73;
}
.BgClassName
{
background-color: #B30B73;
}
</style>
border-color css
<style>
span { border-color: #B30B73; }
span { border-color: rgb(179,11,115); }
td.TdClassName
{
border-color: #B30B73;
}
.TagClassName
{
border-color: #B30B73;
}
</style>