Shades of Jazzberry Jam #B71568
Tints of Jazzberry Jam #B71568
RGB
CMYK
RGB Variations
Color information
#B71568 (or 0xB71568) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 68. RGB value is (183,21,104). Sum of RGB (Red+Green+Blue) = 183+21+104=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B71568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71568 is #48EA97. Grayscale: #4E4E4E. Windows color (decimal): -4778648 or 6821303. OLE color: 6821303.
HSL color Cylindrical-coordinate representation of color #B71568: hue angle of 329.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71568 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 104 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.28 |
| HSL | 329.26º | 0.79% | 0.4% | - |
| HSV(B) | 329.26º | 0.89% | 0.72% | - |
| XYZ | 22.3 | 11.6 | 14.16 | - |
| YUV | 78.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 104 | 0 | 0.89 | 0.43 | 0.28 | 329.26 | 0.79 | 0.4 |
| Hex | B7 | 15 | 68 | 0 | 59 | 2B | 1C | 149 | 4F | 28 |
| Octal | 267 | 25 | 150 | 0 | 131 | 53 | 34 | 511 | 117 | 50 |
| Binary | 10110111 | 10101 | 1101000 | 0 | 1011001 | 101011 | 11100 | 101001001 | 1001111 | 101000 |
Color Harmonies of #B71568
Complementary color
Monochromatic Colors of #B71568
Black with #B71568
Text Example
Text Example
White with #B71568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71568; }
p { color: rgb(183,21,104); }
H1.HeaderClassName
{
color: #B71568;
}
.AnyTagClassName
{
color: #B71568;
}
</style>
background-color css
<style>
a { background-color: #B71568; }
a { background-color: rgb(183,21,104); }
div.DivClassName
{
background-color: #B71568;
}
.BgClassName
{
background-color: #B71568;
}
</style>
border-color css
<style>
span { border-color: #B71568; }
span { border-color: rgb(183,21,104); }
td.TdClassName
{
border-color: #B71568;
}
.TagClassName
{
border-color: #B71568;
}
</style>