Shades of Jazzberry Jam #B22262
Tints of Jazzberry Jam #B22262
RGB
CMYK
RGB Variations
Color information
#B22262 (or 0xB22262) is known color: Jazzberry Jam. HEX triplet: B2, 22 and 62. RGB value is (178,34,98). Sum of RGB (Red+Green+Blue) = 178+34+98=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B22262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22262 is #4DDD9D. Grayscale: #545454. Windows color (decimal): -5103006 or 6431410. OLE color: 6431410.
HSL color Cylindrical-coordinate representation of color #B22262: hue angle of 333.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22262 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 98 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.30 |
| HSL | 333.33º | 0.68% | 0.42% | - |
| HSV(B) | 333.33º | 0.81% | 0.7% | - |
| XYZ | 21.14 | 11.49 | 12.66 | - |
| YUV | 84.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 98 | 0 | 0.81 | 0.45 | 0.30 | 333.33 | 0.68 | 0.42 |
| Hex | B2 | 22 | 62 | 0 | 51 | 2D | 1E | 14D | 44 | 2A |
| Octal | 262 | 42 | 142 | 0 | 121 | 55 | 36 | 515 | 104 | 52 |
| Binary | 10110010 | 100010 | 1100010 | 0 | 1010001 | 101101 | 11110 | 101001101 | 1000100 | 101010 |
Color Harmonies of #B22262
Complementary color
Monochromatic Colors of #B22262
Black with #B22262
Text Example
Text Example
White with #B22262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22262; }
p { color: rgb(178,34,98); }
H1.HeaderClassName
{
color: #B22262;
}
.AnyTagClassName
{
color: #B22262;
}
</style>
background-color css
<style>
a { background-color: #B22262; }
a { background-color: rgb(178,34,98); }
div.DivClassName
{
background-color: #B22262;
}
.BgClassName
{
background-color: #B22262;
}
</style>
border-color css
<style>
span { border-color: #B22262; }
span { border-color: rgb(178,34,98); }
td.TdClassName
{
border-color: #B22262;
}
.TagClassName
{
border-color: #B22262;
}
</style>