Shades of Jazzberry Jam #B3054C
Tints of Jazzberry Jam #B3054C
RGB
CMYK
RGB Variations
Color information
#B3054C (or 0xB3054C) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 4C. RGB value is (179,5,76). Sum of RGB (Red+Green+Blue) = 179+5+76=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3054C is #4CFAB3. Grayscale: #414141. Windows color (decimal): -5044916 or 4982195. OLE color: 4982195.
HSL color Cylindrical-coordinate representation of color #B3054C: hue angle of 335.52º 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 #B3054C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.30 |
| HSL | 335.52º | 0.95% | 0.36% | - |
| HSV(B) | 335.52º | 0.97% | 0.7% | - |
| XYZ | 19.95 | 10.21 | 7.76 | - |
| YUV | 65.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 76 | 0 | 0.97 | 0.58 | 0.30 | 335.52 | 0.95 | 0.36 |
| Hex | B3 | 5 | 4C | 0 | 61 | 3A | 1E | 150 | 5F | 24 |
| Octal | 263 | 5 | 114 | 0 | 141 | 72 | 36 | 520 | 137 | 44 |
| Binary | 10110011 | 101 | 1001100 | 0 | 1100001 | 111010 | 11110 | 101010000 | 1011111 | 100100 |
Color Harmonies of #B3054C
Complementary color
Monochromatic Colors of #B3054C
Black with #B3054C
Text Example
Text Example
White with #B3054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3054C; }
p { color: rgb(179,5,76); }
H1.HeaderClassName
{
color: #B3054C;
}
.AnyTagClassName
{
color: #B3054C;
}
</style>
background-color css
<style>
a { background-color: #B3054C; }
a { background-color: rgb(179,5,76); }
div.DivClassName
{
background-color: #B3054C;
}
.BgClassName
{
background-color: #B3054C;
}
</style>
border-color css
<style>
span { border-color: #B3054C; }
span { border-color: rgb(179,5,76); }
td.TdClassName
{
border-color: #B3054C;
}
.TagClassName
{
border-color: #B3054C;
}
</style>