Shades of Jazzberry Jam #B40B4D
Tints of Jazzberry Jam #B40B4D
RGB
CMYK
RGB Variations
Color information
#B40B4D (or 0xB40B4D) is known color: Jazzberry Jam. HEX triplet: B4, 0B and 4D. RGB value is (180,11,77). Sum of RGB (Red+Green+Blue) = 180+11+77=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B4D is #4BF4B2. Grayscale: #444444. Windows color (decimal): -4977843 or 5049268. OLE color: 5049268.
HSL color Cylindrical-coordinate representation of color #B40B4D: hue angle of 336.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B4D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.29 |
| HSL | 336.57º | 0.88% | 0.37% | - |
| HSV(B) | 336.57º | 0.94% | 0.71% | - |
| XYZ | 20.28 | 10.48 | 7.97 | - |
| YUV | 69.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 77 | 0 | 0.94 | 0.57 | 0.29 | 336.57 | 0.88 | 0.37 |
| Hex | B4 | B | 4D | 0 | 5E | 39 | 1D | 151 | 58 | 25 |
| Octal | 264 | 13 | 115 | 0 | 136 | 71 | 35 | 521 | 130 | 45 |
| Binary | 10110100 | 1011 | 1001101 | 0 | 1011110 | 111001 | 11101 | 101010001 | 1011000 | 100101 |
Color Harmonies of #B40B4D
Complementary color
Monochromatic Colors of #B40B4D
Black with #B40B4D
Text Example
Text Example
White with #B40B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B4D; }
p { color: rgb(180,11,77); }
H1.HeaderClassName
{
color: #B40B4D;
}
.AnyTagClassName
{
color: #B40B4D;
}
</style>
background-color css
<style>
a { background-color: #B40B4D; }
a { background-color: rgb(180,11,77); }
div.DivClassName
{
background-color: #B40B4D;
}
.BgClassName
{
background-color: #B40B4D;
}
</style>
border-color css
<style>
span { border-color: #B40B4D; }
span { border-color: rgb(180,11,77); }
td.TdClassName
{
border-color: #B40B4D;
}
.TagClassName
{
border-color: #B40B4D;
}
</style>