Shades of Jazzberry Jam #B0005F
Tints of Jazzberry Jam #B0005F
RGB
CMYK
RGB Variations
Color information
#B0005F (or 0xB0005F) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 5F. RGB value is (176,0,95). Sum of RGB (Red+Green+Blue) = 176+0+95=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0005F is #4FFFA0. Grayscale: #3F3F3F. Windows color (decimal): -5242785 or 6226096. OLE color: 6226096.
HSL color Cylindrical-coordinate representation of color #B0005F: hue angle of 327.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0005F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.46 | 0.31 |
| HSL | 327.61º | 1% | 0.35% | - |
| HSV(B) | 327.61º | 1% | 0.69% | - |
| XYZ | 19.97 | 10.06 | 11.72 | - |
| YUV | 63.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 95 | 0 | 1 | 0.46 | 0.31 | 327.61 | 1 | 0.35 |
| Hex | B0 | 0 | 5F | 0 | 64 | 2E | 1F | 148 | 64 | 23 |
| Octal | 260 | 0 | 137 | 0 | 144 | 56 | 37 | 510 | 144 | 43 |
| Binary | 10110000 | 0 | 1011111 | 0 | 1100100 | 101110 | 11111 | 101001000 | 1100100 | 100011 |
Color Harmonies of #B0005F
Complementary color
Monochromatic Colors of #B0005F
Black with #B0005F
Text Example
Text Example
White with #B0005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0005F; }
p { color: rgb(176,0,95); }
H1.HeaderClassName
{
color: #B0005F;
}
.AnyTagClassName
{
color: #B0005F;
}
</style>
background-color css
<style>
a { background-color: #B0005F; }
a { background-color: rgb(176,0,95); }
div.DivClassName
{
background-color: #B0005F;
}
.BgClassName
{
background-color: #B0005F;
}
</style>
border-color css
<style>
span { border-color: #B0005F; }
span { border-color: rgb(176,0,95); }
td.TdClassName
{
border-color: #B0005F;
}
.TagClassName
{
border-color: #B0005F;
}
</style>