Shades of Jazzberry Jam #B01449
Tints of Jazzberry Jam #B01449
RGB
CMYK
RGB Variations
Color information
#B01449 (or 0xB01449) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 49. RGB value is (176,20,73). Sum of RGB (Red+Green+Blue) = 176+20+73=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B01449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01449 is #4FEBB6. Grayscale: #484848. Windows color (decimal): -5237687 or 4789424. OLE color: 4789424.
HSL color Cylindrical-coordinate representation of color #B01449: hue angle of 339.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01449 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 73 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.31 |
| HSL | 339.62º | 0.8% | 0.38% | - |
| HSV(B) | 339.62º | 0.89% | 0.69% | - |
| XYZ | 19.36 | 10.21 | 7.25 | - |
| YUV | 72.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 73 | 0 | 0.89 | 0.59 | 0.31 | 339.62 | 0.8 | 0.38 |
| Hex | B0 | 14 | 49 | 0 | 59 | 3B | 1F | 154 | 50 | 26 |
| Octal | 260 | 24 | 111 | 0 | 131 | 73 | 37 | 524 | 120 | 46 |
| Binary | 10110000 | 10100 | 1001001 | 0 | 1011001 | 111011 | 11111 | 101010100 | 1010000 | 100110 |
Color Harmonies of #B01449
Complementary color
Monochromatic Colors of #B01449
Black with #B01449
Text Example
Text Example
White with #B01449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01449; }
p { color: rgb(176,20,73); }
H1.HeaderClassName
{
color: #B01449;
}
.AnyTagClassName
{
color: #B01449;
}
</style>
background-color css
<style>
a { background-color: #B01449; }
a { background-color: rgb(176,20,73); }
div.DivClassName
{
background-color: #B01449;
}
.BgClassName
{
background-color: #B01449;
}
</style>
border-color css
<style>
span { border-color: #B01449; }
span { border-color: rgb(176,20,73); }
td.TdClassName
{
border-color: #B01449;
}
.TagClassName
{
border-color: #B01449;
}
</style>