Shades of Jazzberry Jam #B20358
Tints of Jazzberry Jam #B20358
RGB
CMYK
RGB Variations
Color information
#B20358 (or 0xB20358) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 58. RGB value is (178,3,88). Sum of RGB (Red+Green+Blue) = 178+3+88=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B20358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20358 is #4DFCA7. Grayscale: #404040. Windows color (decimal): -5110952 or 5768114. OLE color: 5768114.
HSL color Cylindrical-coordinate representation of color #B20358: hue angle of 330.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20358 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.30 |
| HSL | 330.86º | 0.97% | 0.35% | - |
| HSV(B) | 330.86º | 0.98% | 0.7% | - |
| XYZ | 20.15 | 10.23 | 10.15 | - |
| YUV | 65.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 88 | 0 | 0.98 | 0.51 | 0.30 | 330.86 | 0.97 | 0.35 |
| Hex | B2 | 3 | 58 | 0 | 62 | 33 | 1E | 14B | 61 | 23 |
| Octal | 262 | 3 | 130 | 0 | 142 | 63 | 36 | 513 | 141 | 43 |
| Binary | 10110010 | 11 | 1011000 | 0 | 1100010 | 110011 | 11110 | 101001011 | 1100001 | 100011 |
Color Harmonies of #B20358
Complementary color
Monochromatic Colors of #B20358
Black with #B20358
Text Example
Text Example
White with #B20358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20358; }
p { color: rgb(178,3,88); }
H1.HeaderClassName
{
color: #B20358;
}
.AnyTagClassName
{
color: #B20358;
}
</style>
background-color css
<style>
a { background-color: #B20358; }
a { background-color: rgb(178,3,88); }
div.DivClassName
{
background-color: #B20358;
}
.BgClassName
{
background-color: #B20358;
}
</style>
border-color css
<style>
span { border-color: #B20358; }
span { border-color: rgb(178,3,88); }
td.TdClassName
{
border-color: #B20358;
}
.TagClassName
{
border-color: #B20358;
}
</style>