Shades of Jazzberry Jam #B71368
Tints of Jazzberry Jam #B71368
RGB
CMYK
RGB Variations
Color information
#B71368 (or 0xB71368) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 68. RGB value is (183,19,104). Sum of RGB (Red+Green+Blue) = 183+19+104=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71368 is #48EC97. Grayscale: #4D4D4D. Windows color (decimal): -4779160 or 6820791. OLE color: 6820791.
HSL color Cylindrical-coordinate representation of color #B71368: hue angle of 328.9º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71368 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 104 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.28 |
| HSL | 328.9º | 0.81% | 0.4% | - |
| HSV(B) | 328.9º | 0.9% | 0.72% | - |
| XYZ | 22.26 | 11.53 | 14.15 | - |
| YUV | 77.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 104 | 0 | 0.90 | 0.43 | 0.28 | 328.9 | 0.81 | 0.4 |
| Hex | B7 | 13 | 68 | 0 | 5A | 2B | 1C | 149 | 51 | 28 |
| Octal | 267 | 23 | 150 | 0 | 132 | 53 | 34 | 511 | 121 | 50 |
| Binary | 10110111 | 10011 | 1101000 | 0 | 1011010 | 101011 | 11100 | 101001001 | 1010001 | 101000 |
Color Harmonies of #B71368
Complementary color
Monochromatic Colors of #B71368
Black with #B71368
Text Example
Text Example
White with #B71368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71368; }
p { color: rgb(183,19,104); }
H1.HeaderClassName
{
color: #B71368;
}
.AnyTagClassName
{
color: #B71368;
}
</style>
background-color css
<style>
a { background-color: #B71368; }
a { background-color: rgb(183,19,104); }
div.DivClassName
{
background-color: #B71368;
}
.BgClassName
{
background-color: #B71368;
}
</style>
border-color css
<style>
span { border-color: #B71368; }
span { border-color: rgb(183,19,104); }
td.TdClassName
{
border-color: #B71368;
}
.TagClassName
{
border-color: #B71368;
}
</style>