Shades of Jazzberry Jam #B00750
Tints of Jazzberry Jam #B00750
RGB
CMYK
RGB Variations
Color information
#B00750 (or 0xB00750) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 50. RGB value is (176,7,80). Sum of RGB (Red+Green+Blue) = 176+7+80=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00750 is #4FF8AF. Grayscale: #414141. Windows color (decimal): -5241008 or 5244848. OLE color: 5244848.
HSL color Cylindrical-coordinate representation of color #B00750: hue angle of 334.08º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00750 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 80 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.31 |
| HSL | 334.08º | 0.92% | 0.36% | - |
| HSV(B) | 334.08º | 0.96% | 0.69% | - |
| XYZ | 19.43 | 9.96 | 8.49 | - |
| YUV | 65.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 80 | 0 | 0.96 | 0.55 | 0.31 | 334.08 | 0.92 | 0.36 |
| Hex | B0 | 7 | 50 | 0 | 60 | 37 | 1F | 14E | 5C | 24 |
| Octal | 260 | 7 | 120 | 0 | 140 | 67 | 37 | 516 | 134 | 44 |
| Binary | 10110000 | 111 | 1010000 | 0 | 1100000 | 110111 | 11111 | 101001110 | 1011100 | 100100 |
Color Harmonies of #B00750
Complementary color
Monochromatic Colors of #B00750
Black with #B00750
Text Example
Text Example
White with #B00750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00750; }
p { color: rgb(176,7,80); }
H1.HeaderClassName
{
color: #B00750;
}
.AnyTagClassName
{
color: #B00750;
}
</style>
background-color css
<style>
a { background-color: #B00750; }
a { background-color: rgb(176,7,80); }
div.DivClassName
{
background-color: #B00750;
}
.BgClassName
{
background-color: #B00750;
}
</style>
border-color css
<style>
span { border-color: #B00750; }
span { border-color: rgb(176,7,80); }
td.TdClassName
{
border-color: #B00750;
}
.TagClassName
{
border-color: #B00750;
}
</style>