Shades of Jazzberry Jam #B30548
Tints of Jazzberry Jam #B30548
RGB
CMYK
RGB Variations
Color information
#B30548 (or 0xB30548) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 48. RGB value is (179,5,72). Sum of RGB (Red+Green+Blue) = 179+5+72=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30548 is #4CFAB7. Grayscale: #404040. Windows color (decimal): -5044920 or 4720051. OLE color: 4720051.
HSL color Cylindrical-coordinate representation of color #B30548: hue angle of 336.9º degrees, saturation: 0.95, 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 #B30548 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 72 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.30 |
| HSL | 336.9º | 0.95% | 0.36% | - |
| HSV(B) | 336.9º | 0.97% | 0.7% | - |
| XYZ | 19.81 | 10.16 | 7.05 | - |
| YUV | 64.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 72 | 0 | 0.97 | 0.60 | 0.30 | 336.9 | 0.95 | 0.36 |
| Hex | B3 | 5 | 48 | 0 | 61 | 3C | 1E | 151 | 5F | 24 |
| Octal | 263 | 5 | 110 | 0 | 141 | 74 | 36 | 521 | 137 | 44 |
| Binary | 10110011 | 101 | 1001000 | 0 | 1100001 | 111100 | 11110 | 101010001 | 1011111 | 100100 |
Color Harmonies of #B30548
Complementary color
Monochromatic Colors of #B30548
Black with #B30548
Text Example
Text Example
White with #B30548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30548; }
p { color: rgb(179,5,72); }
H1.HeaderClassName
{
color: #B30548;
}
.AnyTagClassName
{
color: #B30548;
}
</style>
background-color css
<style>
a { background-color: #B30548; }
a { background-color: rgb(179,5,72); }
div.DivClassName
{
background-color: #B30548;
}
.BgClassName
{
background-color: #B30548;
}
</style>
border-color css
<style>
span { border-color: #B30548; }
span { border-color: rgb(179,5,72); }
td.TdClassName
{
border-color: #B30548;
}
.TagClassName
{
border-color: #B30548;
}
</style>