Shades of Jazzberry Jam #B3176C
Tints of Jazzberry Jam #B3176C
RGB
CMYK
RGB Variations
Color information
#B3176C (or 0xB3176C) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 6C. RGB value is (179,23,108). Sum of RGB (Red+Green+Blue) = 179+23+108=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3176C is #4CE893. Grayscale: #4F4F4F. Windows color (decimal): -5040276 or 7083955. OLE color: 7083955.
HSL color Cylindrical-coordinate representation of color #B3176C: hue angle of 327.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3176C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.30 |
| HSL | 327.31º | 0.77% | 0.4% | - |
| HSV(B) | 327.31º | 0.87% | 0.7% | - |
| XYZ | 21.6 | 11.28 | 15.23 | - |
| YUV | 79.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 108 | 0 | 0.87 | 0.40 | 0.30 | 327.31 | 0.77 | 0.4 |
| Hex | B3 | 17 | 6C | 0 | 57 | 28 | 1E | 147 | 4D | 28 |
| Octal | 263 | 27 | 154 | 0 | 127 | 50 | 36 | 507 | 115 | 50 |
| Binary | 10110011 | 10111 | 1101100 | 0 | 1010111 | 101000 | 11110 | 101000111 | 1001101 | 101000 |
Color Harmonies of #B3176C
Complementary color
Monochromatic Colors of #B3176C
Black with #B3176C
Text Example
Text Example
White with #B3176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3176C; }
p { color: rgb(179,23,108); }
H1.HeaderClassName
{
color: #B3176C;
}
.AnyTagClassName
{
color: #B3176C;
}
</style>
background-color css
<style>
a { background-color: #B3176C; }
a { background-color: rgb(179,23,108); }
div.DivClassName
{
background-color: #B3176C;
}
.BgClassName
{
background-color: #B3176C;
}
</style>
border-color css
<style>
span { border-color: #B3176C; }
span { border-color: rgb(179,23,108); }
td.TdClassName
{
border-color: #B3176C;
}
.TagClassName
{
border-color: #B3176C;
}
</style>