Shades of Jazzberry Jam #B01D55
Tints of Jazzberry Jam #B01D55
RGB
CMYK
RGB Variations
Color information
#B01D55 (or 0xB01D55) is known color: Jazzberry Jam. HEX triplet: B0, 1D and 55. RGB value is (176,29,85). Sum of RGB (Red+Green+Blue) = 176+29+85=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D55 is #4FE2AA. Grayscale: #4F4F4F. Windows color (decimal): -5235371 or 5578160. OLE color: 5578160.
HSL color Cylindrical-coordinate representation of color #B01D55: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D55 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 85 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.31 |
| HSL | 337.14º | 0.72% | 0.4% | - |
| HSV(B) | 337.14º | 0.84% | 0.69% | - |
| XYZ | 19.98 | 10.76 | 9.62 | - |
| YUV | 79.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 85 | 0 | 0.84 | 0.52 | 0.31 | 337.14 | 0.72 | 0.4 |
| Hex | B0 | 1D | 55 | 0 | 54 | 34 | 1F | 151 | 48 | 28 |
| Octal | 260 | 35 | 125 | 0 | 124 | 64 | 37 | 521 | 110 | 50 |
| Binary | 10110000 | 11101 | 1010101 | 0 | 1010100 | 110100 | 11111 | 101010001 | 1001000 | 101000 |
Color Harmonies of #B01D55
Complementary color
Monochromatic Colors of #B01D55
Black with #B01D55
Text Example
Text Example
White with #B01D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D55; }
p { color: rgb(176,29,85); }
H1.HeaderClassName
{
color: #B01D55;
}
.AnyTagClassName
{
color: #B01D55;
}
</style>
background-color css
<style>
a { background-color: #B01D55; }
a { background-color: rgb(176,29,85); }
div.DivClassName
{
background-color: #B01D55;
}
.BgClassName
{
background-color: #B01D55;
}
</style>
border-color css
<style>
span { border-color: #B01D55; }
span { border-color: rgb(176,29,85); }
td.TdClassName
{
border-color: #B01D55;
}
.TagClassName
{
border-color: #B01D55;
}
</style>