Shades of Jazzberry Jam #B0205B
Tints of Jazzberry Jam #B0205B
RGB
CMYK
RGB Variations
Color information
#B0205B (or 0xB0205B) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 5B. RGB value is (176,32,91). Sum of RGB (Red+Green+Blue) = 176+32+91=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0205B is #4FDFA4. Grayscale: #515151. Windows color (decimal): -5234597 or 5972144. OLE color: 5972144.
HSL color Cylindrical-coordinate representation of color #B0205B: hue angle of 335.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0205B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 91 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.31 |
| HSL | 335.42º | 0.69% | 0.41% | - |
| HSV(B) | 335.42º | 0.82% | 0.69% | - |
| XYZ | 20.31 | 11.02 | 10.95 | - |
| YUV | 81.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 91 | 0 | 0.82 | 0.48 | 0.31 | 335.42 | 0.69 | 0.41 |
| Hex | B0 | 20 | 5B | 0 | 52 | 30 | 1F | 14F | 45 | 29 |
| Octal | 260 | 40 | 133 | 0 | 122 | 60 | 37 | 517 | 105 | 51 |
| Binary | 10110000 | 100000 | 1011011 | 0 | 1010010 | 110000 | 11111 | 101001111 | 1000101 | 101001 |
Color Harmonies of #B0205B
Complementary color
Monochromatic Colors of #B0205B
Black with #B0205B
Text Example
Text Example
White with #B0205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0205B; }
p { color: rgb(176,32,91); }
H1.HeaderClassName
{
color: #B0205B;
}
.AnyTagClassName
{
color: #B0205B;
}
</style>
background-color css
<style>
a { background-color: #B0205B; }
a { background-color: rgb(176,32,91); }
div.DivClassName
{
background-color: #B0205B;
}
.BgClassName
{
background-color: #B0205B;
}
</style>
border-color css
<style>
span { border-color: #B0205B; }
span { border-color: rgb(176,32,91); }
td.TdClassName
{
border-color: #B0205B;
}
.TagClassName
{
border-color: #B0205B;
}
</style>