Shades of Jazzberry Jam #B00256
Tints of Jazzberry Jam #B00256
RGB
CMYK
RGB Variations
Color information
#B00256 (or 0xB00256) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 56. RGB value is (176,2,86). Sum of RGB (Red+Green+Blue) = 176+2+86=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B00256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00256 is #4FFDA9. Grayscale: #3F3F3F. Windows color (decimal): -5242282 or 5636784. OLE color: 5636784.
HSL color Cylindrical-coordinate representation of color #B00256: hue angle of 331.03º degrees, saturation: 0.98, 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 #B00256 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.31 |
| HSL | 331.03º | 0.98% | 0.35% | - |
| HSV(B) | 331.03º | 0.99% | 0.69% | - |
| XYZ | 19.61 | 9.95 | 9.69 | - |
| YUV | 63.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 86 | 0 | 0.99 | 0.51 | 0.31 | 331.03 | 0.98 | 0.35 |
| Hex | B0 | 2 | 56 | 0 | 63 | 33 | 1F | 14B | 62 | 23 |
| Octal | 260 | 2 | 126 | 0 | 143 | 63 | 37 | 513 | 142 | 43 |
| Binary | 10110000 | 10 | 1010110 | 0 | 1100011 | 110011 | 11111 | 101001011 | 1100010 | 100011 |
Color Harmonies of #B00256
Complementary color
Monochromatic Colors of #B00256
Black with #B00256
Text Example
Text Example
White with #B00256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00256; }
p { color: rgb(176,2,86); }
H1.HeaderClassName
{
color: #B00256;
}
.AnyTagClassName
{
color: #B00256;
}
</style>
background-color css
<style>
a { background-color: #B00256; }
a { background-color: rgb(176,2,86); }
div.DivClassName
{
background-color: #B00256;
}
.BgClassName
{
background-color: #B00256;
}
</style>
border-color css
<style>
span { border-color: #B00256; }
span { border-color: rgb(176,2,86); }
td.TdClassName
{
border-color: #B00256;
}
.TagClassName
{
border-color: #B00256;
}
</style>