Shades of Jazzberry Jam #B30053
Tints of Jazzberry Jam #B30053
RGB
CMYK
RGB Variations
Color information
#B30053 (or 0xB30053) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 53. RGB value is (179,0,83). Sum of RGB (Red+Green+Blue) = 179+0+83=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B30053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30053 is #4CFFAC. Grayscale: #3E3E3E. Windows color (decimal): -5046189 or 5439667. OLE color: 5439667.
HSL color Cylindrical-coordinate representation of color #B30053: hue angle of 332.18º 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 #B30053 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.54 | 0.30 |
| HSL | 332.18º | 1% | 0.35% | - |
| HSV(B) | 332.18º | 1% | 0.7% | - |
| XYZ | 20.15 | 10.21 | 9.09 | - |
| YUV | 62.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 83 | 0 | 1 | 0.54 | 0.30 | 332.18 | 1 | 0.35 |
| Hex | B3 | 0 | 53 | 0 | 64 | 36 | 1E | 14C | 64 | 23 |
| Octal | 263 | 0 | 123 | 0 | 144 | 66 | 36 | 514 | 144 | 43 |
| Binary | 10110011 | 0 | 1010011 | 0 | 1100100 | 110110 | 11110 | 101001100 | 1100100 | 100011 |
Color Harmonies of #B30053
Complementary color
Monochromatic Colors of #B30053
Black with #B30053
Text Example
Text Example
White with #B30053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30053; }
p { color: rgb(179,0,83); }
H1.HeaderClassName
{
color: #B30053;
}
.AnyTagClassName
{
color: #B30053;
}
</style>
background-color css
<style>
a { background-color: #B30053; }
a { background-color: rgb(179,0,83); }
div.DivClassName
{
background-color: #B30053;
}
.BgClassName
{
background-color: #B30053;
}
</style>
border-color css
<style>
span { border-color: #B30053; }
span { border-color: rgb(179,0,83); }
td.TdClassName
{
border-color: #B30053;
}
.TagClassName
{
border-color: #B30053;
}
</style>