Shades of Jazzberry Jam #B20C52
Tints of Jazzberry Jam #B20C52
RGB
CMYK
RGB Variations
Color information
#B20C52 (or 0xB20C52) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 52. RGB value is (178,12,82). Sum of RGB (Red+Green+Blue) = 178+12+82=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C52 is #4DF3AD. Grayscale: #454545. Windows color (decimal): -5108654 or 5377202. OLE color: 5377202.
HSL color Cylindrical-coordinate representation of color #B20C52: hue angle of 334.7º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C52 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 82 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.30 |
| HSL | 334.7º | 0.87% | 0.37% | - |
| HSV(B) | 334.7º | 0.93% | 0.7% | - |
| XYZ | 20.01 | 10.34 | 8.92 | - |
| YUV | 69.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 82 | 0 | 0.93 | 0.54 | 0.30 | 334.7 | 0.87 | 0.37 |
| Hex | B2 | C | 52 | 0 | 5D | 36 | 1E | 14F | 57 | 25 |
| Octal | 262 | 14 | 122 | 0 | 135 | 66 | 36 | 517 | 127 | 45 |
| Binary | 10110010 | 1100 | 1010010 | 0 | 1011101 | 110110 | 11110 | 101001111 | 1010111 | 100101 |
Color Harmonies of #B20C52
Complementary color
Monochromatic Colors of #B20C52
Black with #B20C52
Text Example
Text Example
White with #B20C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C52; }
p { color: rgb(178,12,82); }
H1.HeaderClassName
{
color: #B20C52;
}
.AnyTagClassName
{
color: #B20C52;
}
</style>
background-color css
<style>
a { background-color: #B20C52; }
a { background-color: rgb(178,12,82); }
div.DivClassName
{
background-color: #B20C52;
}
.BgClassName
{
background-color: #B20C52;
}
</style>
border-color css
<style>
span { border-color: #B20C52; }
span { border-color: rgb(178,12,82); }
td.TdClassName
{
border-color: #B20C52;
}
.TagClassName
{
border-color: #B20C52;
}
</style>