Shades of Jazzberry Jam #B31767
Tints of Jazzberry Jam #B31767
RGB
CMYK
RGB Variations
Color information
#B31767 (or 0xB31767) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 67. RGB value is (179,23,103). Sum of RGB (Red+Green+Blue) = 179+23+103=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B31767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31767 is #4CE898. Grayscale: #4E4E4E. Windows color (decimal): -5040281 or 6756275. OLE color: 6756275.
HSL color Cylindrical-coordinate representation of color #B31767: hue angle of 329.23º 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 #B31767 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 103 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.30 |
| HSL | 329.23º | 0.77% | 0.4% | - |
| HSV(B) | 329.23º | 0.87% | 0.7% | - |
| XYZ | 21.34 | 11.18 | 13.86 | - |
| YUV | 78.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 103 | 0 | 0.87 | 0.42 | 0.30 | 329.23 | 0.77 | 0.4 |
| Hex | B3 | 17 | 67 | 0 | 57 | 2A | 1E | 149 | 4D | 28 |
| Octal | 263 | 27 | 147 | 0 | 127 | 52 | 36 | 511 | 115 | 50 |
| Binary | 10110011 | 10111 | 1100111 | 0 | 1010111 | 101010 | 11110 | 101001001 | 1001101 | 101000 |
Color Harmonies of #B31767
Complementary color
Monochromatic Colors of #B31767
Black with #B31767
Text Example
Text Example
White with #B31767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31767; }
p { color: rgb(179,23,103); }
H1.HeaderClassName
{
color: #B31767;
}
.AnyTagClassName
{
color: #B31767;
}
</style>
background-color css
<style>
a { background-color: #B31767; }
a { background-color: rgb(179,23,103); }
div.DivClassName
{
background-color: #B31767;
}
.BgClassName
{
background-color: #B31767;
}
</style>
border-color css
<style>
span { border-color: #B31767; }
span { border-color: rgb(179,23,103); }
td.TdClassName
{
border-color: #B31767;
}
.TagClassName
{
border-color: #B31767;
}
</style>