Shades of Jazzberry Jam #B21458
Tints of Jazzberry Jam #B21458
RGB
CMYK
RGB Variations
Color information
#B21458 (or 0xB21458) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 58. RGB value is (178,20,88). Sum of RGB (Red+Green+Blue) = 178+20+88=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B21458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21458 is #4DEBA7. Grayscale: #4A4A4A. Windows color (decimal): -5106600 or 5772466. OLE color: 5772466.
HSL color Cylindrical-coordinate representation of color #B21458: hue angle of 334.18º 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 #B21458 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 88 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.30 |
| HSL | 334.18º | 0.8% | 0.39% | - |
| HSV(B) | 334.18º | 0.89% | 0.7% | - |
| XYZ | 20.37 | 10.67 | 10.22 | - |
| YUV | 74.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 88 | 0 | 0.89 | 0.51 | 0.30 | 334.18 | 0.8 | 0.39 |
| Hex | B2 | 14 | 58 | 0 | 59 | 33 | 1E | 14E | 50 | 27 |
| Octal | 262 | 24 | 130 | 0 | 131 | 63 | 36 | 516 | 120 | 47 |
| Binary | 10110010 | 10100 | 1011000 | 0 | 1011001 | 110011 | 11110 | 101001110 | 1010000 | 100111 |
Color Harmonies of #B21458
Complementary color
Monochromatic Colors of #B21458
Black with #B21458
Text Example
Text Example
White with #B21458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21458; }
p { color: rgb(178,20,88); }
H1.HeaderClassName
{
color: #B21458;
}
.AnyTagClassName
{
color: #B21458;
}
</style>
background-color css
<style>
a { background-color: #B21458; }
a { background-color: rgb(178,20,88); }
div.DivClassName
{
background-color: #B21458;
}
.BgClassName
{
background-color: #B21458;
}
</style>
border-color css
<style>
span { border-color: #B21458; }
span { border-color: rgb(178,20,88); }
td.TdClassName
{
border-color: #B21458;
}
.TagClassName
{
border-color: #B21458;
}
</style>