Shades of Jazzberry Jam #B30754
Tints of Jazzberry Jam #B30754
RGB
CMYK
RGB Variations
Color information
#B30754 (or 0xB30754) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 54. RGB value is (179,7,84). Sum of RGB (Red+Green+Blue) = 179+7+84=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B30754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30754 is #4CF8AB. Grayscale: #434343. Windows color (decimal): -5044396 or 5506995. OLE color: 5506995.
HSL color Cylindrical-coordinate representation of color #B30754: hue angle of 333.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30754 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.30 |
| HSL | 333.14º | 0.92% | 0.36% | - |
| HSV(B) | 333.14º | 0.96% | 0.7% | - |
| XYZ | 20.27 | 10.38 | 9.32 | - |
| YUV | 67.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 84 | 0 | 0.96 | 0.53 | 0.30 | 333.14 | 0.92 | 0.36 |
| Hex | B3 | 7 | 54 | 0 | 60 | 35 | 1E | 14D | 5C | 24 |
| Octal | 263 | 7 | 124 | 0 | 140 | 65 | 36 | 515 | 134 | 44 |
| Binary | 10110011 | 111 | 1010100 | 0 | 1100000 | 110101 | 11110 | 101001101 | 1011100 | 100100 |
Color Harmonies of #B30754
Complementary color
Monochromatic Colors of #B30754
Black with #B30754
Text Example
Text Example
White with #B30754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30754; }
p { color: rgb(179,7,84); }
H1.HeaderClassName
{
color: #B30754;
}
.AnyTagClassName
{
color: #B30754;
}
</style>
background-color css
<style>
a { background-color: #B30754; }
a { background-color: rgb(179,7,84); }
div.DivClassName
{
background-color: #B30754;
}
.BgClassName
{
background-color: #B30754;
}
</style>
border-color css
<style>
span { border-color: #B30754; }
span { border-color: rgb(179,7,84); }
td.TdClassName
{
border-color: #B30754;
}
.TagClassName
{
border-color: #B30754;
}
</style>