Shades of Jazzberry Jam #B01365
Tints of Jazzberry Jam #B01365
RGB
CMYK
RGB Variations
Color information
#B01365 (or 0xB01365) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 65. RGB value is (176,19,101). Sum of RGB (Red+Green+Blue) = 176+19+101=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B01365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01365 is #4FEC9A. Grayscale: #4B4B4B. Windows color (decimal): -5237915 or 6624176. OLE color: 6624176.
HSL color Cylindrical-coordinate representation of color #B01365: hue angle of 328.66º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01365 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 101 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.31 |
| HSL | 328.66º | 0.81% | 0.38% | - |
| HSV(B) | 328.66º | 0.89% | 0.69% | - |
| XYZ | 20.49 | 10.64 | 13.29 | - |
| YUV | 75.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 101 | 0 | 0.89 | 0.43 | 0.31 | 328.66 | 0.81 | 0.38 |
| Hex | B0 | 13 | 65 | 0 | 59 | 2B | 1F | 149 | 51 | 26 |
| Octal | 260 | 23 | 145 | 0 | 131 | 53 | 37 | 511 | 121 | 46 |
| Binary | 10110000 | 10011 | 1100101 | 0 | 1011001 | 101011 | 11111 | 101001001 | 1010001 | 100110 |
Color Harmonies of #B01365
Complementary color
Monochromatic Colors of #B01365
Black with #B01365
Text Example
Text Example
White with #B01365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01365; }
p { color: rgb(176,19,101); }
H1.HeaderClassName
{
color: #B01365;
}
.AnyTagClassName
{
color: #B01365;
}
</style>
background-color css
<style>
a { background-color: #B01365; }
a { background-color: rgb(176,19,101); }
div.DivClassName
{
background-color: #B01365;
}
.BgClassName
{
background-color: #B01365;
}
</style>
border-color css
<style>
span { border-color: #B01365; }
span { border-color: rgb(176,19,101); }
td.TdClassName
{
border-color: #B01365;
}
.TagClassName
{
border-color: #B01365;
}
</style>