Shades of Jazzberry Jam #B00160
Tints of Jazzberry Jam #B00160
RGB
CMYK
RGB Variations
Color information
#B00160 (or 0xB00160) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 60. RGB value is (176,1,96). Sum of RGB (Red+Green+Blue) = 176+1+96=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B00160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00160 is #4FFE9F. Grayscale: #3F3F3F. Windows color (decimal): -5242528 or 6291888. OLE color: 6291888.
HSL color Cylindrical-coordinate representation of color #B00160: hue angle of 327.43º 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 #B00160 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.31 |
| HSL | 327.43º | 0.99% | 0.35% | - |
| HSV(B) | 327.43º | 0.99% | 0.69% | - |
| XYZ | 20.03 | 10.1 | 11.96 | - |
| YUV | 64.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 96 | 0 | 0.99 | 0.45 | 0.31 | 327.43 | 0.99 | 0.35 |
| Hex | B0 | 1 | 60 | 0 | 63 | 2D | 1F | 147 | 63 | 23 |
| Octal | 260 | 1 | 140 | 0 | 143 | 55 | 37 | 507 | 143 | 43 |
| Binary | 10110000 | 1 | 1100000 | 0 | 1100011 | 101101 | 11111 | 101000111 | 1100011 | 100011 |
Color Harmonies of #B00160
Complementary color
Monochromatic Colors of #B00160
Black with #B00160
Text Example
Text Example
White with #B00160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00160; }
p { color: rgb(176,1,96); }
H1.HeaderClassName
{
color: #B00160;
}
.AnyTagClassName
{
color: #B00160;
}
</style>
background-color css
<style>
a { background-color: #B00160; }
a { background-color: rgb(176,1,96); }
div.DivClassName
{
background-color: #B00160;
}
.BgClassName
{
background-color: #B00160;
}
</style>
border-color css
<style>
span { border-color: #B00160; }
span { border-color: rgb(176,1,96); }
td.TdClassName
{
border-color: #B00160;
}
.TagClassName
{
border-color: #B00160;
}
</style>