Shades of Jazzberry Jam #B51854
Tints of Jazzberry Jam #B51854
RGB
CMYK
RGB Variations
Color information
#B51854 (or 0xB51854) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 54. RGB value is (181,24,84). Sum of RGB (Red+Green+Blue) = 181+24+84=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B51854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51854 is #4AE7AB. Grayscale: #4D4D4D. Windows color (decimal): -4908972 or 5511349. OLE color: 5511349.
HSL color Cylindrical-coordinate representation of color #B51854: hue angle of 337.07º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51854 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 84 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.29 |
| HSL | 337.07º | 0.77% | 0.4% | - |
| HSV(B) | 337.07º | 0.87% | 0.71% | - |
| XYZ | 20.98 | 11.12 | 9.43 | - |
| YUV | 77.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 84 | 0 | 0.87 | 0.54 | 0.29 | 337.07 | 0.77 | 0.4 |
| Hex | B5 | 18 | 54 | 0 | 57 | 36 | 1D | 151 | 4D | 28 |
| Octal | 265 | 30 | 124 | 0 | 127 | 66 | 35 | 521 | 115 | 50 |
| Binary | 10110101 | 11000 | 1010100 | 0 | 1010111 | 110110 | 11101 | 101010001 | 1001101 | 101000 |
Color Harmonies of #B51854
Complementary color
Monochromatic Colors of #B51854
Black with #B51854
Text Example
Text Example
White with #B51854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51854; }
p { color: rgb(181,24,84); }
H1.HeaderClassName
{
color: #B51854;
}
.AnyTagClassName
{
color: #B51854;
}
</style>
background-color css
<style>
a { background-color: #B51854; }
a { background-color: rgb(181,24,84); }
div.DivClassName
{
background-color: #B51854;
}
.BgClassName
{
background-color: #B51854;
}
</style>
border-color css
<style>
span { border-color: #B51854; }
span { border-color: rgb(181,24,84); }
td.TdClassName
{
border-color: #B51854;
}
.TagClassName
{
border-color: #B51854;
}
</style>