Shades of Jazzberry Jam #B30558
Tints of Jazzberry Jam #B30558
RGB
CMYK
RGB Variations
Color information
#B30558 (or 0xB30558) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 58. RGB value is (179,5,88). Sum of RGB (Red+Green+Blue) = 179+5+88=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30558 is #4CFAA7. Grayscale: #424242. Windows color (decimal): -5044904 or 5768627. OLE color: 5768627.
HSL color Cylindrical-coordinate representation of color #B30558: hue angle of 331.38º 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 #B30558 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.30 |
| HSL | 331.38º | 0.95% | 0.36% | - |
| HSV(B) | 331.38º | 0.97% | 0.7% | - |
| XYZ | 20.41 | 10.4 | 10.16 | - |
| YUV | 66.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 88 | 0 | 0.97 | 0.51 | 0.30 | 331.38 | 0.95 | 0.36 |
| Hex | B3 | 5 | 58 | 0 | 61 | 33 | 1E | 14B | 5F | 24 |
| Octal | 263 | 5 | 130 | 0 | 141 | 63 | 36 | 513 | 137 | 44 |
| Binary | 10110011 | 101 | 1011000 | 0 | 1100001 | 110011 | 11110 | 101001011 | 1011111 | 100100 |
Color Harmonies of #B30558
Complementary color
Monochromatic Colors of #B30558
Black with #B30558
Text Example
Text Example
White with #B30558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30558; }
p { color: rgb(179,5,88); }
H1.HeaderClassName
{
color: #B30558;
}
.AnyTagClassName
{
color: #B30558;
}
</style>
background-color css
<style>
a { background-color: #B30558; }
a { background-color: rgb(179,5,88); }
div.DivClassName
{
background-color: #B30558;
}
.BgClassName
{
background-color: #B30558;
}
</style>
border-color css
<style>
span { border-color: #B30558; }
span { border-color: rgb(179,5,88); }
td.TdClassName
{
border-color: #B30558;
}
.TagClassName
{
border-color: #B30558;
}
</style>