Shades of Jazzberry Jam #B30058
Tints of Jazzberry Jam #B30058
RGB
CMYK
RGB Variations
Color information
#B30058 (or 0xB30058) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 58. RGB value is (179,0,88). Sum of RGB (Red+Green+Blue) = 179+0+88=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B30058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30058 is #4CFFA7. Grayscale: #3F3F3F. Windows color (decimal): -5046184 or 5767347. OLE color: 5767347.
HSL color Cylindrical-coordinate representation of color #B30058: hue angle of 330.5º 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 #B30058 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.51 | 0.30 |
| HSL | 330.5º | 1% | 0.35% | - |
| HSV(B) | 330.5º | 1% | 0.7% | - |
| XYZ | 20.35 | 10.29 | 10.15 | - |
| YUV | 63.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 88 | 0 | 1 | 0.51 | 0.30 | 330.5 | 1 | 0.35 |
| Hex | B3 | 0 | 58 | 0 | 64 | 33 | 1E | 14B | 64 | 23 |
| Octal | 263 | 0 | 130 | 0 | 144 | 63 | 36 | 513 | 144 | 43 |
| Binary | 10110011 | 0 | 1011000 | 0 | 1100100 | 110011 | 11110 | 101001011 | 1100100 | 100011 |
Color Harmonies of #B30058
Complementary color
Monochromatic Colors of #B30058
Black with #B30058
Text Example
Text Example
White with #B30058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30058; }
p { color: rgb(179,0,88); }
H1.HeaderClassName
{
color: #B30058;
}
.AnyTagClassName
{
color: #B30058;
}
</style>
background-color css
<style>
a { background-color: #B30058; }
a { background-color: rgb(179,0,88); }
div.DivClassName
{
background-color: #B30058;
}
.BgClassName
{
background-color: #B30058;
}
</style>
border-color css
<style>
span { border-color: #B30058; }
span { border-color: rgb(179,0,88); }
td.TdClassName
{
border-color: #B30058;
}
.TagClassName
{
border-color: #B30058;
}
</style>