Shades of Jazzberry Jam #B51E5D
Tints of Jazzberry Jam #B51E5D
RGB
CMYK
RGB Variations
Color information
#B51E5D (or 0xB51E5D) is known color: Jazzberry Jam. HEX triplet: B5, 1E and 5D. RGB value is (181,30,93). Sum of RGB (Red+Green+Blue) = 181+30+93=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E5D is #4AE1A2. Grayscale: #525252. Windows color (decimal): -4907427 or 6102709. OLE color: 6102709.
HSL color Cylindrical-coordinate representation of color #B51E5D: hue angle of 334.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E5D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 93 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.29 |
| HSL | 334.97º | 0.72% | 0.41% | - |
| HSV(B) | 334.97º | 0.83% | 0.71% | - |
| XYZ | 21.5 | 11.54 | 11.45 | - |
| YUV | 82.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 93 | 0 | 0.83 | 0.49 | 0.29 | 334.97 | 0.72 | 0.41 |
| Hex | B5 | 1E | 5D | 0 | 53 | 31 | 1D | 14F | 48 | 29 |
| Octal | 265 | 36 | 135 | 0 | 123 | 61 | 35 | 517 | 110 | 51 |
| Binary | 10110101 | 11110 | 1011101 | 0 | 1010011 | 110001 | 11101 | 101001111 | 1001000 | 101001 |
Color Harmonies of #B51E5D
Complementary color
Monochromatic Colors of #B51E5D
Black with #B51E5D
Text Example
Text Example
White with #B51E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E5D; }
p { color: rgb(181,30,93); }
H1.HeaderClassName
{
color: #B51E5D;
}
.AnyTagClassName
{
color: #B51E5D;
}
</style>
background-color css
<style>
a { background-color: #B51E5D; }
a { background-color: rgb(181,30,93); }
div.DivClassName
{
background-color: #B51E5D;
}
.BgClassName
{
background-color: #B51E5D;
}
</style>
border-color css
<style>
span { border-color: #B51E5D; }
span { border-color: rgb(181,30,93); }
td.TdClassName
{
border-color: #B51E5D;
}
.TagClassName
{
border-color: #B51E5D;
}
</style>