Shades of Jazzberry Jam #B51463
Tints of Jazzberry Jam #B51463
RGB
CMYK
RGB Variations
Color information
#B51463 (or 0xB51463) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 63. RGB value is (181,20,99). Sum of RGB (Red+Green+Blue) = 181+20+99=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B51463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51463 is #4AEB9C. Grayscale: #4C4C4C. Windows color (decimal): -4909981 or 6493365. OLE color: 6493365.
HSL color Cylindrical-coordinate representation of color #B51463: hue angle of 330.56º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51463 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 99 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.29 |
| HSL | 330.56º | 0.8% | 0.39% | - |
| HSV(B) | 330.56º | 0.89% | 0.71% | - |
| XYZ | 21.56 | 11.22 | 12.83 | - |
| YUV | 77.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 99 | 0 | 0.89 | 0.45 | 0.29 | 330.56 | 0.8 | 0.39 |
| Hex | B5 | 14 | 63 | 0 | 59 | 2D | 1D | 14B | 50 | 27 |
| Octal | 265 | 24 | 143 | 0 | 131 | 55 | 35 | 513 | 120 | 47 |
| Binary | 10110101 | 10100 | 1100011 | 0 | 1011001 | 101101 | 11101 | 101001011 | 1010000 | 100111 |
Color Harmonies of #B51463
Complementary color
Monochromatic Colors of #B51463
Black with #B51463
Text Example
Text Example
White with #B51463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51463; }
p { color: rgb(181,20,99); }
H1.HeaderClassName
{
color: #B51463;
}
.AnyTagClassName
{
color: #B51463;
}
</style>
background-color css
<style>
a { background-color: #B51463; }
a { background-color: rgb(181,20,99); }
div.DivClassName
{
background-color: #B51463;
}
.BgClassName
{
background-color: #B51463;
}
</style>
border-color css
<style>
span { border-color: #B51463; }
span { border-color: rgb(181,20,99); }
td.TdClassName
{
border-color: #B51463;
}
.TagClassName
{
border-color: #B51463;
}
</style>