Shades of Jazzberry Jam #B31653
Tints of Jazzberry Jam #B31653
RGB
CMYK
RGB Variations
Color information
#B31653 (or 0xB31653) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 53. RGB value is (179,22,83). Sum of RGB (Red+Green+Blue) = 179+22+83=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31653 is #4CE9AC. Grayscale: #4B4B4B. Windows color (decimal): -5040557 or 5445299. OLE color: 5445299.
HSL color Cylindrical-coordinate representation of color #B31653: hue angle of 336.69º degrees, saturation: 0.78, 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 #B31653 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 83 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.30 |
| HSL | 336.69º | 0.78% | 0.39% | - |
| HSV(B) | 336.69º | 0.88% | 0.7% | - |
| XYZ | 20.44 | 10.78 | 9.19 | - |
| YUV | 75.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 83 | 0 | 0.88 | 0.54 | 0.30 | 336.69 | 0.78 | 0.39 |
| Hex | B3 | 16 | 53 | 0 | 58 | 36 | 1E | 151 | 4E | 27 |
| Octal | 263 | 26 | 123 | 0 | 130 | 66 | 36 | 521 | 116 | 47 |
| Binary | 10110011 | 10110 | 1010011 | 0 | 1011000 | 110110 | 11110 | 101010001 | 1001110 | 100111 |
Color Harmonies of #B31653
Complementary color
Monochromatic Colors of #B31653
Black with #B31653
Text Example
Text Example
White with #B31653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31653; }
p { color: rgb(179,22,83); }
H1.HeaderClassName
{
color: #B31653;
}
.AnyTagClassName
{
color: #B31653;
}
</style>
background-color css
<style>
a { background-color: #B31653; }
a { background-color: rgb(179,22,83); }
div.DivClassName
{
background-color: #B31653;
}
.BgClassName
{
background-color: #B31653;
}
</style>
border-color css
<style>
span { border-color: #B31653; }
span { border-color: rgb(179,22,83); }
td.TdClassName
{
border-color: #B31653;
}
.TagClassName
{
border-color: #B31653;
}
</style>