Shades of Jazzberry Jam #B00870
Tints of Jazzberry Jam #B00870
RGB
CMYK
RGB Variations
Color information
#B00870 (or 0xB00870) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 70. RGB value is (176,8,112). Sum of RGB (Red+Green+Blue) = 176+8+112=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B00870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00870 is #4FF78F. Grayscale: #454545. Windows color (decimal): -5240720 or 7342256. OLE color: 7342256.
HSL color Cylindrical-coordinate representation of color #B00870: hue angle of 322.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00870 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 112 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.31 |
| HSL | 322.86º | 0.91% | 0.36% | - |
| HSV(B) | 322.86º | 0.95% | 0.69% | - |
| XYZ | 20.92 | 10.57 | 16.27 | - |
| YUV | 70.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 112 | 0 | 0.95 | 0.36 | 0.31 | 322.86 | 0.91 | 0.36 |
| Hex | B0 | 8 | 70 | 0 | 5F | 24 | 1F | 143 | 5B | 24 |
| Octal | 260 | 10 | 160 | 0 | 137 | 44 | 37 | 503 | 133 | 44 |
| Binary | 10110000 | 1000 | 1110000 | 0 | 1011111 | 100100 | 11111 | 101000011 | 1011011 | 100100 |
Color Harmonies of #B00870
Complementary color
Monochromatic Colors of #B00870
Black with #B00870
Text Example
Text Example
White with #B00870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00870; }
p { color: rgb(176,8,112); }
H1.HeaderClassName
{
color: #B00870;
}
.AnyTagClassName
{
color: #B00870;
}
</style>
background-color css
<style>
a { background-color: #B00870; }
a { background-color: rgb(176,8,112); }
div.DivClassName
{
background-color: #B00870;
}
.BgClassName
{
background-color: #B00870;
}
</style>
border-color css
<style>
span { border-color: #B00870; }
span { border-color: rgb(176,8,112); }
td.TdClassName
{
border-color: #B00870;
}
.TagClassName
{
border-color: #B00870;
}
</style>