Shades of Jazzberry Jam #B20542
Tints of Jazzberry Jam #B20542
RGB
CMYK
RGB Variations
Color information
#B20542 (or 0xB20542) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 42. RGB value is (178,5,66). Sum of RGB (Red+Green+Blue) = 178+5+66=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20542 is #4DFABD. Grayscale: #3F3F3F. Windows color (decimal): -5110462 or 4326834. OLE color: 4326834.
HSL color Cylindrical-coordinate representation of color #B20542: hue angle of 338.84º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20542 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 66 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.30 |
| HSL | 338.84º | 0.95% | 0.36% | - |
| HSV(B) | 338.84º | 0.97% | 0.7% | - |
| XYZ | 19.4 | 9.97 | 6.06 | - |
| YUV | 63.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 66 | 0 | 0.97 | 0.63 | 0.30 | 338.84 | 0.95 | 0.36 |
| Hex | B2 | 5 | 42 | 0 | 61 | 3F | 1E | 153 | 5F | 24 |
| Octal | 262 | 5 | 102 | 0 | 141 | 77 | 36 | 523 | 137 | 44 |
| Binary | 10110010 | 101 | 1000010 | 0 | 1100001 | 111111 | 11110 | 101010011 | 1011111 | 100100 |
Color Harmonies of #B20542
Complementary color
Monochromatic Colors of #B20542
Black with #B20542
Text Example
Text Example
White with #B20542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20542; }
p { color: rgb(178,5,66); }
H1.HeaderClassName
{
color: #B20542;
}
.AnyTagClassName
{
color: #B20542;
}
</style>
background-color css
<style>
a { background-color: #B20542; }
a { background-color: rgb(178,5,66); }
div.DivClassName
{
background-color: #B20542;
}
.BgClassName
{
background-color: #B20542;
}
</style>
border-color css
<style>
span { border-color: #B20542; }
span { border-color: rgb(178,5,66); }
td.TdClassName
{
border-color: #B20542;
}
.TagClassName
{
border-color: #B20542;
}
</style>