Shades of Jazzberry Jam #B70047
Tints of Jazzberry Jam #B70047
RGB
CMYK
RGB Variations
Color information
#B70047 (or 0xB70047) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 47. RGB value is (183,0,71). Sum of RGB (Red+Green+Blue) = 183+0+71=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B70047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70047 is #48FFB8. Grayscale: #3E3E3E. Windows color (decimal): -4784057 or 4653239. OLE color: 4653239.
HSL color Cylindrical-coordinate representation of color #B70047: hue angle of 336.72º 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 #B70047 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.61 | 0.28 |
| HSL | 336.72º | 1% | 0.36% | - |
| HSV(B) | 336.72º | 1% | 0.72% | - |
| XYZ | 20.67 | 10.52 | 6.9 | - |
| YUV | 62.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 71 | 0 | 1 | 0.61 | 0.28 | 336.72 | 1 | 0.36 |
| Hex | B7 | 0 | 47 | 0 | 64 | 3D | 1C | 151 | 64 | 24 |
| Octal | 267 | 0 | 107 | 0 | 144 | 75 | 34 | 521 | 144 | 44 |
| Binary | 10110111 | 0 | 1000111 | 0 | 1100100 | 111101 | 11100 | 101010001 | 1100100 | 100100 |
Color Harmonies of #B70047
Complementary color
Monochromatic Colors of #B70047
Black with #B70047
Text Example
Text Example
White with #B70047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70047; }
p { color: rgb(183,0,71); }
H1.HeaderClassName
{
color: #B70047;
}
.AnyTagClassName
{
color: #B70047;
}
</style>
background-color css
<style>
a { background-color: #B70047; }
a { background-color: rgb(183,0,71); }
div.DivClassName
{
background-color: #B70047;
}
.BgClassName
{
background-color: #B70047;
}
</style>
border-color css
<style>
span { border-color: #B70047; }
span { border-color: rgb(183,0,71); }
td.TdClassName
{
border-color: #B70047;
}
.TagClassName
{
border-color: #B70047;
}
</style>