Shades of Jazzberry Jam #B0065D
Tints of Jazzberry Jam #B0065D
RGB
CMYK
RGB Variations
Color information
#B0065D (or 0xB0065D) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 5D. RGB value is (176,6,93). Sum of RGB (Red+Green+Blue) = 176+6+93=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0065D is #4FF9A2. Grayscale: #424242. Windows color (decimal): -5241251 or 6096560. OLE color: 6096560.
HSL color Cylindrical-coordinate representation of color #B0065D: hue angle of 329.29º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0065D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.31 |
| HSL | 329.29º | 0.93% | 0.36% | - |
| HSV(B) | 329.29º | 0.97% | 0.69% | - |
| XYZ | 19.95 | 10.15 | 11.26 | - |
| YUV | 66.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 93 | 0 | 0.97 | 0.47 | 0.31 | 329.29 | 0.93 | 0.36 |
| Hex | B0 | 6 | 5D | 0 | 61 | 2F | 1F | 149 | 5D | 24 |
| Octal | 260 | 6 | 135 | 0 | 141 | 57 | 37 | 511 | 135 | 44 |
| Binary | 10110000 | 110 | 1011101 | 0 | 1100001 | 101111 | 11111 | 101001001 | 1011101 | 100100 |
Color Harmonies of #B0065D
Complementary color
Monochromatic Colors of #B0065D
Black with #B0065D
Text Example
Text Example
White with #B0065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0065D; }
p { color: rgb(176,6,93); }
H1.HeaderClassName
{
color: #B0065D;
}
.AnyTagClassName
{
color: #B0065D;
}
</style>
background-color css
<style>
a { background-color: #B0065D; }
a { background-color: rgb(176,6,93); }
div.DivClassName
{
background-color: #B0065D;
}
.BgClassName
{
background-color: #B0065D;
}
</style>
border-color css
<style>
span { border-color: #B0065D; }
span { border-color: rgb(176,6,93); }
td.TdClassName
{
border-color: #B0065D;
}
.TagClassName
{
border-color: #B0065D;
}
</style>