Shades of Jazzberry Jam #B4044B
Tints of Jazzberry Jam #B4044B
RGB
CMYK
RGB Variations
Color information
#B4044B (or 0xB4044B) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 4B. RGB value is (180,4,75). Sum of RGB (Red+Green+Blue) = 180+4+75=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4044B is #4BFBB4. Grayscale: #404040. Windows color (decimal): -4979637 or 4916404. OLE color: 4916404.
HSL color Cylindrical-coordinate representation of color #B4044B: hue angle of 335.8º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4044B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.29 |
| HSL | 335.8º | 0.96% | 0.36% | - |
| HSV(B) | 335.8º | 0.98% | 0.71% | - |
| XYZ | 20.14 | 10.3 | 7.58 | - |
| YUV | 64.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 75 | 0 | 0.98 | 0.58 | 0.29 | 335.8 | 0.96 | 0.36 |
| Hex | B4 | 4 | 4B | 0 | 62 | 3A | 1D | 150 | 60 | 24 |
| Octal | 264 | 4 | 113 | 0 | 142 | 72 | 35 | 520 | 140 | 44 |
| Binary | 10110100 | 100 | 1001011 | 0 | 1100010 | 111010 | 11101 | 101010000 | 1100000 | 100100 |
Color Harmonies of #B4044B
Complementary color
Monochromatic Colors of #B4044B
Black with #B4044B
Text Example
Text Example
White with #B4044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4044B; }
p { color: rgb(180,4,75); }
H1.HeaderClassName
{
color: #B4044B;
}
.AnyTagClassName
{
color: #B4044B;
}
</style>
background-color css
<style>
a { background-color: #B4044B; }
a { background-color: rgb(180,4,75); }
div.DivClassName
{
background-color: #B4044B;
}
.BgClassName
{
background-color: #B4044B;
}
</style>
border-color css
<style>
span { border-color: #B4044B; }
span { border-color: rgb(180,4,75); }
td.TdClassName
{
border-color: #B4044B;
}
.TagClassName
{
border-color: #B4044B;
}
</style>