Shades of Jazzberry Jam #B30048
Tints of Jazzberry Jam #B30048
RGB
CMYK
RGB Variations
Color information
#B30048 (or 0xB30048) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 48. RGB value is (179,0,72). Sum of RGB (Red+Green+Blue) = 179+0+72=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30048 is #4CFFB7. Grayscale: #3D3D3D. Windows color (decimal): -5046200 or 4718771. OLE color: 4718771.
HSL color Cylindrical-coordinate representation of color #B30048: hue angle of 335.87º 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 #B30048 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.60 | 0.30 |
| HSL | 335.87º | 1% | 0.35% | - |
| HSV(B) | 335.87º | 1% | 0.7% | - |
| XYZ | 19.76 | 10.05 | 7.03 | - |
| YUV | 61.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 72 | 0 | 1 | 0.60 | 0.30 | 335.87 | 1 | 0.35 |
| Hex | B3 | 0 | 48 | 0 | 64 | 3C | 1E | 150 | 64 | 23 |
| Octal | 263 | 0 | 110 | 0 | 144 | 74 | 36 | 520 | 144 | 43 |
| Binary | 10110011 | 0 | 1001000 | 0 | 1100100 | 111100 | 11110 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B30048
Complementary color
Monochromatic Colors of #B30048
Black with #B30048
Text Example
Text Example
White with #B30048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30048; }
p { color: rgb(179,0,72); }
H1.HeaderClassName
{
color: #B30048;
}
.AnyTagClassName
{
color: #B30048;
}
</style>
background-color css
<style>
a { background-color: #B30048; }
a { background-color: rgb(179,0,72); }
div.DivClassName
{
background-color: #B30048;
}
.BgClassName
{
background-color: #B30048;
}
</style>
border-color css
<style>
span { border-color: #B30048; }
span { border-color: rgb(179,0,72); }
td.TdClassName
{
border-color: #B30048;
}
.TagClassName
{
border-color: #B30048;
}
</style>