Shades of Jazzberry Jam #B0015B
Tints of Jazzberry Jam #B0015B
RGB
CMYK
RGB Variations
Color information
#B0015B (or 0xB0015B) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 5B. RGB value is (176,1,91). Sum of RGB (Red+Green+Blue) = 176+1+91=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0015B is #4FFEA4. Grayscale: #3F3F3F. Windows color (decimal): -5242533 or 5964208. OLE color: 5964208.
HSL color Cylindrical-coordinate representation of color #B0015B: hue angle of 329.14º 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 #B0015B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.31 |
| HSL | 329.14º | 0.99% | 0.35% | - |
| HSV(B) | 329.14º | 0.99% | 0.69% | - |
| XYZ | 19.8 | 10.01 | 10.79 | - |
| YUV | 63.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 91 | 0 | 0.99 | 0.48 | 0.31 | 329.14 | 0.99 | 0.35 |
| Hex | B0 | 1 | 5B | 0 | 63 | 30 | 1F | 149 | 63 | 23 |
| Octal | 260 | 1 | 133 | 0 | 143 | 60 | 37 | 511 | 143 | 43 |
| Binary | 10110000 | 1 | 1011011 | 0 | 1100011 | 110000 | 11111 | 101001001 | 1100011 | 100011 |
Color Harmonies of #B0015B
Complementary color
Monochromatic Colors of #B0015B
Black with #B0015B
Text Example
Text Example
White with #B0015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0015B; }
p { color: rgb(176,1,91); }
H1.HeaderClassName
{
color: #B0015B;
}
.AnyTagClassName
{
color: #B0015B;
}
</style>
background-color css
<style>
a { background-color: #B0015B; }
a { background-color: rgb(176,1,91); }
div.DivClassName
{
background-color: #B0015B;
}
.BgClassName
{
background-color: #B0015B;
}
</style>
border-color css
<style>
span { border-color: #B0015B; }
span { border-color: rgb(176,1,91); }
td.TdClassName
{
border-color: #B0015B;
}
.TagClassName
{
border-color: #B0015B;
}
</style>