Shades of Jazzberry Jam #B40F73
Tints of Jazzberry Jam #B40F73
RGB
CMYK
RGB Variations
Color information
#B40F73 (or 0xB40F73) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 73. RGB value is (180,15,115). Sum of RGB (Red+Green+Blue) = 180+15+115=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F73 is #4BF08C. Grayscale: #4B4B4B. Windows color (decimal): -4976781 or 7540660. OLE color: 7540660.
HSL color Cylindrical-coordinate representation of color #B40F73: hue angle of 323.64º 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 #B40F73 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 115 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.29 |
| HSL | 323.64º | 0.85% | 0.38% | - |
| HSV(B) | 323.64º | 0.92% | 0.71% | - |
| XYZ | 22.09 | 11.28 | 17.23 | - |
| YUV | 75.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 115 | 0 | 0.92 | 0.36 | 0.29 | 323.64 | 0.85 | 0.38 |
| Hex | B4 | F | 73 | 0 | 5C | 24 | 1D | 144 | 55 | 26 |
| Octal | 264 | 17 | 163 | 0 | 134 | 44 | 35 | 504 | 125 | 46 |
| Binary | 10110100 | 1111 | 1110011 | 0 | 1011100 | 100100 | 11101 | 101000100 | 1010101 | 100110 |
Color Harmonies of #B40F73
Complementary color
Monochromatic Colors of #B40F73
Black with #B40F73
Text Example
Text Example
White with #B40F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F73; }
p { color: rgb(180,15,115); }
H1.HeaderClassName
{
color: #B40F73;
}
.AnyTagClassName
{
color: #B40F73;
}
</style>
background-color css
<style>
a { background-color: #B40F73; }
a { background-color: rgb(180,15,115); }
div.DivClassName
{
background-color: #B40F73;
}
.BgClassName
{
background-color: #B40F73;
}
</style>
border-color css
<style>
span { border-color: #B40F73; }
span { border-color: rgb(180,15,115); }
td.TdClassName
{
border-color: #B40F73;
}
.TagClassName
{
border-color: #B40F73;
}
</style>