Shades of Jazzberry Jam #B20E4D
Tints of Jazzberry Jam #B20E4D
RGB
CMYK
RGB Variations
Color information
#B20E4D (or 0xB20E4D) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 4D. RGB value is (178,14,77). Sum of RGB (Red+Green+Blue) = 178+14+77=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E4D is #4DF1B2. Grayscale: #464646. Windows color (decimal): -5108147 or 5050034. OLE color: 5050034.
HSL color Cylindrical-coordinate representation of color #B20E4D: hue angle of 336.95º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E4D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 77 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.30 |
| HSL | 336.95º | 0.85% | 0.38% | - |
| HSV(B) | 336.95º | 0.92% | 0.7% | - |
| XYZ | 19.86 | 10.31 | 7.97 | - |
| YUV | 70.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 77 | 0 | 0.92 | 0.57 | 0.30 | 336.95 | 0.85 | 0.38 |
| Hex | B2 | E | 4D | 0 | 5C | 39 | 1E | 151 | 55 | 26 |
| Octal | 262 | 16 | 115 | 0 | 134 | 71 | 36 | 521 | 125 | 46 |
| Binary | 10110010 | 1110 | 1001101 | 0 | 1011100 | 111001 | 11110 | 101010001 | 1010101 | 100110 |
Color Harmonies of #B20E4D
Complementary color
Monochromatic Colors of #B20E4D
Black with #B20E4D
Text Example
Text Example
White with #B20E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E4D; }
p { color: rgb(178,14,77); }
H1.HeaderClassName
{
color: #B20E4D;
}
.AnyTagClassName
{
color: #B20E4D;
}
</style>
background-color css
<style>
a { background-color: #B20E4D; }
a { background-color: rgb(178,14,77); }
div.DivClassName
{
background-color: #B20E4D;
}
.BgClassName
{
background-color: #B20E4D;
}
</style>
border-color css
<style>
span { border-color: #B20E4D; }
span { border-color: rgb(178,14,77); }
td.TdClassName
{
border-color: #B20E4D;
}
.TagClassName
{
border-color: #B20E4D;
}
</style>