Shades of Jazzberry Jam #B31A6C
Tints of Jazzberry Jam #B31A6C
RGB
CMYK
RGB Variations
Color information
#B31A6C (or 0xB31A6C) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 6C. RGB value is (179,26,108). Sum of RGB (Red+Green+Blue) = 179+26+108=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A6C is #4CE593. Grayscale: #505050. Windows color (decimal): -5039508 or 7084723. OLE color: 7084723.
HSL color Cylindrical-coordinate representation of color #B31A6C: hue angle of 327.84º 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 #B31A6C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 108 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.30 |
| HSL | 327.84º | 0.75% | 0.4% | - |
| HSV(B) | 327.84º | 0.85% | 0.7% | - |
| XYZ | 21.67 | 11.41 | 15.25 | - |
| YUV | 81.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 108 | 0 | 0.85 | 0.40 | 0.30 | 327.84 | 0.75 | 0.4 |
| Hex | B3 | 1A | 6C | 0 | 55 | 28 | 1E | 148 | 4B | 28 |
| Octal | 263 | 32 | 154 | 0 | 125 | 50 | 36 | 510 | 113 | 50 |
| Binary | 10110011 | 11010 | 1101100 | 0 | 1010101 | 101000 | 11110 | 101001000 | 1001011 | 101000 |
Color Harmonies of #B31A6C
Complementary color
Monochromatic Colors of #B31A6C
Black with #B31A6C
Text Example
Text Example
White with #B31A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A6C; }
p { color: rgb(179,26,108); }
H1.HeaderClassName
{
color: #B31A6C;
}
.AnyTagClassName
{
color: #B31A6C;
}
</style>
background-color css
<style>
a { background-color: #B31A6C; }
a { background-color: rgb(179,26,108); }
div.DivClassName
{
background-color: #B31A6C;
}
.BgClassName
{
background-color: #B31A6C;
}
</style>
border-color css
<style>
span { border-color: #B31A6C; }
span { border-color: rgb(179,26,108); }
td.TdClassName
{
border-color: #B31A6C;
}
.TagClassName
{
border-color: #B31A6C;
}
</style>