Shades of Jazzberry Jam #B21C5B
Tints of Jazzberry Jam #B21C5B
RGB
CMYK
RGB Variations
Color information
#B21C5B (or 0xB21C5B) is known color: Jazzberry Jam. HEX triplet: B2, 1C and 5B. RGB value is (178,28,91). Sum of RGB (Red+Green+Blue) = 178+28+91=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C5B is #4DE3A4. Grayscale: #4F4F4F. Windows color (decimal): -5104549 or 5971122. OLE color: 5971122.
HSL color Cylindrical-coordinate representation of color #B21C5B: hue angle of 334.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C5B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 91 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.30 |
| HSL | 334.8º | 0.73% | 0.4% | - |
| HSV(B) | 334.8º | 0.84% | 0.7% | - |
| XYZ | 20.66 | 11.05 | 10.94 | - |
| YUV | 80.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 91 | 0 | 0.84 | 0.49 | 0.30 | 334.8 | 0.73 | 0.4 |
| Hex | B2 | 1C | 5B | 0 | 54 | 31 | 1E | 14F | 49 | 28 |
| Octal | 262 | 34 | 133 | 0 | 124 | 61 | 36 | 517 | 111 | 50 |
| Binary | 10110010 | 11100 | 1011011 | 0 | 1010100 | 110001 | 11110 | 101001111 | 1001001 | 101000 |
Color Harmonies of #B21C5B
Complementary color
Monochromatic Colors of #B21C5B
Black with #B21C5B
Text Example
Text Example
White with #B21C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C5B; }
p { color: rgb(178,28,91); }
H1.HeaderClassName
{
color: #B21C5B;
}
.AnyTagClassName
{
color: #B21C5B;
}
</style>
background-color css
<style>
a { background-color: #B21C5B; }
a { background-color: rgb(178,28,91); }
div.DivClassName
{
background-color: #B21C5B;
}
.BgClassName
{
background-color: #B21C5B;
}
</style>
border-color css
<style>
span { border-color: #B21C5B; }
span { border-color: rgb(178,28,91); }
td.TdClassName
{
border-color: #B21C5B;
}
.TagClassName
{
border-color: #B21C5B;
}
</style>