Shades of Jazzberry Jam #B30858
Tints of Jazzberry Jam #B30858
RGB
CMYK
RGB Variations
Color information
#B30858 (or 0xB30858) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 58. RGB value is (179,8,88). Sum of RGB (Red+Green+Blue) = 179+8+88=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B30858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30858 is #4CF7A7. Grayscale: #444444. Windows color (decimal): -5044136 or 5769395. OLE color: 5769395.
HSL color Cylindrical-coordinate representation of color #B30858: hue angle of 331.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30858 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.30 |
| HSL | 331.93º | 0.91% | 0.37% | - |
| HSV(B) | 331.93º | 0.96% | 0.7% | - |
| XYZ | 20.44 | 10.46 | 10.17 | - |
| YUV | 68.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 88 | 0 | 0.96 | 0.51 | 0.30 | 331.93 | 0.91 | 0.37 |
| Hex | B3 | 8 | 58 | 0 | 60 | 33 | 1E | 14C | 5B | 25 |
| Octal | 263 | 10 | 130 | 0 | 140 | 63 | 36 | 514 | 133 | 45 |
| Binary | 10110011 | 1000 | 1011000 | 0 | 1100000 | 110011 | 11110 | 101001100 | 1011011 | 100101 |
Color Harmonies of #B30858
Complementary color
Monochromatic Colors of #B30858
Black with #B30858
Text Example
Text Example
White with #B30858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30858; }
p { color: rgb(179,8,88); }
H1.HeaderClassName
{
color: #B30858;
}
.AnyTagClassName
{
color: #B30858;
}
</style>
background-color css
<style>
a { background-color: #B30858; }
a { background-color: rgb(179,8,88); }
div.DivClassName
{
background-color: #B30858;
}
.BgClassName
{
background-color: #B30858;
}
</style>
border-color css
<style>
span { border-color: #B30858; }
span { border-color: rgb(179,8,88); }
td.TdClassName
{
border-color: #B30858;
}
.TagClassName
{
border-color: #B30858;
}
</style>