Shades of Jazzberry Jam #B71867
Tints of Jazzberry Jam #B71867
RGB
CMYK
RGB Variations
Color information
#B71867 (or 0xB71867) is known color: Jazzberry Jam. HEX triplet: B7, 18 and 67. RGB value is (183,24,103). Sum of RGB (Red+Green+Blue) = 183+24+103=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B71867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71867 is #48E798. Grayscale: #505050. Windows color (decimal): -4777881 or 6756535. OLE color: 6756535.
HSL color Cylindrical-coordinate representation of color #B71867: hue angle of 330.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71867 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 103 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.28 |
| HSL | 330.19º | 0.77% | 0.41% | - |
| HSV(B) | 330.19º | 0.87% | 0.72% | - |
| XYZ | 22.3 | 11.7 | 13.91 | - |
| YUV | 80.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 103 | 0 | 0.87 | 0.44 | 0.28 | 330.19 | 0.77 | 0.41 |
| Hex | B7 | 18 | 67 | 0 | 57 | 2C | 1C | 14A | 4D | 29 |
| Octal | 267 | 30 | 147 | 0 | 127 | 54 | 34 | 512 | 115 | 51 |
| Binary | 10110111 | 11000 | 1100111 | 0 | 1010111 | 101100 | 11100 | 101001010 | 1001101 | 101001 |
Color Harmonies of #B71867
Complementary color
Monochromatic Colors of #B71867
Black with #B71867
Text Example
Text Example
White with #B71867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71867; }
p { color: rgb(183,24,103); }
H1.HeaderClassName
{
color: #B71867;
}
.AnyTagClassName
{
color: #B71867;
}
</style>
background-color css
<style>
a { background-color: #B71867; }
a { background-color: rgb(183,24,103); }
div.DivClassName
{
background-color: #B71867;
}
.BgClassName
{
background-color: #B71867;
}
</style>
border-color css
<style>
span { border-color: #B71867; }
span { border-color: rgb(183,24,103); }
td.TdClassName
{
border-color: #B71867;
}
.TagClassName
{
border-color: #B71867;
}
</style>