Shades of Jazzberry Jam #B20A4A
Tints of Jazzberry Jam #B20A4A
RGB
CMYK
RGB Variations
Color information
#B20A4A (or 0xB20A4A) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 4A. RGB value is (178,10,74). Sum of RGB (Red+Green+Blue) = 178+10+74=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A4A is #4DF5B5. Grayscale: #434343. Windows color (decimal): -5109174 or 4852402. OLE color: 4852402.
HSL color Cylindrical-coordinate representation of color #B20A4A: hue angle of 337.14º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A4A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 74 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.30 |
| HSL | 337.14º | 0.89% | 0.37% | - |
| HSV(B) | 337.14º | 0.94% | 0.7% | - |
| XYZ | 19.7 | 10.18 | 7.4 | - |
| YUV | 67.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 74 | 0 | 0.94 | 0.58 | 0.30 | 337.14 | 0.89 | 0.37 |
| Hex | B2 | A | 4A | 0 | 5E | 3A | 1E | 151 | 59 | 25 |
| Octal | 262 | 12 | 112 | 0 | 136 | 72 | 36 | 521 | 131 | 45 |
| Binary | 10110010 | 1010 | 1001010 | 0 | 1011110 | 111010 | 11110 | 101010001 | 1011001 | 100101 |
Color Harmonies of #B20A4A
Complementary color
Monochromatic Colors of #B20A4A
Black with #B20A4A
Text Example
Text Example
White with #B20A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A4A; }
p { color: rgb(178,10,74); }
H1.HeaderClassName
{
color: #B20A4A;
}
.AnyTagClassName
{
color: #B20A4A;
}
</style>
background-color css
<style>
a { background-color: #B20A4A; }
a { background-color: rgb(178,10,74); }
div.DivClassName
{
background-color: #B20A4A;
}
.BgClassName
{
background-color: #B20A4A;
}
</style>
border-color css
<style>
span { border-color: #B20A4A; }
span { border-color: rgb(178,10,74); }
td.TdClassName
{
border-color: #B20A4A;
}
.TagClassName
{
border-color: #B20A4A;
}
</style>