Shades of Jazzberry Jam #B20949
Tints of Jazzberry Jam #B20949
RGB
CMYK
RGB Variations
Color information
#B20949 (or 0xB20949) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 49. RGB value is (178,9,73). Sum of RGB (Red+Green+Blue) = 178+9+73=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B20949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20949 is #4DF6B6. Grayscale: #424242. Windows color (decimal): -5109431 or 4786610. OLE color: 4786610.
HSL color Cylindrical-coordinate representation of color #B20949: hue angle of 337.28º 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 #B20949 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.30 |
| HSL | 337.28º | 0.9% | 0.37% | - |
| HSV(B) | 337.28º | 0.95% | 0.7% | - |
| XYZ | 19.66 | 10.14 | 7.22 | - |
| YUV | 66.83 | 131.49 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 73 | 0 | 0.95 | 0.59 | 0.30 | 337.28 | 0.9 | 0.37 |
| Hex | B2 | 9 | 49 | 0 | 5F | 3B | 1E | 151 | 5A | 25 |
| Octal | 262 | 11 | 111 | 0 | 137 | 73 | 36 | 521 | 132 | 45 |
| Binary | 10110010 | 1001 | 1001001 | 0 | 1011111 | 111011 | 11110 | 101010001 | 1011010 | 100101 |
Color Harmonies of #B20949
Complementary color
Monochromatic Colors of #B20949
Black with #B20949
Text Example
Text Example
White with #B20949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20949; }
p { color: rgb(178,9,73); }
H1.HeaderClassName
{
color: #B20949;
}
.AnyTagClassName
{
color: #B20949;
}
</style>
background-color css
<style>
a { background-color: #B20949; }
a { background-color: rgb(178,9,73); }
div.DivClassName
{
background-color: #B20949;
}
.BgClassName
{
background-color: #B20949;
}
</style>
border-color css
<style>
span { border-color: #B20949; }
span { border-color: rgb(178,9,73); }
td.TdClassName
{
border-color: #B20949;
}
.TagClassName
{
border-color: #B20949;
}
</style>