Shades of Jazzberry Jam #B00047
Tints of Jazzberry Jam #B00047
RGB
CMYK
RGB Variations
Color information
#B00047 (or 0xB00047) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 47. RGB value is (176,0,71). Sum of RGB (Red+Green+Blue) = 176+0+71=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B00047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00047 is #4FFFB8. Grayscale: #3C3C3C. Windows color (decimal): -5242809 or 4653232. OLE color: 4653232.
HSL color Cylindrical-coordinate representation of color #B00047: hue angle of 335.8º 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 #B00047 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.60 | 0.31 |
| HSL | 335.8º | 1% | 0.35% | - |
| HSV(B) | 335.8º | 1% | 0.69% | - |
| XYZ | 19.04 | 9.69 | 6.83 | - |
| YUV | 60.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 71 | 0 | 1 | 0.60 | 0.31 | 335.8 | 1 | 0.35 |
| Hex | B0 | 0 | 47 | 0 | 64 | 3C | 1F | 150 | 64 | 23 |
| Octal | 260 | 0 | 107 | 0 | 144 | 74 | 37 | 520 | 144 | 43 |
| Binary | 10110000 | 0 | 1000111 | 0 | 1100100 | 111100 | 11111 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B00047
Complementary color
Monochromatic Colors of #B00047
Black with #B00047
Text Example
Text Example
White with #B00047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00047; }
p { color: rgb(176,0,71); }
H1.HeaderClassName
{
color: #B00047;
}
.AnyTagClassName
{
color: #B00047;
}
</style>
background-color css
<style>
a { background-color: #B00047; }
a { background-color: rgb(176,0,71); }
div.DivClassName
{
background-color: #B00047;
}
.BgClassName
{
background-color: #B00047;
}
</style>
border-color css
<style>
span { border-color: #B00047; }
span { border-color: rgb(176,0,71); }
td.TdClassName
{
border-color: #B00047;
}
.TagClassName
{
border-color: #B00047;
}
</style>