Shades of Jazzberry Jam #B31A6B
Tints of Jazzberry Jam #B31A6B
RGB
CMYK
RGB Variations
Color information
#B31A6B (or 0xB31A6B) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 6B. RGB value is (179,26,107). Sum of RGB (Red+Green+Blue) = 179+26+107=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A6B is #4CE594. Grayscale: #505050. Windows color (decimal): -5039509 or 7019187. OLE color: 7019187.
HSL color Cylindrical-coordinate representation of color #B31A6B: hue angle of 328.24º 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 #B31A6B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 107 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.30 |
| HSL | 328.24º | 0.75% | 0.4% | - |
| HSV(B) | 328.24º | 0.85% | 0.7% | - |
| XYZ | 21.61 | 11.38 | 14.97 | - |
| YUV | 80.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 107 | 0 | 0.85 | 0.40 | 0.30 | 328.24 | 0.75 | 0.4 |
| Hex | B3 | 1A | 6B | 0 | 55 | 28 | 1E | 148 | 4B | 28 |
| Octal | 263 | 32 | 153 | 0 | 125 | 50 | 36 | 510 | 113 | 50 |
| Binary | 10110011 | 11010 | 1101011 | 0 | 1010101 | 101000 | 11110 | 101001000 | 1001011 | 101000 |
Color Harmonies of #B31A6B
Complementary color
Monochromatic Colors of #B31A6B
Black with #B31A6B
Text Example
Text Example
White with #B31A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A6B; }
p { color: rgb(179,26,107); }
H1.HeaderClassName
{
color: #B31A6B;
}
.AnyTagClassName
{
color: #B31A6B;
}
</style>
background-color css
<style>
a { background-color: #B31A6B; }
a { background-color: rgb(179,26,107); }
div.DivClassName
{
background-color: #B31A6B;
}
.BgClassName
{
background-color: #B31A6B;
}
</style>
border-color css
<style>
span { border-color: #B31A6B; }
span { border-color: rgb(179,26,107); }
td.TdClassName
{
border-color: #B31A6B;
}
.TagClassName
{
border-color: #B31A6B;
}
</style>