Shades of Jazzberry Jam #B40059
Tints of Jazzberry Jam #B40059
RGB
CMYK
RGB Variations
Color information
#B40059 (or 0xB40059) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 59. RGB value is (180,0,89). Sum of RGB (Red+Green+Blue) = 180+0+89=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B40059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40059 is #4BFFA6. Grayscale: #3F3F3F. Windows color (decimal): -4980647 or 5832884. OLE color: 5832884.
HSL color Cylindrical-coordinate representation of color #B40059: hue angle of 330.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40059 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.51 | 0.29 |
| HSL | 330.33º | 1% | 0.35% | - |
| HSV(B) | 330.33º | 1% | 0.71% | - |
| XYZ | 20.63 | 10.42 | 10.38 | - |
| YUV | 63.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 89 | 0 | 1 | 0.51 | 0.29 | 330.33 | 1 | 0.35 |
| Hex | B4 | 0 | 59 | 0 | 64 | 33 | 1D | 14A | 64 | 23 |
| Octal | 264 | 0 | 131 | 0 | 144 | 63 | 35 | 512 | 144 | 43 |
| Binary | 10110100 | 0 | 1011001 | 0 | 1100100 | 110011 | 11101 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B40059
Complementary color
Monochromatic Colors of #B40059
Black with #B40059
Text Example
Text Example
White with #B40059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40059; }
p { color: rgb(180,0,89); }
H1.HeaderClassName
{
color: #B40059;
}
.AnyTagClassName
{
color: #B40059;
}
</style>
background-color css
<style>
a { background-color: #B40059; }
a { background-color: rgb(180,0,89); }
div.DivClassName
{
background-color: #B40059;
}
.BgClassName
{
background-color: #B40059;
}
</style>
border-color css
<style>
span { border-color: #B40059; }
span { border-color: rgb(180,0,89); }
td.TdClassName
{
border-color: #B40059;
}
.TagClassName
{
border-color: #B40059;
}
</style>