Shades of Jazzberry Jam #B22464
Tints of Jazzberry Jam #B22464
RGB
CMYK
RGB Variations
Color information
#B22464 (or 0xB22464) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 64. RGB value is (178,36,100). Sum of RGB (Red+Green+Blue) = 178+36+100=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B22464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22464 is #4DDB9B. Grayscale: #555555. Windows color (decimal): -5102492 or 6562994. OLE color: 6562994.
HSL color Cylindrical-coordinate representation of color #B22464: hue angle of 332.96º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22464 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 100 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.30 |
| HSL | 332.96º | 0.66% | 0.42% | - |
| HSV(B) | 332.96º | 0.8% | 0.7% | - |
| XYZ | 21.29 | 11.65 | 13.18 | - |
| YUV | 85.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 100 | 0 | 0.80 | 0.44 | 0.30 | 332.96 | 0.66 | 0.42 |
| Hex | B2 | 24 | 64 | 0 | 50 | 2C | 1E | 14D | 42 | 2A |
| Octal | 262 | 44 | 144 | 0 | 120 | 54 | 36 | 515 | 102 | 52 |
| Binary | 10110010 | 100100 | 1100100 | 0 | 1010000 | 101100 | 11110 | 101001101 | 1000010 | 101010 |
Color Harmonies of #B22464
Complementary color
Monochromatic Colors of #B22464
Black with #B22464
Text Example
Text Example
White with #B22464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22464; }
p { color: rgb(178,36,100); }
H1.HeaderClassName
{
color: #B22464;
}
.AnyTagClassName
{
color: #B22464;
}
</style>
background-color css
<style>
a { background-color: #B22464; }
a { background-color: rgb(178,36,100); }
div.DivClassName
{
background-color: #B22464;
}
.BgClassName
{
background-color: #B22464;
}
</style>
border-color css
<style>
span { border-color: #B22464; }
span { border-color: rgb(178,36,100); }
td.TdClassName
{
border-color: #B22464;
}
.TagClassName
{
border-color: #B22464;
}
</style>