Shades of Jazzberry Jam #B31A65
Tints of Jazzberry Jam #B31A65
RGB
CMYK
RGB Variations
Color information
#B31A65 (or 0xB31A65) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 65. RGB value is (179,26,101). Sum of RGB (Red+Green+Blue) = 179+26+101=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A65 is #4CE59A. Grayscale: #505050. Windows color (decimal): -5039515 or 6625971. OLE color: 6625971.
HSL color Cylindrical-coordinate representation of color #B31A65: hue angle of 330.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A65 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 101 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.30 |
| HSL | 330.59º | 0.75% | 0.4% | - |
| HSV(B) | 330.59º | 0.85% | 0.7% | - |
| XYZ | 21.31 | 11.26 | 13.36 | - |
| YUV | 80.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 101 | 0 | 0.85 | 0.44 | 0.30 | 330.59 | 0.75 | 0.4 |
| Hex | B3 | 1A | 65 | 0 | 55 | 2C | 1E | 14B | 4B | 28 |
| Octal | 263 | 32 | 145 | 0 | 125 | 54 | 36 | 513 | 113 | 50 |
| Binary | 10110011 | 11010 | 1100101 | 0 | 1010101 | 101100 | 11110 | 101001011 | 1001011 | 101000 |
Color Harmonies of #B31A65
Complementary color
Monochromatic Colors of #B31A65
Black with #B31A65
Text Example
Text Example
White with #B31A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A65; }
p { color: rgb(179,26,101); }
H1.HeaderClassName
{
color: #B31A65;
}
.AnyTagClassName
{
color: #B31A65;
}
</style>
background-color css
<style>
a { background-color: #B31A65; }
a { background-color: rgb(179,26,101); }
div.DivClassName
{
background-color: #B31A65;
}
.BgClassName
{
background-color: #B31A65;
}
</style>
border-color css
<style>
span { border-color: #B31A65; }
span { border-color: rgb(179,26,101); }
td.TdClassName
{
border-color: #B31A65;
}
.TagClassName
{
border-color: #B31A65;
}
</style>