Shades of Jazzberry Jam #B0044F
Tints of Jazzberry Jam #B0044F
RGB
CMYK
RGB Variations
Color information
#B0044F (or 0xB0044F) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 4F. RGB value is (176,4,79). Sum of RGB (Red+Green+Blue) = 176+4+79=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0044F is #4FFBB0. Grayscale: #3F3F3F. Windows color (decimal): -5241777 or 5178544. OLE color: 5178544.
HSL color Cylindrical-coordinate representation of color #B0044F: hue angle of 333.84º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0044F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.31 |
| HSL | 333.84º | 0.96% | 0.35% | - |
| HSV(B) | 333.84º | 0.98% | 0.69% | - |
| XYZ | 19.36 | 9.88 | 8.28 | - |
| YUV | 63.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 79 | 0 | 0.98 | 0.55 | 0.31 | 333.84 | 0.96 | 0.35 |
| Hex | B0 | 4 | 4F | 0 | 62 | 37 | 1F | 14E | 60 | 23 |
| Octal | 260 | 4 | 117 | 0 | 142 | 67 | 37 | 516 | 140 | 43 |
| Binary | 10110000 | 100 | 1001111 | 0 | 1100010 | 110111 | 11111 | 101001110 | 1100000 | 100011 |
Color Harmonies of #B0044F
Complementary color
Monochromatic Colors of #B0044F
Black with #B0044F
Text Example
Text Example
White with #B0044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0044F; }
p { color: rgb(176,4,79); }
H1.HeaderClassName
{
color: #B0044F;
}
.AnyTagClassName
{
color: #B0044F;
}
</style>
background-color css
<style>
a { background-color: #B0044F; }
a { background-color: rgb(176,4,79); }
div.DivClassName
{
background-color: #B0044F;
}
.BgClassName
{
background-color: #B0044F;
}
</style>
border-color css
<style>
span { border-color: #B0044F; }
span { border-color: rgb(176,4,79); }
td.TdClassName
{
border-color: #B0044F;
}
.TagClassName
{
border-color: #B0044F;
}
</style>