Shades of Jazzberry Jam #B00070
Tints of Jazzberry Jam #B00070
RGB
CMYK
RGB Variations
Color information
#B00070 (or 0xB00070) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 70. RGB value is (176,0,112). Sum of RGB (Red+Green+Blue) = 176+0+112=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B00070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00070 is #4FFF8F. Grayscale: #414141. Windows color (decimal): -5242768 or 7340208. OLE color: 7340208.
HSL color Cylindrical-coordinate representation of color #B00070: hue angle of 321.82º 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 #B00070 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.36 | 0.31 |
| HSL | 321.82º | 1% | 0.35% | - |
| HSV(B) | 321.82º | 1% | 0.69% | - |
| XYZ | 20.83 | 10.4 | 16.24 | - |
| YUV | 65.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 112 | 0 | 1 | 0.36 | 0.31 | 321.82 | 1 | 0.35 |
| Hex | B0 | 0 | 70 | 0 | 64 | 24 | 1F | 142 | 64 | 23 |
| Octal | 260 | 0 | 160 | 0 | 144 | 44 | 37 | 502 | 144 | 43 |
| Binary | 10110000 | 0 | 1110000 | 0 | 1100100 | 100100 | 11111 | 101000010 | 1100100 | 100011 |
Color Harmonies of #B00070
Complementary color
Monochromatic Colors of #B00070
Black with #B00070
Text Example
Text Example
White with #B00070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00070; }
p { color: rgb(176,0,112); }
H1.HeaderClassName
{
color: #B00070;
}
.AnyTagClassName
{
color: #B00070;
}
</style>
background-color css
<style>
a { background-color: #B00070; }
a { background-color: rgb(176,0,112); }
div.DivClassName
{
background-color: #B00070;
}
.BgClassName
{
background-color: #B00070;
}
</style>
border-color css
<style>
span { border-color: #B00070; }
span { border-color: rgb(176,0,112); }
td.TdClassName
{
border-color: #B00070;
}
.TagClassName
{
border-color: #B00070;
}
</style>