Shades of Jazzberry Jam #B21861
Tints of Jazzberry Jam #B21861
RGB
CMYK
RGB Variations
Color information
#B21861 (or 0xB21861) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 61. RGB value is (178,24,97). Sum of RGB (Red+Green+Blue) = 178+24+97=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B21861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21861 is #4DE79E. Grayscale: #4E4E4E. Windows color (decimal): -5105567 or 6363314. OLE color: 6363314.
HSL color Cylindrical-coordinate representation of color #B21861: hue angle of 331.56º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21861 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 97 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.30 |
| HSL | 331.56º | 0.76% | 0.4% | - |
| HSV(B) | 331.56º | 0.87% | 0.7% | - |
| XYZ | 20.84 | 10.98 | 12.33 | - |
| YUV | 78.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 97 | 0 | 0.87 | 0.46 | 0.30 | 331.56 | 0.76 | 0.4 |
| Hex | B2 | 18 | 61 | 0 | 57 | 2E | 1E | 14C | 4C | 28 |
| Octal | 262 | 30 | 141 | 0 | 127 | 56 | 36 | 514 | 114 | 50 |
| Binary | 10110010 | 11000 | 1100001 | 0 | 1010111 | 101110 | 11110 | 101001100 | 1001100 | 101000 |
Color Harmonies of #B21861
Complementary color
Monochromatic Colors of #B21861
Black with #B21861
Text Example
Text Example
White with #B21861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21861; }
p { color: rgb(178,24,97); }
H1.HeaderClassName
{
color: #B21861;
}
.AnyTagClassName
{
color: #B21861;
}
</style>
background-color css
<style>
a { background-color: #B21861; }
a { background-color: rgb(178,24,97); }
div.DivClassName
{
background-color: #B21861;
}
.BgClassName
{
background-color: #B21861;
}
</style>
border-color css
<style>
span { border-color: #B21861; }
span { border-color: rgb(178,24,97); }
td.TdClassName
{
border-color: #B21861;
}
.TagClassName
{
border-color: #B21861;
}
</style>