Shades of Jazzberry Jam #B21472
Tints of Jazzberry Jam #B21472
RGB
CMYK
RGB Variations
Color information
#B21472 (or 0xB21472) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 72. RGB value is (178,20,114). Sum of RGB (Red+Green+Blue) = 178+20+114=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B21472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21472 is #4DEB8D. Grayscale: #4D4D4D. Windows color (decimal): -5106574 or 7476402. OLE color: 7476402.
HSL color Cylindrical-coordinate representation of color #B21472: hue angle of 324.3º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21472 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 114 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.30 |
| HSL | 324.3º | 0.8% | 0.39% | - |
| HSV(B) | 324.3º | 0.89% | 0.7% | - |
| XYZ | 21.65 | 11.18 | 16.94 | - |
| YUV | 77.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 114 | 0 | 0.89 | 0.36 | 0.30 | 324.3 | 0.8 | 0.39 |
| Hex | B2 | 14 | 72 | 0 | 59 | 24 | 1E | 144 | 50 | 27 |
| Octal | 262 | 24 | 162 | 0 | 131 | 44 | 36 | 504 | 120 | 47 |
| Binary | 10110010 | 10100 | 1110010 | 0 | 1011001 | 100100 | 11110 | 101000100 | 1010000 | 100111 |
Color Harmonies of #B21472
Complementary color
Monochromatic Colors of #B21472
Black with #B21472
Text Example
Text Example
White with #B21472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21472; }
p { color: rgb(178,20,114); }
H1.HeaderClassName
{
color: #B21472;
}
.AnyTagClassName
{
color: #B21472;
}
</style>
background-color css
<style>
a { background-color: #B21472; }
a { background-color: rgb(178,20,114); }
div.DivClassName
{
background-color: #B21472;
}
.BgClassName
{
background-color: #B21472;
}
</style>
border-color css
<style>
span { border-color: #B21472; }
span { border-color: rgb(178,20,114); }
td.TdClassName
{
border-color: #B21472;
}
.TagClassName
{
border-color: #B21472;
}
</style>