Shades of Jazzberry Jam #AD1351
Tints of Jazzberry Jam #AD1351
RGB
CMYK
RGB Variations
Color information
#AD1351 (or 0xAD1351) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 51. RGB value is (173,19,81). Sum of RGB (Red+Green+Blue) = 173+19+81=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1351 is #52ECAE. Grayscale: #484848. Windows color (decimal): -5434543 or 5313453. OLE color: 5313453.
HSL color Cylindrical-coordinate representation of color #AD1351: hue angle of 335.84º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1351 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 81 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.32 |
| HSL | 335.84º | 0.8% | 0.38% | - |
| HSV(B) | 335.84º | 0.89% | 0.68% | - |
| XYZ | 18.95 | 9.94 | 8.71 | - |
| YUV | 72.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 81 | 0 | 0.89 | 0.53 | 0.32 | 335.84 | 0.8 | 0.38 |
| Hex | AD | 13 | 51 | 0 | 59 | 35 | 20 | 150 | 50 | 26 |
| Octal | 255 | 23 | 121 | 0 | 131 | 65 | 40 | 520 | 120 | 46 |
| Binary | 10101101 | 10011 | 1010001 | 0 | 1011001 | 110101 | 100000 | 101010000 | 1010000 | 100110 |
Color Harmonies of #AD1351
Complementary color
Monochromatic Colors of #AD1351
Black with #AD1351
Text Example
Text Example
White with #AD1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1351; }
p { color: rgb(173,19,81); }
H1.HeaderClassName
{
color: #AD1351;
}
.AnyTagClassName
{
color: #AD1351;
}
</style>
background-color css
<style>
a { background-color: #AD1351; }
a { background-color: rgb(173,19,81); }
div.DivClassName
{
background-color: #AD1351;
}
.BgClassName
{
background-color: #AD1351;
}
</style>
border-color css
<style>
span { border-color: #AD1351; }
span { border-color: rgb(173,19,81); }
td.TdClassName
{
border-color: #AD1351;
}
.TagClassName
{
border-color: #AD1351;
}
</style>