Shades of Jazzberry Jam #B30073
Tints of Jazzberry Jam #B30073
RGB
CMYK
RGB Variations
Color information
#B30073 (or 0xB30073) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 73. RGB value is (179,0,115). Sum of RGB (Red+Green+Blue) = 179+0+115=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B30073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30073 is #4CFF8C. Grayscale: #424242. Windows color (decimal): -5046157 or 7536819. OLE color: 7536819.
HSL color Cylindrical-coordinate representation of color #B30073: hue angle of 321.45º 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 #B30073 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.36 | 0.30 |
| HSL | 321.45º | 1% | 0.35% | - |
| HSV(B) | 321.45º | 1% | 0.7% | - |
| XYZ | 21.68 | 10.82 | 17.17 | - |
| YUV | 66.63 | 155.3 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 115 | 0 | 1 | 0.36 | 0.30 | 321.45 | 1 | 0.35 |
| Hex | B3 | 0 | 73 | 0 | 64 | 24 | 1E | 141 | 64 | 23 |
| Octal | 263 | 0 | 163 | 0 | 144 | 44 | 36 | 501 | 144 | 43 |
| Binary | 10110011 | 0 | 1110011 | 0 | 1100100 | 100100 | 11110 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B30073
Complementary color
Monochromatic Colors of #B30073
Black with #B30073
Text Example
Text Example
White with #B30073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30073; }
p { color: rgb(179,0,115); }
H1.HeaderClassName
{
color: #B30073;
}
.AnyTagClassName
{
color: #B30073;
}
</style>
background-color css
<style>
a { background-color: #B30073; }
a { background-color: rgb(179,0,115); }
div.DivClassName
{
background-color: #B30073;
}
.BgClassName
{
background-color: #B30073;
}
</style>
border-color css
<style>
span { border-color: #B30073; }
span { border-color: rgb(179,0,115); }
td.TdClassName
{
border-color: #B30073;
}
.TagClassName
{
border-color: #B30073;
}
</style>