Shades of Jazzberry Jam #B20047
Tints of Jazzberry Jam #B20047
RGB
CMYK
RGB Variations
Color information
#B20047 (or 0xB20047) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 47. RGB value is (178,0,71). Sum of RGB (Red+Green+Blue) = 178+0+71=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20047 is #4DFFB8. Grayscale: #3D3D3D. Windows color (decimal): -5111737 or 4653234. OLE color: 4653234.
HSL color Cylindrical-coordinate representation of color #B20047: hue angle of 336.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20047 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.60 | 0.30 |
| HSL | 336.07º | 1% | 0.35% | - |
| HSV(B) | 336.07º | 1% | 0.7% | - |
| XYZ | 19.5 | 9.92 | 6.85 | - |
| YUV | 61.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 71 | 0 | 1 | 0.60 | 0.30 | 336.07 | 1 | 0.35 |
| Hex | B2 | 0 | 47 | 0 | 64 | 3C | 1E | 150 | 64 | 23 |
| Octal | 262 | 0 | 107 | 0 | 144 | 74 | 36 | 520 | 144 | 43 |
| Binary | 10110010 | 0 | 1000111 | 0 | 1100100 | 111100 | 11110 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B20047
Complementary color
Monochromatic Colors of #B20047
Black with #B20047
Text Example
Text Example
White with #B20047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20047; }
p { color: rgb(178,0,71); }
H1.HeaderClassName
{
color: #B20047;
}
.AnyTagClassName
{
color: #B20047;
}
</style>
background-color css
<style>
a { background-color: #B20047; }
a { background-color: rgb(178,0,71); }
div.DivClassName
{
background-color: #B20047;
}
.BgClassName
{
background-color: #B20047;
}
</style>
border-color css
<style>
span { border-color: #B20047; }
span { border-color: rgb(178,0,71); }
td.TdClassName
{
border-color: #B20047;
}
.TagClassName
{
border-color: #B20047;
}
</style>