Shades of Jazzberry Jam #B21E5B
Tints of Jazzberry Jam #B21E5B
RGB
CMYK
RGB Variations
Color information
#B21E5B (or 0xB21E5B) is known color: Jazzberry Jam. HEX triplet: B2, 1E and 5B. RGB value is (178,30,91). Sum of RGB (Red+Green+Blue) = 178+30+91=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E5B is #4DE1A4. Grayscale: #515151. Windows color (decimal): -5104037 or 5971634. OLE color: 5971634.
HSL color Cylindrical-coordinate representation of color #B21E5B: hue angle of 335.27º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E5B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 91 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.30 |
| HSL | 335.27º | 0.71% | 0.41% | - |
| HSV(B) | 335.27º | 0.83% | 0.7% | - |
| XYZ | 20.71 | 11.15 | 10.96 | - |
| YUV | 81.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 91 | 0 | 0.83 | 0.49 | 0.30 | 335.27 | 0.71 | 0.41 |
| Hex | B2 | 1E | 5B | 0 | 53 | 31 | 1E | 14F | 47 | 29 |
| Octal | 262 | 36 | 133 | 0 | 123 | 61 | 36 | 517 | 107 | 51 |
| Binary | 10110010 | 11110 | 1011011 | 0 | 1010011 | 110001 | 11110 | 101001111 | 1000111 | 101001 |
Color Harmonies of #B21E5B
Complementary color
Monochromatic Colors of #B21E5B
Black with #B21E5B
Text Example
Text Example
White with #B21E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E5B; }
p { color: rgb(178,30,91); }
H1.HeaderClassName
{
color: #B21E5B;
}
.AnyTagClassName
{
color: #B21E5B;
}
</style>
background-color css
<style>
a { background-color: #B21E5B; }
a { background-color: rgb(178,30,91); }
div.DivClassName
{
background-color: #B21E5B;
}
.BgClassName
{
background-color: #B21E5B;
}
</style>
border-color css
<style>
span { border-color: #B21E5B; }
span { border-color: rgb(178,30,91); }
td.TdClassName
{
border-color: #B21E5B;
}
.TagClassName
{
border-color: #B21E5B;
}
</style>