Shades of Jazzberry Jam #B51565
Tints of Jazzberry Jam #B51565
RGB
CMYK
RGB Variations
Color information
#B51565 (or 0xB51565) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 65. RGB value is (181,21,101). Sum of RGB (Red+Green+Blue) = 181+21+101=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B51565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51565 is #4AEA9A. Grayscale: #4D4D4D. Windows color (decimal): -4909723 or 6624693. OLE color: 6624693.
HSL color Cylindrical-coordinate representation of color #B51565: hue angle of 330º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51565 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.29 |
| HSL | 330º | 0.79% | 0.4% | - |
| HSV(B) | 330º | 0.88% | 0.71% | - |
| XYZ | 21.67 | 11.3 | 13.35 | - |
| YUV | 77.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 101 | 0 | 0.88 | 0.44 | 0.29 | 330 | 0.79 | 0.4 |
| Hex | B5 | 15 | 65 | 0 | 58 | 2C | 1D | 14A | 4F | 28 |
| Octal | 265 | 25 | 145 | 0 | 130 | 54 | 35 | 512 | 117 | 50 |
| Binary | 10110101 | 10101 | 1100101 | 0 | 1011000 | 101100 | 11101 | 101001010 | 1001111 | 101000 |
Color Harmonies of #B51565
Complementary color
Monochromatic Colors of #B51565
Black with #B51565
Text Example
Text Example
White with #B51565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51565; }
p { color: rgb(181,21,101); }
H1.HeaderClassName
{
color: #B51565;
}
.AnyTagClassName
{
color: #B51565;
}
</style>
background-color css
<style>
a { background-color: #B51565; }
a { background-color: rgb(181,21,101); }
div.DivClassName
{
background-color: #B51565;
}
.BgClassName
{
background-color: #B51565;
}
</style>
border-color css
<style>
span { border-color: #B51565; }
span { border-color: rgb(181,21,101); }
td.TdClassName
{
border-color: #B51565;
}
.TagClassName
{
border-color: #B51565;
}
</style>