Shades of Jazzberry Jam #B01C73
Tints of Jazzberry Jam #B01C73
RGB
CMYK
RGB Variations
Color information
#B01C73 (or 0xB01C73) is known color: Jazzberry Jam. HEX triplet: B0, 1C and 73. RGB value is (176,28,115). Sum of RGB (Red+Green+Blue) = 176+28+115=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C73 is #4FE38C. Grayscale: #515151. Windows color (decimal): -5235597 or 7543984. OLE color: 7543984.
HSL color Cylindrical-coordinate representation of color #B01C73: hue angle of 324.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C73 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 115 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.31 |
| HSL | 324.73º | 0.73% | 0.4% | - |
| HSV(B) | 324.73º | 0.84% | 0.69% | - |
| XYZ | 21.41 | 11.3 | 17.27 | - |
| YUV | 82.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 115 | 0 | 0.84 | 0.35 | 0.31 | 324.73 | 0.73 | 0.4 |
| Hex | B0 | 1C | 73 | 0 | 54 | 23 | 1F | 145 | 49 | 28 |
| Octal | 260 | 34 | 163 | 0 | 124 | 43 | 37 | 505 | 111 | 50 |
| Binary | 10110000 | 11100 | 1110011 | 0 | 1010100 | 100011 | 11111 | 101000101 | 1001001 | 101000 |
Color Harmonies of #B01C73
Complementary color
Monochromatic Colors of #B01C73
Black with #B01C73
Text Example
Text Example
White with #B01C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C73; }
p { color: rgb(176,28,115); }
H1.HeaderClassName
{
color: #B01C73;
}
.AnyTagClassName
{
color: #B01C73;
}
</style>
background-color css
<style>
a { background-color: #B01C73; }
a { background-color: rgb(176,28,115); }
div.DivClassName
{
background-color: #B01C73;
}
.BgClassName
{
background-color: #B01C73;
}
</style>
border-color css
<style>
span { border-color: #B01C73; }
span { border-color: rgb(176,28,115); }
td.TdClassName
{
border-color: #B01C73;
}
.TagClassName
{
border-color: #B01C73;
}
</style>