Shades of Jazzberry Jam #B00057
Tints of Jazzberry Jam #B00057
RGB
CMYK
RGB Variations
Color information
#B00057 (or 0xB00057) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 57. RGB value is (176,0,87). Sum of RGB (Red+Green+Blue) = 176+0+87=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00057 is #4FFFA8. Grayscale: #3E3E3E. Windows color (decimal): -5242793 or 5701808. OLE color: 5701808.
HSL color Cylindrical-coordinate representation of color #B00057: hue angle of 330.34º 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 #B00057 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.51 | 0.31 |
| HSL | 330.34º | 1% | 0.35% | - |
| HSV(B) | 330.34º | 1% | 0.69% | - |
| XYZ | 19.62 | 9.92 | 9.9 | - |
| YUV | 62.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 87 | 0 | 1 | 0.51 | 0.31 | 330.34 | 1 | 0.35 |
| Hex | B0 | 0 | 57 | 0 | 64 | 33 | 1F | 14A | 64 | 23 |
| Octal | 260 | 0 | 127 | 0 | 144 | 63 | 37 | 512 | 144 | 43 |
| Binary | 10110000 | 0 | 1010111 | 0 | 1100100 | 110011 | 11111 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B00057
Complementary color
Monochromatic Colors of #B00057
Black with #B00057
Text Example
Text Example
White with #B00057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00057; }
p { color: rgb(176,0,87); }
H1.HeaderClassName
{
color: #B00057;
}
.AnyTagClassName
{
color: #B00057;
}
</style>
background-color css
<style>
a { background-color: #B00057; }
a { background-color: rgb(176,0,87); }
div.DivClassName
{
background-color: #B00057;
}
.BgClassName
{
background-color: #B00057;
}
</style>
border-color css
<style>
span { border-color: #B00057; }
span { border-color: rgb(176,0,87); }
td.TdClassName
{
border-color: #B00057;
}
.TagClassName
{
border-color: #B00057;
}
</style>