Shades of Jazzberry Jam #B40759
Tints of Jazzberry Jam #B40759
RGB
CMYK
RGB Variations
Color information
#B40759 (or 0xB40759) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 59. RGB value is (180,7,89). Sum of RGB (Red+Green+Blue) = 180+7+89=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B40759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40759 is #4BF8A6. Grayscale: #434343. Windows color (decimal): -4978855 or 5834676. OLE color: 5834676.
HSL color Cylindrical-coordinate representation of color #B40759: hue angle of 331.56º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40759 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 89 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.29 |
| HSL | 331.56º | 0.93% | 0.37% | - |
| HSV(B) | 331.56º | 0.96% | 0.71% | - |
| XYZ | 20.7 | 10.58 | 10.4 | - |
| YUV | 68.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 89 | 0 | 0.96 | 0.51 | 0.29 | 331.56 | 0.93 | 0.37 |
| Hex | B4 | 7 | 59 | 0 | 60 | 33 | 1D | 14C | 5D | 25 |
| Octal | 264 | 7 | 131 | 0 | 140 | 63 | 35 | 514 | 135 | 45 |
| Binary | 10110100 | 111 | 1011001 | 0 | 1100000 | 110011 | 11101 | 101001100 | 1011101 | 100101 |
Color Harmonies of #B40759
Complementary color
Monochromatic Colors of #B40759
Black with #B40759
Text Example
Text Example
White with #B40759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40759; }
p { color: rgb(180,7,89); }
H1.HeaderClassName
{
color: #B40759;
}
.AnyTagClassName
{
color: #B40759;
}
</style>
background-color css
<style>
a { background-color: #B40759; }
a { background-color: rgb(180,7,89); }
div.DivClassName
{
background-color: #B40759;
}
.BgClassName
{
background-color: #B40759;
}
</style>
border-color css
<style>
span { border-color: #B40759; }
span { border-color: rgb(180,7,89); }
td.TdClassName
{
border-color: #B40759;
}
.TagClassName
{
border-color: #B40759;
}
</style>