Shades of Jazzberry Jam #B2124C
Tints of Jazzberry Jam #B2124C
RGB
CMYK
RGB Variations
Color information
#B2124C (or 0xB2124C) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 4C. RGB value is (178,18,76). Sum of RGB (Red+Green+Blue) = 178+18+76=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2124C is #4DEDB3. Grayscale: #484848. Windows color (decimal): -5107124 or 4985522. OLE color: 4985522.
HSL color Cylindrical-coordinate representation of color #B2124C: hue angle of 338.25º 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 #B2124C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.30 |
| HSL | 338.25º | 0.82% | 0.38% | - |
| HSV(B) | 338.25º | 0.9% | 0.7% | - |
| XYZ | 19.88 | 10.42 | 7.8 | - |
| YUV | 72.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 76 | 0 | 0.90 | 0.57 | 0.30 | 338.25 | 0.82 | 0.38 |
| Hex | B2 | 12 | 4C | 0 | 5A | 39 | 1E | 152 | 52 | 26 |
| Octal | 262 | 22 | 114 | 0 | 132 | 71 | 36 | 522 | 122 | 46 |
| Binary | 10110010 | 10010 | 1001100 | 0 | 1011010 | 111001 | 11110 | 101010010 | 1010010 | 100110 |
Color Harmonies of #B2124C
Complementary color
Monochromatic Colors of #B2124C
Black with #B2124C
Text Example
Text Example
White with #B2124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2124C; }
p { color: rgb(178,18,76); }
H1.HeaderClassName
{
color: #B2124C;
}
.AnyTagClassName
{
color: #B2124C;
}
</style>
background-color css
<style>
a { background-color: #B2124C; }
a { background-color: rgb(178,18,76); }
div.DivClassName
{
background-color: #B2124C;
}
.BgClassName
{
background-color: #B2124C;
}
</style>
border-color css
<style>
span { border-color: #B2124C; }
span { border-color: rgb(178,18,76); }
td.TdClassName
{
border-color: #B2124C;
}
.TagClassName
{
border-color: #B2124C;
}
</style>