Shades of Jazzberry Jam #B00063
Tints of Jazzberry Jam #B00063
RGB
CMYK
RGB Variations
Color information
#B00063 (or 0xB00063) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 63. RGB value is (176,0,99). Sum of RGB (Red+Green+Blue) = 176+0+99=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B00063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00063 is #4FFF9C. Grayscale: #3F3F3F. Windows color (decimal): -5242781 or 6488240. OLE color: 6488240.
HSL color Cylindrical-coordinate representation of color #B00063: hue angle of 326.25º 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 #B00063 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.44 | 0.31 |
| HSL | 326.25º | 1% | 0.35% | - |
| HSV(B) | 326.25º | 1% | 0.69% | - |
| XYZ | 20.16 | 10.13 | 12.7 | - |
| YUV | 63.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 99 | 0 | 1 | 0.44 | 0.31 | 326.25 | 1 | 0.35 |
| Hex | B0 | 0 | 63 | 0 | 64 | 2C | 1F | 146 | 64 | 23 |
| Octal | 260 | 0 | 143 | 0 | 144 | 54 | 37 | 506 | 144 | 43 |
| Binary | 10110000 | 0 | 1100011 | 0 | 1100100 | 101100 | 11111 | 101000110 | 1100100 | 100011 |
Color Harmonies of #B00063
Complementary color
Monochromatic Colors of #B00063
Black with #B00063
Text Example
Text Example
White with #B00063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00063; }
p { color: rgb(176,0,99); }
H1.HeaderClassName
{
color: #B00063;
}
.AnyTagClassName
{
color: #B00063;
}
</style>
background-color css
<style>
a { background-color: #B00063; }
a { background-color: rgb(176,0,99); }
div.DivClassName
{
background-color: #B00063;
}
.BgClassName
{
background-color: #B00063;
}
</style>
border-color css
<style>
span { border-color: #B00063; }
span { border-color: rgb(176,0,99); }
td.TdClassName
{
border-color: #B00063;
}
.TagClassName
{
border-color: #B00063;
}
</style>