Shades of Jazzberry Jam #B3166C
Tints of Jazzberry Jam #B3166C
RGB
CMYK
RGB Variations
Color information
#B3166C (or 0xB3166C) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 6C. RGB value is (179,22,108). Sum of RGB (Red+Green+Blue) = 179+22+108=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3166C is #4CE993. Grayscale: #4E4E4E. Windows color (decimal): -5040532 or 7083699. OLE color: 7083699.
HSL color Cylindrical-coordinate representation of color #B3166C: hue angle of 327.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3166C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.30 |
| HSL | 327.13º | 0.78% | 0.39% | - |
| HSV(B) | 327.13º | 0.88% | 0.7% | - |
| XYZ | 21.58 | 11.24 | 15.22 | - |
| YUV | 78.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 108 | 0 | 0.88 | 0.40 | 0.30 | 327.13 | 0.78 | 0.39 |
| Hex | B3 | 16 | 6C | 0 | 58 | 28 | 1E | 147 | 4E | 27 |
| Octal | 263 | 26 | 154 | 0 | 130 | 50 | 36 | 507 | 116 | 47 |
| Binary | 10110011 | 10110 | 1101100 | 0 | 1011000 | 101000 | 11110 | 101000111 | 1001110 | 100111 |
Color Harmonies of #B3166C
Complementary color
Monochromatic Colors of #B3166C
Black with #B3166C
Text Example
Text Example
White with #B3166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3166C; }
p { color: rgb(179,22,108); }
H1.HeaderClassName
{
color: #B3166C;
}
.AnyTagClassName
{
color: #B3166C;
}
</style>
background-color css
<style>
a { background-color: #B3166C; }
a { background-color: rgb(179,22,108); }
div.DivClassName
{
background-color: #B3166C;
}
.BgClassName
{
background-color: #B3166C;
}
</style>
border-color css
<style>
span { border-color: #B3166C; }
span { border-color: rgb(179,22,108); }
td.TdClassName
{
border-color: #B3166C;
}
.TagClassName
{
border-color: #B3166C;
}
</style>