Shades of Jazzberry Jam #B31565
Tints of Jazzberry Jam #B31565
RGB
CMYK
RGB Variations
Color information
#B31565 (or 0xB31565) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 65. RGB value is (179,21,101). Sum of RGB (Red+Green+Blue) = 179+21+101=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B31565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31565 is #4CEA9A. Grayscale: #4D4D4D. Windows color (decimal): -5040795 or 6624691. OLE color: 6624691.
HSL color Cylindrical-coordinate representation of color #B31565: hue angle of 329.62º 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 #B31565 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.30 |
| HSL | 329.62º | 0.79% | 0.39% | - |
| HSV(B) | 329.62º | 0.88% | 0.7% | - |
| XYZ | 21.21 | 11.06 | 13.33 | - |
| YUV | 77.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 101 | 0 | 0.88 | 0.44 | 0.30 | 329.62 | 0.79 | 0.39 |
| Hex | B3 | 15 | 65 | 0 | 58 | 2C | 1E | 14A | 4F | 27 |
| Octal | 263 | 25 | 145 | 0 | 130 | 54 | 36 | 512 | 117 | 47 |
| Binary | 10110011 | 10101 | 1100101 | 0 | 1011000 | 101100 | 11110 | 101001010 | 1001111 | 100111 |
Color Harmonies of #B31565
Complementary color
Monochromatic Colors of #B31565
Black with #B31565
Text Example
Text Example
White with #B31565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31565; }
p { color: rgb(179,21,101); }
H1.HeaderClassName
{
color: #B31565;
}
.AnyTagClassName
{
color: #B31565;
}
</style>
background-color css
<style>
a { background-color: #B31565; }
a { background-color: rgb(179,21,101); }
div.DivClassName
{
background-color: #B31565;
}
.BgClassName
{
background-color: #B31565;
}
</style>
border-color css
<style>
span { border-color: #B31565; }
span { border-color: rgb(179,21,101); }
td.TdClassName
{
border-color: #B31565;
}
.TagClassName
{
border-color: #B31565;
}
</style>