Shades of Jazzberry Jam #B91365
Tints of Jazzberry Jam #B91365
RGB
CMYK
RGB Variations
Color information
#B91365 (or 0xB91365) is known color: Jazzberry Jam. HEX triplet: B9, 13 and 65. RGB value is (185,19,101). Sum of RGB (Red+Green+Blue) = 185+19+101=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91365 is #46EC9A. Grayscale: #4D4D4D. Windows color (decimal): -4648091 or 6624185. OLE color: 6624185.
HSL color Cylindrical-coordinate representation of color #B91365: hue angle of 330.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91365 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 101 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.27 |
| HSL | 330.36º | 0.81% | 0.4% | - |
| HSV(B) | 330.36º | 0.9% | 0.73% | - |
| XYZ | 22.59 | 11.72 | 13.38 | - |
| YUV | 77.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 101 | 0 | 0.90 | 0.45 | 0.27 | 330.36 | 0.81 | 0.4 |
| Hex | B9 | 13 | 65 | 0 | 5A | 2D | 1B | 14A | 51 | 28 |
| Octal | 271 | 23 | 145 | 0 | 132 | 55 | 33 | 512 | 121 | 50 |
| Binary | 10111001 | 10011 | 1100101 | 0 | 1011010 | 101101 | 11011 | 101001010 | 1010001 | 101000 |
Color Harmonies of #B91365
Complementary color
Monochromatic Colors of #B91365
Black with #B91365
Text Example
Text Example
White with #B91365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91365; }
p { color: rgb(185,19,101); }
H1.HeaderClassName
{
color: #B91365;
}
.AnyTagClassName
{
color: #B91365;
}
</style>
background-color css
<style>
a { background-color: #B91365; }
a { background-color: rgb(185,19,101); }
div.DivClassName
{
background-color: #B91365;
}
.BgClassName
{
background-color: #B91365;
}
</style>
border-color css
<style>
span { border-color: #B91365; }
span { border-color: rgb(185,19,101); }
td.TdClassName
{
border-color: #B91365;
}
.TagClassName
{
border-color: #B91365;
}
</style>