Shades of Jazzberry Jam #B21A5E
Tints of Jazzberry Jam #B21A5E
RGB
CMYK
RGB Variations
Color information
#B21A5E (or 0xB21A5E) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 5E. RGB value is (178,26,94). Sum of RGB (Red+Green+Blue) = 178+26+94=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A5E is #4DE5A1. Grayscale: #4F4F4F. Windows color (decimal): -5105058 or 6167218. OLE color: 6167218.
HSL color Cylindrical-coordinate representation of color #B21A5E: hue angle of 333.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A5E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 94 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.30 |
| HSL | 333.16º | 0.75% | 0.4% | - |
| HSV(B) | 333.16º | 0.85% | 0.7% | - |
| XYZ | 20.75 | 11.01 | 11.62 | - |
| YUV | 79.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 94 | 0 | 0.85 | 0.47 | 0.30 | 333.16 | 0.75 | 0.4 |
| Hex | B2 | 1A | 5E | 0 | 55 | 2F | 1E | 14D | 4B | 28 |
| Octal | 262 | 32 | 136 | 0 | 125 | 57 | 36 | 515 | 113 | 50 |
| Binary | 10110010 | 11010 | 1011110 | 0 | 1010101 | 101111 | 11110 | 101001101 | 1001011 | 101000 |
Color Harmonies of #B21A5E
Complementary color
Monochromatic Colors of #B21A5E
Black with #B21A5E
Text Example
Text Example
White with #B21A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A5E; }
p { color: rgb(178,26,94); }
H1.HeaderClassName
{
color: #B21A5E;
}
.AnyTagClassName
{
color: #B21A5E;
}
</style>
background-color css
<style>
a { background-color: #B21A5E; }
a { background-color: rgb(178,26,94); }
div.DivClassName
{
background-color: #B21A5E;
}
.BgClassName
{
background-color: #B21A5E;
}
</style>
border-color css
<style>
span { border-color: #B21A5E; }
span { border-color: rgb(178,26,94); }
td.TdClassName
{
border-color: #B21A5E;
}
.TagClassName
{
border-color: #B21A5E;
}
</style>