Shades of Jazzberry Jam #B51C6C
Tints of Jazzberry Jam #B51C6C
RGB
CMYK
RGB Variations
Color information
#B51C6C (or 0xB51C6C) is known color: Jazzberry Jam. HEX triplet: B5, 1C and 6C. RGB value is (181,28,108). Sum of RGB (Red+Green+Blue) = 181+28+108=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C6C is #4AE393. Grayscale: #525252. Windows color (decimal): -4907924 or 7085237. OLE color: 7085237.
HSL color Cylindrical-coordinate representation of color #B51C6C: hue angle of 328.63º 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 #B51C6C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 108 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.29 |
| HSL | 328.63º | 0.73% | 0.41% | - |
| HSV(B) | 328.63º | 0.85% | 0.71% | - |
| XYZ | 22.18 | 11.74 | 15.28 | - |
| YUV | 82.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 108 | 0 | 0.85 | 0.40 | 0.29 | 328.63 | 0.73 | 0.41 |
| Hex | B5 | 1C | 6C | 0 | 55 | 28 | 1D | 149 | 49 | 29 |
| Octal | 265 | 34 | 154 | 0 | 125 | 50 | 35 | 511 | 111 | 51 |
| Binary | 10110101 | 11100 | 1101100 | 0 | 1010101 | 101000 | 11101 | 101001001 | 1001001 | 101001 |
Color Harmonies of #B51C6C
Complementary color
Monochromatic Colors of #B51C6C
Black with #B51C6C
Text Example
Text Example
White with #B51C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C6C; }
p { color: rgb(181,28,108); }
H1.HeaderClassName
{
color: #B51C6C;
}
.AnyTagClassName
{
color: #B51C6C;
}
</style>
background-color css
<style>
a { background-color: #B51C6C; }
a { background-color: rgb(181,28,108); }
div.DivClassName
{
background-color: #B51C6C;
}
.BgClassName
{
background-color: #B51C6C;
}
</style>
border-color css
<style>
span { border-color: #B51C6C; }
span { border-color: rgb(181,28,108); }
td.TdClassName
{
border-color: #B51C6C;
}
.TagClassName
{
border-color: #B51C6C;
}
</style>