Shades of Jazzberry Jam #B31A52
Tints of Jazzberry Jam #B31A52
RGB
CMYK
RGB Variations
Color information
#B31A52 (or 0xB31A52) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 52. RGB value is (179,26,82). Sum of RGB (Red+Green+Blue) = 179+26+82=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A52 is #4CE5AD. Grayscale: #4E4E4E. Windows color (decimal): -5039534 or 5380787. OLE color: 5380787.
HSL color Cylindrical-coordinate representation of color #B31A52: hue angle of 338.04º 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 #B31A52 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 82 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.30 |
| HSL | 338.04º | 0.75% | 0.4% | - |
| HSV(B) | 338.04º | 0.85% | 0.7% | - |
| XYZ | 20.48 | 10.93 | 9.01 | - |
| YUV | 78.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 82 | 0 | 0.85 | 0.54 | 0.30 | 338.04 | 0.75 | 0.4 |
| Hex | B3 | 1A | 52 | 0 | 55 | 36 | 1E | 152 | 4B | 28 |
| Octal | 263 | 32 | 122 | 0 | 125 | 66 | 36 | 522 | 113 | 50 |
| Binary | 10110011 | 11010 | 1010010 | 0 | 1010101 | 110110 | 11110 | 101010010 | 1001011 | 101000 |
Color Harmonies of #B31A52
Complementary color
Monochromatic Colors of #B31A52
Black with #B31A52
Text Example
Text Example
White with #B31A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A52; }
p { color: rgb(179,26,82); }
H1.HeaderClassName
{
color: #B31A52;
}
.AnyTagClassName
{
color: #B31A52;
}
</style>
background-color css
<style>
a { background-color: #B31A52; }
a { background-color: rgb(179,26,82); }
div.DivClassName
{
background-color: #B31A52;
}
.BgClassName
{
background-color: #B31A52;
}
</style>
border-color css
<style>
span { border-color: #B31A52; }
span { border-color: rgb(179,26,82); }
td.TdClassName
{
border-color: #B31A52;
}
.TagClassName
{
border-color: #B31A52;
}
</style>