Shades of Jazzberry Jam #B20946
Tints of Jazzberry Jam #B20946
RGB
CMYK
RGB Variations
Color information
#B20946 (or 0xB20946) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 46. RGB value is (178,9,70). Sum of RGB (Red+Green+Blue) = 178+9+70=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B20946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20946 is #4DF6B9. Grayscale: #424242. Windows color (decimal): -5109434 or 4590002. OLE color: 4590002.
HSL color Cylindrical-coordinate representation of color #B20946: hue angle of 338.34º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20946 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 70 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.30 |
| HSL | 338.34º | 0.9% | 0.37% | - |
| HSV(B) | 338.34º | 0.95% | 0.7% | - |
| XYZ | 19.56 | 10.1 | 6.71 | - |
| YUV | 66.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 70 | 0 | 0.95 | 0.61 | 0.30 | 338.34 | 0.9 | 0.37 |
| Hex | B2 | 9 | 46 | 0 | 5F | 3D | 1E | 152 | 5A | 25 |
| Octal | 262 | 11 | 106 | 0 | 137 | 75 | 36 | 522 | 132 | 45 |
| Binary | 10110010 | 1001 | 1000110 | 0 | 1011111 | 111101 | 11110 | 101010010 | 1011010 | 100101 |
Color Harmonies of #B20946
Complementary color
Monochromatic Colors of #B20946
Black with #B20946
Text Example
Text Example
White with #B20946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20946; }
p { color: rgb(178,9,70); }
H1.HeaderClassName
{
color: #B20946;
}
.AnyTagClassName
{
color: #B20946;
}
</style>
background-color css
<style>
a { background-color: #B20946; }
a { background-color: rgb(178,9,70); }
div.DivClassName
{
background-color: #B20946;
}
.BgClassName
{
background-color: #B20946;
}
</style>
border-color css
<style>
span { border-color: #B20946; }
span { border-color: rgb(178,9,70); }
td.TdClassName
{
border-color: #B20946;
}
.TagClassName
{
border-color: #B20946;
}
</style>