Shades of Jazzberry Jam #B51C63
Tints of Jazzberry Jam #B51C63
RGB
CMYK
RGB Variations
Color information
#B51C63 (or 0xB51C63) is known color: Jazzberry Jam. HEX triplet: B5, 1C and 63. RGB value is (181,28,99). Sum of RGB (Red+Green+Blue) = 181+28+99=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C63 is #4AE39C. Grayscale: #515151. Windows color (decimal): -4907933 or 6495413. OLE color: 6495413.
HSL color Cylindrical-coordinate representation of color #B51C63: hue angle of 332.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51C63 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 99 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.29 |
| HSL | 332.16º | 0.73% | 0.41% | - |
| HSV(B) | 332.16º | 0.85% | 0.71% | - |
| XYZ | 21.72 | 11.56 | 12.89 | - |
| YUV | 81.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 99 | 0 | 0.85 | 0.45 | 0.29 | 332.16 | 0.73 | 0.41 |
| Hex | B5 | 1C | 63 | 0 | 55 | 2D | 1D | 14C | 49 | 29 |
| Octal | 265 | 34 | 143 | 0 | 125 | 55 | 35 | 514 | 111 | 51 |
| Binary | 10110101 | 11100 | 1100011 | 0 | 1010101 | 101101 | 11101 | 101001100 | 1001001 | 101001 |
Color Harmonies of #B51C63
Complementary color
Monochromatic Colors of #B51C63
Black with #B51C63
Text Example
Text Example
White with #B51C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C63; }
p { color: rgb(181,28,99); }
H1.HeaderClassName
{
color: #B51C63;
}
.AnyTagClassName
{
color: #B51C63;
}
</style>
background-color css
<style>
a { background-color: #B51C63; }
a { background-color: rgb(181,28,99); }
div.DivClassName
{
background-color: #B51C63;
}
.BgClassName
{
background-color: #B51C63;
}
</style>
border-color css
<style>
span { border-color: #B51C63; }
span { border-color: rgb(181,28,99); }
td.TdClassName
{
border-color: #B51C63;
}
.TagClassName
{
border-color: #B51C63;
}
</style>