Shades of Jazzberry Jam #B30653
Tints of Jazzberry Jam #B30653
RGB
CMYK
RGB Variations
Color information
#B30653 (or 0xB30653) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 53. RGB value is (179,6,83). Sum of RGB (Red+Green+Blue) = 179+6+83=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30653 is #4CF9AC. Grayscale: #424242. Windows color (decimal): -5044653 or 5441203. OLE color: 5441203.
HSL color Cylindrical-coordinate representation of color #B30653: hue angle of 333.29º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30653 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.30 |
| HSL | 333.29º | 0.94% | 0.36% | - |
| HSV(B) | 333.29º | 0.97% | 0.7% | - |
| XYZ | 20.22 | 10.34 | 9.11 | - |
| YUV | 66.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 83 | 0 | 0.97 | 0.54 | 0.30 | 333.29 | 0.94 | 0.36 |
| Hex | B3 | 6 | 53 | 0 | 61 | 36 | 1E | 14D | 5E | 24 |
| Octal | 263 | 6 | 123 | 0 | 141 | 66 | 36 | 515 | 136 | 44 |
| Binary | 10110011 | 110 | 1010011 | 0 | 1100001 | 110110 | 11110 | 101001101 | 1011110 | 100100 |
Color Harmonies of #B30653
Complementary color
Monochromatic Colors of #B30653
Black with #B30653
Text Example
Text Example
White with #B30653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30653; }
p { color: rgb(179,6,83); }
H1.HeaderClassName
{
color: #B30653;
}
.AnyTagClassName
{
color: #B30653;
}
</style>
background-color css
<style>
a { background-color: #B30653; }
a { background-color: rgb(179,6,83); }
div.DivClassName
{
background-color: #B30653;
}
.BgClassName
{
background-color: #B30653;
}
</style>
border-color css
<style>
span { border-color: #B30653; }
span { border-color: rgb(179,6,83); }
td.TdClassName
{
border-color: #B30653;
}
.TagClassName
{
border-color: #B30653;
}
</style>