Shades of Jazzberry Jam #B30052
Tints of Jazzberry Jam #B30052
RGB
CMYK
RGB Variations
Color information
#B30052 (or 0xB30052) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 52. RGB value is (179,0,82). Sum of RGB (Red+Green+Blue) = 179+0+82=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B30052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30052 is #4CFFAD. Grayscale: #3E3E3E. Windows color (decimal): -5046190 or 5374131. OLE color: 5374131.
HSL color Cylindrical-coordinate representation of color #B30052: hue angle of 332.51º 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 #B30052 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.54 | 0.30 |
| HSL | 332.51º | 1% | 0.35% | - |
| HSV(B) | 332.51º | 1% | 0.7% | - |
| XYZ | 20.11 | 10.19 | 8.89 | - |
| YUV | 62.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 82 | 0 | 1 | 0.54 | 0.30 | 332.51 | 1 | 0.35 |
| Hex | B3 | 0 | 52 | 0 | 64 | 36 | 1E | 14D | 64 | 23 |
| Octal | 263 | 0 | 122 | 0 | 144 | 66 | 36 | 515 | 144 | 43 |
| Binary | 10110011 | 0 | 1010010 | 0 | 1100100 | 110110 | 11110 | 101001101 | 1100100 | 100011 |
Color Harmonies of #B30052
Complementary color
Monochromatic Colors of #B30052
Black with #B30052
Text Example
Text Example
White with #B30052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30052; }
p { color: rgb(179,0,82); }
H1.HeaderClassName
{
color: #B30052;
}
.AnyTagClassName
{
color: #B30052;
}
</style>
background-color css
<style>
a { background-color: #B30052; }
a { background-color: rgb(179,0,82); }
div.DivClassName
{
background-color: #B30052;
}
.BgClassName
{
background-color: #B30052;
}
</style>
border-color css
<style>
span { border-color: #B30052; }
span { border-color: rgb(179,0,82); }
td.TdClassName
{
border-color: #B30052;
}
.TagClassName
{
border-color: #B30052;
}
</style>