Shades of Jazzberry Jam #B21256
Tints of Jazzberry Jam #B21256
RGB
CMYK
RGB Variations
Color information
#B21256 (or 0xB21256) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 56. RGB value is (178,18,86). Sum of RGB (Red+Green+Blue) = 178+18+86=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B21256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21256 is #4DEDA9. Grayscale: #494949. Windows color (decimal): -5107114 or 5640882. OLE color: 5640882.
HSL color Cylindrical-coordinate representation of color #B21256: hue angle of 334.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21256 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 86 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.30 |
| HSL | 334.5º | 0.82% | 0.38% | - |
| HSV(B) | 334.5º | 0.9% | 0.7% | - |
| XYZ | 20.26 | 10.57 | 9.78 | - |
| YUV | 73.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 86 | 0 | 0.90 | 0.52 | 0.30 | 334.5 | 0.82 | 0.38 |
| Hex | B2 | 12 | 56 | 0 | 5A | 34 | 1E | 14E | 52 | 26 |
| Octal | 262 | 22 | 126 | 0 | 132 | 64 | 36 | 516 | 122 | 46 |
| Binary | 10110010 | 10010 | 1010110 | 0 | 1011010 | 110100 | 11110 | 101001110 | 1010010 | 100110 |
Color Harmonies of #B21256
Complementary color
Monochromatic Colors of #B21256
Black with #B21256
Text Example
Text Example
White with #B21256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21256; }
p { color: rgb(178,18,86); }
H1.HeaderClassName
{
color: #B21256;
}
.AnyTagClassName
{
color: #B21256;
}
</style>
background-color css
<style>
a { background-color: #B21256; }
a { background-color: rgb(178,18,86); }
div.DivClassName
{
background-color: #B21256;
}
.BgClassName
{
background-color: #B21256;
}
</style>
border-color css
<style>
span { border-color: #B21256; }
span { border-color: rgb(178,18,86); }
td.TdClassName
{
border-color: #B21256;
}
.TagClassName
{
border-color: #B21256;
}
</style>