Shades of Jazzberry Jam #B0015E
Tints of Jazzberry Jam #B0015E
RGB
CMYK
RGB Variations
Color information
#B0015E (or 0xB0015E) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 5E. RGB value is (176,1,94). Sum of RGB (Red+Green+Blue) = 176+1+94=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0015E is #4FFEA1. Grayscale: #3F3F3F. Windows color (decimal): -5242530 or 6160816. OLE color: 6160816.
HSL color Cylindrical-coordinate representation of color #B0015E: hue angle of 328.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0015E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.31 |
| HSL | 328.11º | 0.99% | 0.35% | - |
| HSV(B) | 328.11º | 0.99% | 0.69% | - |
| XYZ | 19.94 | 10.06 | 11.48 | - |
| YUV | 63.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 94 | 0 | 0.99 | 0.47 | 0.31 | 328.11 | 0.99 | 0.35 |
| Hex | B0 | 1 | 5E | 0 | 63 | 2F | 1F | 148 | 63 | 23 |
| Octal | 260 | 1 | 136 | 0 | 143 | 57 | 37 | 510 | 143 | 43 |
| Binary | 10110000 | 1 | 1011110 | 0 | 1100011 | 101111 | 11111 | 101001000 | 1100011 | 100011 |
Color Harmonies of #B0015E
Complementary color
Monochromatic Colors of #B0015E
Black with #B0015E
Text Example
Text Example
White with #B0015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0015E; }
p { color: rgb(176,1,94); }
H1.HeaderClassName
{
color: #B0015E;
}
.AnyTagClassName
{
color: #B0015E;
}
</style>
background-color css
<style>
a { background-color: #B0015E; }
a { background-color: rgb(176,1,94); }
div.DivClassName
{
background-color: #B0015E;
}
.BgClassName
{
background-color: #B0015E;
}
</style>
border-color css
<style>
span { border-color: #B0015E; }
span { border-color: rgb(176,1,94); }
td.TdClassName
{
border-color: #B0015E;
}
.TagClassName
{
border-color: #B0015E;
}
</style>