Shades of Jazzberry Jam #B40E5F
Tints of Jazzberry Jam #B40E5F
RGB
CMYK
RGB Variations
Color information
#B40E5F (or 0xB40E5F) is known color: Jazzberry Jam. HEX triplet: B4, 0E and 5F. RGB value is (180,14,95). Sum of RGB (Red+Green+Blue) = 180+14+95=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40E5F is #4BF1A0. Grayscale: #484848. Windows color (decimal): -4977057 or 6229684. OLE color: 6229684.
HSL color Cylindrical-coordinate representation of color #B40E5F: hue angle of 330.72º degrees, saturation: 0.86, 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 #B40E5F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 95 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.29 |
| HSL | 330.72º | 0.86% | 0.38% | - |
| HSV(B) | 330.72º | 0.92% | 0.71% | - |
| XYZ | 21.04 | 10.84 | 11.81 | - |
| YUV | 72.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 95 | 0 | 0.92 | 0.47 | 0.29 | 330.72 | 0.86 | 0.38 |
| Hex | B4 | E | 5F | 0 | 5C | 2F | 1D | 14B | 56 | 26 |
| Octal | 264 | 16 | 137 | 0 | 134 | 57 | 35 | 513 | 126 | 46 |
| Binary | 10110100 | 1110 | 1011111 | 0 | 1011100 | 101111 | 11101 | 101001011 | 1010110 | 100110 |
Color Harmonies of #B40E5F
Complementary color
Monochromatic Colors of #B40E5F
Black with #B40E5F
Text Example
Text Example
White with #B40E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E5F; }
p { color: rgb(180,14,95); }
H1.HeaderClassName
{
color: #B40E5F;
}
.AnyTagClassName
{
color: #B40E5F;
}
</style>
background-color css
<style>
a { background-color: #B40E5F; }
a { background-color: rgb(180,14,95); }
div.DivClassName
{
background-color: #B40E5F;
}
.BgClassName
{
background-color: #B40E5F;
}
</style>
border-color css
<style>
span { border-color: #B40E5F; }
span { border-color: rgb(180,14,95); }
td.TdClassName
{
border-color: #B40E5F;
}
.TagClassName
{
border-color: #B40E5F;
}
</style>