Shades of Jazzberry Jam #931051
Tints of Jazzberry Jam #931051
RGB
CMYK
RGB Variations
Color information
#931051 (or 0x931051) is known color: Jazzberry Jam. HEX triplet: 93, 10 and 51. RGB value is (147,16,81). Sum of RGB (Red+Green+Blue) = 147+16+81=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #931051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931051 is #6CEFAE. Grayscale: #3E3E3E. Windows color (decimal): -7139247 or 5312659. OLE color: 5312659.
HSL color Cylindrical-coordinate representation of color #931051: hue angle of 330.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931051 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 81 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.42 |
| HSL | 330.23º | 0.8% | 0.32% | - |
| HSV(B) | 330.23º | 0.89% | 0.58% | - |
| XYZ | 13.7 | 7.17 | 8.45 | - |
| YUV | 62.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 81 | 0 | 0.89 | 0.45 | 0.42 | 330.23 | 0.8 | 0.32 |
| Hex | 93 | 10 | 51 | 0 | 59 | 2D | 2A | 14A | 50 | 20 |
| Octal | 223 | 20 | 121 | 0 | 131 | 55 | 52 | 512 | 120 | 40 |
| Binary | 10010011 | 10000 | 1010001 | 0 | 1011001 | 101101 | 101010 | 101001010 | 1010000 | 100000 |
Color Harmonies of #931051
Complementary color
Monochromatic Colors of #931051
Black with #931051
Text Example
Text Example
White with #931051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931051; }
p { color: rgb(147,16,81); }
H1.HeaderClassName
{
color: #931051;
}
.AnyTagClassName
{
color: #931051;
}
</style>
background-color css
<style>
a { background-color: #931051; }
a { background-color: rgb(147,16,81); }
div.DivClassName
{
background-color: #931051;
}
.BgClassName
{
background-color: #931051;
}
</style>
border-color css
<style>
span { border-color: #931051; }
span { border-color: rgb(147,16,81); }
td.TdClassName
{
border-color: #931051;
}
.TagClassName
{
border-color: #931051;
}
</style>