Shades of Jazzberry Jam #B21B68
Tints of Jazzberry Jam #B21B68
RGB
CMYK
RGB Variations
Color information
#B21B68 (or 0xB21B68) is known color: Jazzberry Jam. HEX triplet: B2, 1B and 68. RGB value is (178,27,104). Sum of RGB (Red+Green+Blue) = 178+27+104=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B68 is #4DE497. Grayscale: #505050. Windows color (decimal): -5104792 or 6822834. OLE color: 6822834.
HSL color Cylindrical-coordinate representation of color #B21B68: hue angle of 329.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B68 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 104 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.30 |
| HSL | 329.4º | 0.74% | 0.4% | - |
| HSV(B) | 329.4º | 0.85% | 0.7% | - |
| XYZ | 21.25 | 11.25 | 14.15 | - |
| YUV | 80.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 104 | 0 | 0.85 | 0.42 | 0.30 | 329.4 | 0.74 | 0.4 |
| Hex | B2 | 1B | 68 | 0 | 55 | 2A | 1E | 149 | 4A | 28 |
| Octal | 262 | 33 | 150 | 0 | 125 | 52 | 36 | 511 | 112 | 50 |
| Binary | 10110010 | 11011 | 1101000 | 0 | 1010101 | 101010 | 11110 | 101001001 | 1001010 | 101000 |
Color Harmonies of #B21B68
Complementary color
Monochromatic Colors of #B21B68
Black with #B21B68
Text Example
Text Example
White with #B21B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B68; }
p { color: rgb(178,27,104); }
H1.HeaderClassName
{
color: #B21B68;
}
.AnyTagClassName
{
color: #B21B68;
}
</style>
background-color css
<style>
a { background-color: #B21B68; }
a { background-color: rgb(178,27,104); }
div.DivClassName
{
background-color: #B21B68;
}
.BgClassName
{
background-color: #B21B68;
}
</style>
border-color css
<style>
span { border-color: #B21B68; }
span { border-color: rgb(178,27,104); }
td.TdClassName
{
border-color: #B21B68;
}
.TagClassName
{
border-color: #B21B68;
}
</style>