Shades of Jazzberry Jam #B30854
Tints of Jazzberry Jam #B30854
RGB
CMYK
RGB Variations
Color information
#B30854 (or 0xB30854) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 54. RGB value is (179,8,84). Sum of RGB (Red+Green+Blue) = 179+8+84=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30854 is #4CF7AB. Grayscale: #434343. Windows color (decimal): -5044140 or 5507251. OLE color: 5507251.
HSL color Cylindrical-coordinate representation of color #B30854: hue angle of 333.33º 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 #B30854 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.30 |
| HSL | 333.33º | 0.91% | 0.37% | - |
| HSV(B) | 333.33º | 0.96% | 0.7% | - |
| XYZ | 20.28 | 10.4 | 9.33 | - |
| YUV | 67.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 84 | 0 | 0.96 | 0.53 | 0.30 | 333.33 | 0.91 | 0.37 |
| Hex | B3 | 8 | 54 | 0 | 60 | 35 | 1E | 14D | 5B | 25 |
| Octal | 263 | 10 | 124 | 0 | 140 | 65 | 36 | 515 | 133 | 45 |
| Binary | 10110011 | 1000 | 1010100 | 0 | 1100000 | 110101 | 11110 | 101001101 | 1011011 | 100101 |
Color Harmonies of #B30854
Complementary color
Monochromatic Colors of #B30854
Black with #B30854
Text Example
Text Example
White with #B30854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30854; }
p { color: rgb(179,8,84); }
H1.HeaderClassName
{
color: #B30854;
}
.AnyTagClassName
{
color: #B30854;
}
</style>
background-color css
<style>
a { background-color: #B30854; }
a { background-color: rgb(179,8,84); }
div.DivClassName
{
background-color: #B30854;
}
.BgClassName
{
background-color: #B30854;
}
</style>
border-color css
<style>
span { border-color: #B30854; }
span { border-color: rgb(179,8,84); }
td.TdClassName
{
border-color: #B30854;
}
.TagClassName
{
border-color: #B30854;
}
</style>