Shades of Jazzberry Jam #B40F62
Tints of Jazzberry Jam #B40F62
RGB
CMYK
RGB Variations
Color information
#B40F62 (or 0xB40F62) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 62. RGB value is (180,15,98). Sum of RGB (Red+Green+Blue) = 180+15+98=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F62 is #4BF09D. Grayscale: #494949. Windows color (decimal): -4976798 or 6426548. OLE color: 6426548.
HSL color Cylindrical-coordinate representation of color #B40F62: hue angle of 329.82º 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 #B40F62 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 98 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.29 |
| HSL | 329.82º | 0.85% | 0.38% | - |
| HSV(B) | 329.82º | 0.92% | 0.71% | - |
| XYZ | 21.2 | 10.93 | 12.55 | - |
| YUV | 73.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 98 | 0 | 0.92 | 0.46 | 0.29 | 329.82 | 0.85 | 0.38 |
| Hex | B4 | F | 62 | 0 | 5C | 2E | 1D | 14A | 55 | 26 |
| Octal | 264 | 17 | 142 | 0 | 134 | 56 | 35 | 512 | 125 | 46 |
| Binary | 10110100 | 1111 | 1100010 | 0 | 1011100 | 101110 | 11101 | 101001010 | 1010101 | 100110 |
Color Harmonies of #B40F62
Complementary color
Monochromatic Colors of #B40F62
Black with #B40F62
Text Example
Text Example
White with #B40F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F62; }
p { color: rgb(180,15,98); }
H1.HeaderClassName
{
color: #B40F62;
}
.AnyTagClassName
{
color: #B40F62;
}
</style>
background-color css
<style>
a { background-color: #B40F62; }
a { background-color: rgb(180,15,98); }
div.DivClassName
{
background-color: #B40F62;
}
.BgClassName
{
background-color: #B40F62;
}
</style>
border-color css
<style>
span { border-color: #B40F62; }
span { border-color: rgb(180,15,98); }
td.TdClassName
{
border-color: #B40F62;
}
.TagClassName
{
border-color: #B40F62;
}
</style>