Shades of Jazzberry Jam #B40D71
Tints of Jazzberry Jam #B40D71
RGB
CMYK
RGB Variations
Color information
#B40D71 (or 0xB40D71) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 71. RGB value is (180,13,113). Sum of RGB (Red+Green+Blue) = 180+13+113=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D71 is #4BF28E. Grayscale: #4A4A4A. Windows color (decimal): -4977295 or 7409076. OLE color: 7409076.
HSL color Cylindrical-coordinate representation of color #B40D71: hue angle of 324.07º degrees, saturation: 0.87, 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 #B40D71 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 113 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.29 |
| HSL | 324.07º | 0.87% | 0.38% | - |
| HSV(B) | 324.07º | 0.93% | 0.71% | - |
| XYZ | 21.95 | 11.18 | 16.62 | - |
| YUV | 74.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 113 | 0 | 0.93 | 0.37 | 0.29 | 324.07 | 0.87 | 0.38 |
| Hex | B4 | D | 71 | 0 | 5D | 25 | 1D | 144 | 57 | 26 |
| Octal | 264 | 15 | 161 | 0 | 135 | 45 | 35 | 504 | 127 | 46 |
| Binary | 10110100 | 1101 | 1110001 | 0 | 1011101 | 100101 | 11101 | 101000100 | 1010111 | 100110 |
Color Harmonies of #B40D71
Complementary color
Monochromatic Colors of #B40D71
Black with #B40D71
Text Example
Text Example
White with #B40D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40D71; }
p { color: rgb(180,13,113); }
H1.HeaderClassName
{
color: #B40D71;
}
.AnyTagClassName
{
color: #B40D71;
}
</style>
background-color css
<style>
a { background-color: #B40D71; }
a { background-color: rgb(180,13,113); }
div.DivClassName
{
background-color: #B40D71;
}
.BgClassName
{
background-color: #B40D71;
}
</style>
border-color css
<style>
span { border-color: #B40D71; }
span { border-color: rgb(180,13,113); }
td.TdClassName
{
border-color: #B40D71;
}
.TagClassName
{
border-color: #B40D71;
}
</style>