Shades of Jazzberry Jam #B4004D
Tints of Jazzberry Jam #B4004D
RGB
CMYK
RGB Variations
Color information
#B4004D (or 0xB4004D) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 4D. RGB value is (180,0,77). Sum of RGB (Red+Green+Blue) = 180+0+77=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4004D is #4BFFB2. Grayscale: #3E3E3E. Windows color (decimal): -4980659 or 5046452. OLE color: 5046452.
HSL color Cylindrical-coordinate representation of color #B4004D: hue angle of 334.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4004D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.57 | 0.29 |
| HSL | 334.33º | 1% | 0.35% | - |
| HSV(B) | 334.33º | 1% | 0.71% | - |
| XYZ | 20.16 | 10.24 | 7.93 | - |
| YUV | 62.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 77 | 0 | 1 | 0.57 | 0.29 | 334.33 | 1 | 0.35 |
| Hex | B4 | 0 | 4D | 0 | 64 | 39 | 1D | 14E | 64 | 23 |
| Octal | 264 | 0 | 115 | 0 | 144 | 71 | 35 | 516 | 144 | 43 |
| Binary | 10110100 | 0 | 1001101 | 0 | 1100100 | 111001 | 11101 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B4004D
Complementary color
Monochromatic Colors of #B4004D
Black with #B4004D
Text Example
Text Example
White with #B4004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4004D; }
p { color: rgb(180,0,77); }
H1.HeaderClassName
{
color: #B4004D;
}
.AnyTagClassName
{
color: #B4004D;
}
</style>
background-color css
<style>
a { background-color: #B4004D; }
a { background-color: rgb(180,0,77); }
div.DivClassName
{
background-color: #B4004D;
}
.BgClassName
{
background-color: #B4004D;
}
</style>
border-color css
<style>
span { border-color: #B4004D; }
span { border-color: rgb(180,0,77); }
td.TdClassName
{
border-color: #B4004D;
}
.TagClassName
{
border-color: #B4004D;
}
</style>