Shades of Jazzberry Jam #B70147
Tints of Jazzberry Jam #B70147
RGB
CMYK
RGB Variations
Color information
#B70147 (or 0xB70147) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 47. RGB value is (183,1,71). Sum of RGB (Red+Green+Blue) = 183+1+71=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B70147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70147 is #48FEB8. Grayscale: #3F3F3F. Windows color (decimal): -4783801 or 4653495. OLE color: 4653495.
HSL color Cylindrical-coordinate representation of color #B70147: hue angle of 336.92º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70147 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.28 |
| HSL | 336.92º | 0.99% | 0.36% | - |
| HSV(B) | 336.92º | 0.99% | 0.72% | - |
| XYZ | 20.68 | 10.54 | 6.91 | - |
| YUV | 63.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 71 | 0 | 0.99 | 0.61 | 0.28 | 336.92 | 0.99 | 0.36 |
| Hex | B7 | 1 | 47 | 0 | 63 | 3D | 1C | 151 | 63 | 24 |
| Octal | 267 | 1 | 107 | 0 | 143 | 75 | 34 | 521 | 143 | 44 |
| Binary | 10110111 | 1 | 1000111 | 0 | 1100011 | 111101 | 11100 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B70147
Complementary color
Monochromatic Colors of #B70147
Black with #B70147
Text Example
Text Example
White with #B70147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70147; }
p { color: rgb(183,1,71); }
H1.HeaderClassName
{
color: #B70147;
}
.AnyTagClassName
{
color: #B70147;
}
</style>
background-color css
<style>
a { background-color: #B70147; }
a { background-color: rgb(183,1,71); }
div.DivClassName
{
background-color: #B70147;
}
.BgClassName
{
background-color: #B70147;
}
</style>
border-color css
<style>
span { border-color: #B70147; }
span { border-color: rgb(183,1,71); }
td.TdClassName
{
border-color: #B70147;
}
.TagClassName
{
border-color: #B70147;
}
</style>