Shades of Jazzberry Jam #B00565
Tints of Jazzberry Jam #B00565
RGB
CMYK
RGB Variations
Color information
#B00565 (or 0xB00565) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 65. RGB value is (176,5,101). Sum of RGB (Red+Green+Blue) = 176+5+101=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B00565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00565 is #4FFA9A. Grayscale: #424242. Windows color (decimal): -5241499 or 6620592. OLE color: 6620592.
HSL color Cylindrical-coordinate representation of color #B00565: hue angle of 326.32º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00565 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.31 |
| HSL | 326.32º | 0.94% | 0.35% | - |
| HSV(B) | 326.32º | 0.97% | 0.69% | - |
| XYZ | 20.31 | 10.28 | 13.23 | - |
| YUV | 67.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 101 | 0 | 0.97 | 0.43 | 0.31 | 326.32 | 0.94 | 0.35 |
| Hex | B0 | 5 | 65 | 0 | 61 | 2B | 1F | 146 | 5E | 23 |
| Octal | 260 | 5 | 145 | 0 | 141 | 53 | 37 | 506 | 136 | 43 |
| Binary | 10110000 | 101 | 1100101 | 0 | 1100001 | 101011 | 11111 | 101000110 | 1011110 | 100011 |
Color Harmonies of #B00565
Complementary color
Monochromatic Colors of #B00565
Black with #B00565
Text Example
Text Example
White with #B00565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00565; }
p { color: rgb(176,5,101); }
H1.HeaderClassName
{
color: #B00565;
}
.AnyTagClassName
{
color: #B00565;
}
</style>
background-color css
<style>
a { background-color: #B00565; }
a { background-color: rgb(176,5,101); }
div.DivClassName
{
background-color: #B00565;
}
.BgClassName
{
background-color: #B00565;
}
</style>
border-color css
<style>
span { border-color: #B00565; }
span { border-color: rgb(176,5,101); }
td.TdClassName
{
border-color: #B00565;
}
.TagClassName
{
border-color: #B00565;
}
</style>