Shades of Jazzberry Jam #B51D63
Tints of Jazzberry Jam #B51D63
RGB
CMYK
RGB Variations
Color information
#B51D63 (or 0xB51D63) is known color: Jazzberry Jam. HEX triplet: B5, 1D and 63. RGB value is (181,29,99). Sum of RGB (Red+Green+Blue) = 181+29+99=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51D63 is #4AE29C. Grayscale: #525252. Windows color (decimal): -4907677 or 6495669. OLE color: 6495669.
HSL color Cylindrical-coordinate representation of color #B51D63: hue angle of 332.37º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D63 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 99 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.29 |
| HSL | 332.37º | 0.72% | 0.41% | - |
| HSV(B) | 332.37º | 0.84% | 0.71% | - |
| XYZ | 21.75 | 11.6 | 12.9 | - |
| YUV | 82.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 99 | 0 | 0.84 | 0.45 | 0.29 | 332.37 | 0.72 | 0.41 |
| Hex | B5 | 1D | 63 | 0 | 54 | 2D | 1D | 14C | 48 | 29 |
| Octal | 265 | 35 | 143 | 0 | 124 | 55 | 35 | 514 | 110 | 51 |
| Binary | 10110101 | 11101 | 1100011 | 0 | 1010100 | 101101 | 11101 | 101001100 | 1001000 | 101001 |
Color Harmonies of #B51D63
Complementary color
Monochromatic Colors of #B51D63
Black with #B51D63
Text Example
Text Example
White with #B51D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D63; }
p { color: rgb(181,29,99); }
H1.HeaderClassName
{
color: #B51D63;
}
.AnyTagClassName
{
color: #B51D63;
}
</style>
background-color css
<style>
a { background-color: #B51D63; }
a { background-color: rgb(181,29,99); }
div.DivClassName
{
background-color: #B51D63;
}
.BgClassName
{
background-color: #B51D63;
}
</style>
border-color css
<style>
span { border-color: #B51D63; }
span { border-color: rgb(181,29,99); }
td.TdClassName
{
border-color: #B51D63;
}
.TagClassName
{
border-color: #B51D63;
}
</style>