Shades of Jazzberry Jam #B40F59
Tints of Jazzberry Jam #B40F59
RGB
CMYK
RGB Variations
Color information
#B40F59 (or 0xB40F59) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 59. RGB value is (180,15,89). Sum of RGB (Red+Green+Blue) = 180+15+89=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F59 is #4BF0A6. Grayscale: #484848. Windows color (decimal): -4976807 or 5836724. OLE color: 5836724.
HSL color Cylindrical-coordinate representation of color #B40F59: hue angle of 333.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F59 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 89 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.29 |
| HSL | 333.09º | 0.85% | 0.38% | - |
| HSV(B) | 333.09º | 0.92% | 0.71% | - |
| XYZ | 20.8 | 10.77 | 10.43 | - |
| YUV | 72.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 89 | 0 | 0.92 | 0.51 | 0.29 | 333.09 | 0.85 | 0.38 |
| Hex | B4 | F | 59 | 0 | 5C | 33 | 1D | 14D | 55 | 26 |
| Octal | 264 | 17 | 131 | 0 | 134 | 63 | 35 | 515 | 125 | 46 |
| Binary | 10110100 | 1111 | 1011001 | 0 | 1011100 | 110011 | 11101 | 101001101 | 1010101 | 100110 |
Color Harmonies of #B40F59
Complementary color
Monochromatic Colors of #B40F59
Black with #B40F59
Text Example
Text Example
White with #B40F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F59; }
p { color: rgb(180,15,89); }
H1.HeaderClassName
{
color: #B40F59;
}
.AnyTagClassName
{
color: #B40F59;
}
</style>
background-color css
<style>
a { background-color: #B40F59; }
a { background-color: rgb(180,15,89); }
div.DivClassName
{
background-color: #B40F59;
}
.BgClassName
{
background-color: #B40F59;
}
</style>
border-color css
<style>
span { border-color: #B40F59; }
span { border-color: rgb(180,15,89); }
td.TdClassName
{
border-color: #B40F59;
}
.TagClassName
{
border-color: #B40F59;
}
</style>