Shades of Jazzberry Jam #B00062
Tints of Jazzberry Jam #B00062
RGB
CMYK
RGB Variations
Color information
#B00062 (or 0xB00062) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 62. RGB value is (176,0,98). Sum of RGB (Red+Green+Blue) = 176+0+98=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B00062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00062 is #4FFF9D. Grayscale: #3F3F3F. Windows color (decimal): -5242782 or 6422704. OLE color: 6422704.
HSL color Cylindrical-coordinate representation of color #B00062: hue angle of 326.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00062 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.44 | 0.31 |
| HSL | 326.59º | 1% | 0.35% | - |
| HSV(B) | 326.59º | 1% | 0.69% | - |
| XYZ | 20.11 | 10.11 | 12.45 | - |
| YUV | 63.8 | 147.31 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 98 | 0 | 1 | 0.44 | 0.31 | 326.59 | 1 | 0.35 |
| Hex | B0 | 0 | 62 | 0 | 64 | 2C | 1F | 147 | 64 | 23 |
| Octal | 260 | 0 | 142 | 0 | 144 | 54 | 37 | 507 | 144 | 43 |
| Binary | 10110000 | 0 | 1100010 | 0 | 1100100 | 101100 | 11111 | 101000111 | 1100100 | 100011 |
Color Harmonies of #B00062
Complementary color
Monochromatic Colors of #B00062
Black with #B00062
Text Example
Text Example
White with #B00062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00062; }
p { color: rgb(176,0,98); }
H1.HeaderClassName
{
color: #B00062;
}
.AnyTagClassName
{
color: #B00062;
}
</style>
background-color css
<style>
a { background-color: #B00062; }
a { background-color: rgb(176,0,98); }
div.DivClassName
{
background-color: #B00062;
}
.BgClassName
{
background-color: #B00062;
}
</style>
border-color css
<style>
span { border-color: #B00062; }
span { border-color: rgb(176,0,98); }
td.TdClassName
{
border-color: #B00062;
}
.TagClassName
{
border-color: #B00062;
}
</style>