Shades of Jazzberry Jam #B70049
Tints of Jazzberry Jam #B70049
RGB
CMYK
RGB Variations
Color information
#B70049 (or 0xB70049) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 49. RGB value is (183,0,73). Sum of RGB (Red+Green+Blue) = 183+0+73=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70049 is #48FFB6. Grayscale: #3E3E3E. Windows color (decimal): -4784055 or 4784311. OLE color: 4784311.
HSL color Cylindrical-coordinate representation of color #B70049: hue angle of 336.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70049 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.60 | 0.28 |
| HSL | 336.07º | 1% | 0.36% | - |
| HSV(B) | 336.07º | 1% | 0.72% | - |
| XYZ | 20.73 | 10.55 | 7.25 | - |
| YUV | 63.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 73 | 0 | 1 | 0.60 | 0.28 | 336.07 | 1 | 0.36 |
| Hex | B7 | 0 | 49 | 0 | 64 | 3C | 1C | 150 | 64 | 24 |
| Octal | 267 | 0 | 111 | 0 | 144 | 74 | 34 | 520 | 144 | 44 |
| Binary | 10110111 | 0 | 1001001 | 0 | 1100100 | 111100 | 11100 | 101010000 | 1100100 | 100100 |
Color Harmonies of #B70049
Complementary color
Monochromatic Colors of #B70049
Black with #B70049
Text Example
Text Example
White with #B70049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70049; }
p { color: rgb(183,0,73); }
H1.HeaderClassName
{
color: #B70049;
}
.AnyTagClassName
{
color: #B70049;
}
</style>
background-color css
<style>
a { background-color: #B70049; }
a { background-color: rgb(183,0,73); }
div.DivClassName
{
background-color: #B70049;
}
.BgClassName
{
background-color: #B70049;
}
</style>
border-color css
<style>
span { border-color: #B70049; }
span { border-color: rgb(183,0,73); }
td.TdClassName
{
border-color: #B70049;
}
.TagClassName
{
border-color: #B70049;
}
</style>