Shades of Jazzberry Jam #B00E61
Tints of Jazzberry Jam #B00E61
RGB
CMYK
RGB Variations
Color information
#B00E61 (or 0xB00E61) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 61. RGB value is (176,14,97). Sum of RGB (Red+Green+Blue) = 176+14+97=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E61 is #4FF19E. Grayscale: #474747. Windows color (decimal): -5239199 or 6360752. OLE color: 6360752.
HSL color Cylindrical-coordinate representation of color #B00E61: hue angle of 329.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E61 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 97 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.31 |
| HSL | 329.26º | 0.85% | 0.37% | - |
| HSV(B) | 329.26º | 0.92% | 0.69% | - |
| XYZ | 20.22 | 10.41 | 12.25 | - |
| YUV | 71.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 97 | 0 | 0.92 | 0.45 | 0.31 | 329.26 | 0.85 | 0.37 |
| Hex | B0 | E | 61 | 0 | 5C | 2D | 1F | 149 | 55 | 25 |
| Octal | 260 | 16 | 141 | 0 | 134 | 55 | 37 | 511 | 125 | 45 |
| Binary | 10110000 | 1110 | 1100001 | 0 | 1011100 | 101101 | 11111 | 101001001 | 1010101 | 100101 |
Color Harmonies of #B00E61
Complementary color
Monochromatic Colors of #B00E61
Black with #B00E61
Text Example
Text Example
White with #B00E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E61; }
p { color: rgb(176,14,97); }
H1.HeaderClassName
{
color: #B00E61;
}
.AnyTagClassName
{
color: #B00E61;
}
</style>
background-color css
<style>
a { background-color: #B00E61; }
a { background-color: rgb(176,14,97); }
div.DivClassName
{
background-color: #B00E61;
}
.BgClassName
{
background-color: #B00E61;
}
</style>
border-color css
<style>
span { border-color: #B00E61; }
span { border-color: rgb(176,14,97); }
td.TdClassName
{
border-color: #B00E61;
}
.TagClassName
{
border-color: #B00E61;
}
</style>