Shades of Jazzberry Jam #B40C60
Tints of Jazzberry Jam #B40C60
RGB
CMYK
RGB Variations
Color information
#B40C60 (or 0xB40C60) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 60. RGB value is (180,12,96). Sum of RGB (Red+Green+Blue) = 180+12+96=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C60 is #4BF39F. Grayscale: #474747. Windows color (decimal): -4977568 or 6294708. OLE color: 6294708.
HSL color Cylindrical-coordinate representation of color #B40C60: hue angle of 330º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C60 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 96 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.29 |
| HSL | 330º | 0.88% | 0.38% | - |
| HSV(B) | 330º | 0.93% | 0.71% | - |
| XYZ | 21.07 | 10.81 | 12.04 | - |
| YUV | 71.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 96 | 0 | 0.93 | 0.47 | 0.29 | 330 | 0.88 | 0.38 |
| Hex | B4 | C | 60 | 0 | 5D | 2F | 1D | 14A | 58 | 26 |
| Octal | 264 | 14 | 140 | 0 | 135 | 57 | 35 | 512 | 130 | 46 |
| Binary | 10110100 | 1100 | 1100000 | 0 | 1011101 | 101111 | 11101 | 101001010 | 1011000 | 100110 |
Color Harmonies of #B40C60
Complementary color
Monochromatic Colors of #B40C60
Black with #B40C60
Text Example
Text Example
White with #B40C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C60; }
p { color: rgb(180,12,96); }
H1.HeaderClassName
{
color: #B40C60;
}
.AnyTagClassName
{
color: #B40C60;
}
</style>
background-color css
<style>
a { background-color: #B40C60; }
a { background-color: rgb(180,12,96); }
div.DivClassName
{
background-color: #B40C60;
}
.BgClassName
{
background-color: #B40C60;
}
</style>
border-color css
<style>
span { border-color: #B40C60; }
span { border-color: rgb(180,12,96); }
td.TdClassName
{
border-color: #B40C60;
}
.TagClassName
{
border-color: #B40C60;
}
</style>