Shades of Jazzberry Jam #B40459
Tints of Jazzberry Jam #B40459
RGB
CMYK
RGB Variations
Color information
#B40459 (or 0xB40459) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 59. RGB value is (180,4,89). Sum of RGB (Red+Green+Blue) = 180+4+89=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B40459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40459 is #4BFBA6. Grayscale: #424242. Windows color (decimal): -4979623 or 5833908. OLE color: 5833908.
HSL color Cylindrical-coordinate representation of color #B40459: hue angle of 331.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40459 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.29 |
| HSL | 331.02º | 0.96% | 0.36% | - |
| HSV(B) | 331.02º | 0.98% | 0.71% | - |
| XYZ | 20.67 | 10.51 | 10.39 | - |
| YUV | 66.31 | 140.81 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 89 | 0 | 0.98 | 0.51 | 0.29 | 331.02 | 0.96 | 0.36 |
| Hex | B4 | 4 | 59 | 0 | 62 | 33 | 1D | 14B | 60 | 24 |
| Octal | 264 | 4 | 131 | 0 | 142 | 63 | 35 | 513 | 140 | 44 |
| Binary | 10110100 | 100 | 1011001 | 0 | 1100010 | 110011 | 11101 | 101001011 | 1100000 | 100100 |
Color Harmonies of #B40459
Complementary color
Monochromatic Colors of #B40459
Black with #B40459
Text Example
Text Example
White with #B40459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40459; }
p { color: rgb(180,4,89); }
H1.HeaderClassName
{
color: #B40459;
}
.AnyTagClassName
{
color: #B40459;
}
</style>
background-color css
<style>
a { background-color: #B40459; }
a { background-color: rgb(180,4,89); }
div.DivClassName
{
background-color: #B40459;
}
.BgClassName
{
background-color: #B40459;
}
</style>
border-color css
<style>
span { border-color: #B40459; }
span { border-color: rgb(180,4,89); }
td.TdClassName
{
border-color: #B40459;
}
.TagClassName
{
border-color: #B40459;
}
</style>