Shades of Jazzberry Jam #B31567
Tints of Jazzberry Jam #B31567
RGB
CMYK
RGB Variations
Color information
#B31567 (or 0xB31567) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 67. RGB value is (179,21,103). Sum of RGB (Red+Green+Blue) = 179+21+103=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B31567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31567 is #4CEA98. Grayscale: #4D4D4D. Windows color (decimal): -5040793 or 6755763. OLE color: 6755763.
HSL color Cylindrical-coordinate representation of color #B31567: hue angle of 328.86º degrees, saturation: 0.79, 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 #B31567 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 103 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.30 |
| HSL | 328.86º | 0.79% | 0.39% | - |
| HSV(B) | 328.86º | 0.88% | 0.7% | - |
| XYZ | 21.31 | 11.1 | 13.85 | - |
| YUV | 77.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 103 | 0 | 0.88 | 0.42 | 0.30 | 328.86 | 0.79 | 0.39 |
| Hex | B3 | 15 | 67 | 0 | 58 | 2A | 1E | 149 | 4F | 27 |
| Octal | 263 | 25 | 147 | 0 | 130 | 52 | 36 | 511 | 117 | 47 |
| Binary | 10110011 | 10101 | 1100111 | 0 | 1011000 | 101010 | 11110 | 101001001 | 1001111 | 100111 |
Color Harmonies of #B31567
Complementary color
Monochromatic Colors of #B31567
Black with #B31567
Text Example
Text Example
White with #B31567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31567; }
p { color: rgb(179,21,103); }
H1.HeaderClassName
{
color: #B31567;
}
.AnyTagClassName
{
color: #B31567;
}
</style>
background-color css
<style>
a { background-color: #B31567; }
a { background-color: rgb(179,21,103); }
div.DivClassName
{
background-color: #B31567;
}
.BgClassName
{
background-color: #B31567;
}
</style>
border-color css
<style>
span { border-color: #B31567; }
span { border-color: rgb(179,21,103); }
td.TdClassName
{
border-color: #B31567;
}
.TagClassName
{
border-color: #B31567;
}
</style>