Shades of Jazzberry Jam #B01273
Tints of Jazzberry Jam #B01273
RGB
CMYK
RGB Variations
Color information
#B01273 (or 0xB01273) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 73. RGB value is (176,18,115). Sum of RGB (Red+Green+Blue) = 176+18+115=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B01273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01273 is #4FED8C. Grayscale: #4C4C4C. Windows color (decimal): -5238157 or 7541424. OLE color: 7541424.
HSL color Cylindrical-coordinate representation of color #B01273: hue angle of 323.16º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01273 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 115 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.31 |
| HSL | 323.16º | 0.81% | 0.38% | - |
| HSV(B) | 323.16º | 0.9% | 0.69% | - |
| XYZ | 21.22 | 10.9 | 17.21 | - |
| YUV | 76.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 115 | 0 | 0.90 | 0.35 | 0.31 | 323.16 | 0.81 | 0.38 |
| Hex | B0 | 12 | 73 | 0 | 5A | 23 | 1F | 143 | 51 | 26 |
| Octal | 260 | 22 | 163 | 0 | 132 | 43 | 37 | 503 | 121 | 46 |
| Binary | 10110000 | 10010 | 1110011 | 0 | 1011010 | 100011 | 11111 | 101000011 | 1010001 | 100110 |
Color Harmonies of #B01273
Complementary color
Monochromatic Colors of #B01273
Black with #B01273
Text Example
Text Example
White with #B01273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01273; }
p { color: rgb(176,18,115); }
H1.HeaderClassName
{
color: #B01273;
}
.AnyTagClassName
{
color: #B01273;
}
</style>
background-color css
<style>
a { background-color: #B01273; }
a { background-color: rgb(176,18,115); }
div.DivClassName
{
background-color: #B01273;
}
.BgClassName
{
background-color: #B01273;
}
</style>
border-color css
<style>
span { border-color: #B01273; }
span { border-color: rgb(176,18,115); }
td.TdClassName
{
border-color: #B01273;
}
.TagClassName
{
border-color: #B01273;
}
</style>