Shades of Jazzberry Jam #B21D6C
Tints of Jazzberry Jam #B21D6C
RGB
CMYK
RGB Variations
Color information
#B21D6C (or 0xB21D6C) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 6C. RGB value is (178,29,108). Sum of RGB (Red+Green+Blue) = 178+29+108=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D6C is #4DE293. Grayscale: #525252. Windows color (decimal): -5104276 or 7085490. OLE color: 7085490.
HSL color Cylindrical-coordinate representation of color #B21D6C: hue angle of 328.19º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D6C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 108 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.30 |
| HSL | 328.19º | 0.72% | 0.41% | - |
| HSV(B) | 328.19º | 0.84% | 0.7% | - |
| XYZ | 21.51 | 11.43 | 15.26 | - |
| YUV | 82.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 108 | 0 | 0.84 | 0.39 | 0.30 | 328.19 | 0.72 | 0.41 |
| Hex | B2 | 1D | 6C | 0 | 54 | 27 | 1E | 148 | 48 | 29 |
| Octal | 262 | 35 | 154 | 0 | 124 | 47 | 36 | 510 | 110 | 51 |
| Binary | 10110010 | 11101 | 1101100 | 0 | 1010100 | 100111 | 11110 | 101001000 | 1001000 | 101001 |
Color Harmonies of #B21D6C
Complementary color
Monochromatic Colors of #B21D6C
Black with #B21D6C
Text Example
Text Example
White with #B21D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D6C; }
p { color: rgb(178,29,108); }
H1.HeaderClassName
{
color: #B21D6C;
}
.AnyTagClassName
{
color: #B21D6C;
}
</style>
background-color css
<style>
a { background-color: #B21D6C; }
a { background-color: rgb(178,29,108); }
div.DivClassName
{
background-color: #B21D6C;
}
.BgClassName
{
background-color: #B21D6C;
}
</style>
border-color css
<style>
span { border-color: #B21D6C; }
span { border-color: rgb(178,29,108); }
td.TdClassName
{
border-color: #B21D6C;
}
.TagClassName
{
border-color: #B21D6C;
}
</style>