Shades of Jazzberry Jam #B01065
Tints of Jazzberry Jam #B01065
RGB
CMYK
RGB Variations
Color information
#B01065 (or 0xB01065) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 65. RGB value is (176,16,101). Sum of RGB (Red+Green+Blue) = 176+16+101=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B01065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01065 is #4FEF9A. Grayscale: #494949. Windows color (decimal): -5238683 or 6623408. OLE color: 6623408.
HSL color Cylindrical-coordinate representation of color #B01065: hue angle of 328.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01065 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 101 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.31 |
| HSL | 328.13º | 0.83% | 0.38% | - |
| HSV(B) | 328.13º | 0.91% | 0.69% | - |
| XYZ | 20.44 | 10.54 | 13.27 | - |
| YUV | 73.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 101 | 0 | 0.91 | 0.43 | 0.31 | 328.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 65 | 0 | 5B | 2B | 1F | 148 | 53 | 26 |
| Octal | 260 | 20 | 145 | 0 | 133 | 53 | 37 | 510 | 123 | 46 |
| Binary | 10110000 | 10000 | 1100101 | 0 | 1011011 | 101011 | 11111 | 101001000 | 1010011 | 100110 |
Color Harmonies of #B01065
Complementary color
Monochromatic Colors of #B01065
Black with #B01065
Text Example
Text Example
White with #B01065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01065; }
p { color: rgb(176,16,101); }
H1.HeaderClassName
{
color: #B01065;
}
.AnyTagClassName
{
color: #B01065;
}
</style>
background-color css
<style>
a { background-color: #B01065; }
a { background-color: rgb(176,16,101); }
div.DivClassName
{
background-color: #B01065;
}
.BgClassName
{
background-color: #B01065;
}
</style>
border-color css
<style>
span { border-color: #B01065; }
span { border-color: rgb(176,16,101); }
td.TdClassName
{
border-color: #B01065;
}
.TagClassName
{
border-color: #B01065;
}
</style>