Shades of Jazzberry Jam #B00050
Tints of Jazzberry Jam #B00050
RGB
CMYK
RGB Variations
Color information
#B00050 (or 0xB00050) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 50. RGB value is (176,0,80). Sum of RGB (Red+Green+Blue) = 176+0+80=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B00050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00050 is #4FFFAF. Grayscale: #3D3D3D. Windows color (decimal): -5242800 or 5243056. OLE color: 5243056.
HSL color Cylindrical-coordinate representation of color #B00050: hue angle of 332.73º 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 #B00050 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.55 | 0.31 |
| HSL | 332.73º | 1% | 0.35% | - |
| HSV(B) | 332.73º | 1% | 0.69% | - |
| XYZ | 19.35 | 9.81 | 8.46 | - |
| YUV | 61.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 80 | 0 | 1 | 0.55 | 0.31 | 332.73 | 1 | 0.35 |
| Hex | B0 | 0 | 50 | 0 | 64 | 37 | 1F | 14D | 64 | 23 |
| Octal | 260 | 0 | 120 | 0 | 144 | 67 | 37 | 515 | 144 | 43 |
| Binary | 10110000 | 0 | 1010000 | 0 | 1100100 | 110111 | 11111 | 101001101 | 1100100 | 100011 |
Color Harmonies of #B00050
Complementary color
Monochromatic Colors of #B00050
Black with #B00050
Text Example
Text Example
White with #B00050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00050; }
p { color: rgb(176,0,80); }
H1.HeaderClassName
{
color: #B00050;
}
.AnyTagClassName
{
color: #B00050;
}
</style>
background-color css
<style>
a { background-color: #B00050; }
a { background-color: rgb(176,0,80); }
div.DivClassName
{
background-color: #B00050;
}
.BgClassName
{
background-color: #B00050;
}
</style>
border-color css
<style>
span { border-color: #B00050; }
span { border-color: rgb(176,0,80); }
td.TdClassName
{
border-color: #B00050;
}
.TagClassName
{
border-color: #B00050;
}
</style>