Shades of Jazzberry Jam #B51C5E
Tints of Jazzberry Jam #B51C5E
RGB
CMYK
RGB Variations
Color information
#B51C5E (or 0xB51C5E) is known color: Jazzberry Jam. HEX triplet: B5, 1C and 5E. RGB value is (181,28,94). Sum of RGB (Red+Green+Blue) = 181+28+94=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51C5E is #4AE3A1. Grayscale: #515151. Windows color (decimal): -4907938 or 6167733. OLE color: 6167733.
HSL color Cylindrical-coordinate representation of color #B51C5E: hue angle of 334.12º 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 #B51C5E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 94 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.29 |
| HSL | 334.12º | 0.73% | 0.41% | - |
| HSV(B) | 334.12º | 0.85% | 0.71% | - |
| XYZ | 21.49 | 11.46 | 11.67 | - |
| YUV | 81.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 94 | 0 | 0.85 | 0.48 | 0.29 | 334.12 | 0.73 | 0.41 |
| Hex | B5 | 1C | 5E | 0 | 55 | 30 | 1D | 14E | 49 | 29 |
| Octal | 265 | 34 | 136 | 0 | 125 | 60 | 35 | 516 | 111 | 51 |
| Binary | 10110101 | 11100 | 1011110 | 0 | 1010101 | 110000 | 11101 | 101001110 | 1001001 | 101001 |
Color Harmonies of #B51C5E
Complementary color
Monochromatic Colors of #B51C5E
Black with #B51C5E
Text Example
Text Example
White with #B51C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C5E; }
p { color: rgb(181,28,94); }
H1.HeaderClassName
{
color: #B51C5E;
}
.AnyTagClassName
{
color: #B51C5E;
}
</style>
background-color css
<style>
a { background-color: #B51C5E; }
a { background-color: rgb(181,28,94); }
div.DivClassName
{
background-color: #B51C5E;
}
.BgClassName
{
background-color: #B51C5E;
}
</style>
border-color css
<style>
span { border-color: #B51C5E; }
span { border-color: rgb(181,28,94); }
td.TdClassName
{
border-color: #B51C5E;
}
.TagClassName
{
border-color: #B51C5E;
}
</style>