Shades of Jazzberry Jam #B00570
Tints of Jazzberry Jam #B00570
RGB
CMYK
RGB Variations
Color information
#B00570 (or 0xB00570) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 70. RGB value is (176,5,112). Sum of RGB (Red+Green+Blue) = 176+5+112=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B00570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00570 is #4FFA8F. Grayscale: #444444. Windows color (decimal): -5241488 or 7341488. OLE color: 7341488.
HSL color Cylindrical-coordinate representation of color #B00570: hue angle of 322.46º 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 #B00570 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.31 |
| HSL | 322.46º | 0.94% | 0.35% | - |
| HSV(B) | 322.46º | 0.97% | 0.69% | - |
| XYZ | 20.88 | 10.51 | 16.26 | - |
| YUV | 68.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 112 | 0 | 0.97 | 0.36 | 0.31 | 322.46 | 0.94 | 0.35 |
| Hex | B0 | 5 | 70 | 0 | 61 | 24 | 1F | 142 | 5E | 23 |
| Octal | 260 | 5 | 160 | 0 | 141 | 44 | 37 | 502 | 136 | 43 |
| Binary | 10110000 | 101 | 1110000 | 0 | 1100001 | 100100 | 11111 | 101000010 | 1011110 | 100011 |
Color Harmonies of #B00570
Complementary color
Monochromatic Colors of #B00570
Black with #B00570
Text Example
Text Example
White with #B00570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00570; }
p { color: rgb(176,5,112); }
H1.HeaderClassName
{
color: #B00570;
}
.AnyTagClassName
{
color: #B00570;
}
</style>
background-color css
<style>
a { background-color: #B00570; }
a { background-color: rgb(176,5,112); }
div.DivClassName
{
background-color: #B00570;
}
.BgClassName
{
background-color: #B00570;
}
</style>
border-color css
<style>
span { border-color: #B00570; }
span { border-color: rgb(176,5,112); }
td.TdClassName
{
border-color: #B00570;
}
.TagClassName
{
border-color: #B00570;
}
</style>