Shades of Jazzberry Jam #B22268
Tints of Jazzberry Jam #B22268
RGB
CMYK
RGB Variations
Color information
#B22268 (or 0xB22268) is known color: Jazzberry Jam. HEX triplet: B2, 22 and 68. RGB value is (178,34,104). Sum of RGB (Red+Green+Blue) = 178+34+104=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B22268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22268 is #4DDD97. Grayscale: #545454. Windows color (decimal): -5103000 or 6824626. OLE color: 6824626.
HSL color Cylindrical-coordinate representation of color #B22268: hue angle of 330.83º 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 #B22268 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 104 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.30 |
| HSL | 330.83º | 0.68% | 0.42% | - |
| HSV(B) | 330.83º | 0.81% | 0.7% | - |
| XYZ | 21.43 | 11.61 | 14.21 | - |
| YUV | 85.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 104 | 0 | 0.81 | 0.42 | 0.30 | 330.83 | 0.68 | 0.42 |
| Hex | B2 | 22 | 68 | 0 | 51 | 2A | 1E | 14B | 44 | 2A |
| Octal | 262 | 42 | 150 | 0 | 121 | 52 | 36 | 513 | 104 | 52 |
| Binary | 10110010 | 100010 | 1101000 | 0 | 1010001 | 101010 | 11110 | 101001011 | 1000100 | 101010 |
Color Harmonies of #B22268
Complementary color
Monochromatic Colors of #B22268
Black with #B22268
Text Example
Text Example
White with #B22268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22268; }
p { color: rgb(178,34,104); }
H1.HeaderClassName
{
color: #B22268;
}
.AnyTagClassName
{
color: #B22268;
}
</style>
background-color css
<style>
a { background-color: #B22268; }
a { background-color: rgb(178,34,104); }
div.DivClassName
{
background-color: #B22268;
}
.BgClassName
{
background-color: #B22268;
}
</style>
border-color css
<style>
span { border-color: #B22268; }
span { border-color: rgb(178,34,104); }
td.TdClassName
{
border-color: #B22268;
}
.TagClassName
{
border-color: #B22268;
}
</style>