Shades of Jazzberry Jam #AD1358
Tints of Jazzberry Jam #AD1358
RGB
CMYK
RGB Variations
Color information
#AD1358 (or 0xAD1358) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 58. RGB value is (173,19,88). Sum of RGB (Red+Green+Blue) = 173+19+88=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1358 is #52ECA7. Grayscale: #484848. Windows color (decimal): -5434536 or 5772205. OLE color: 5772205.
HSL color Cylindrical-coordinate representation of color #AD1358: hue angle of 333.12º 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 #AD1358 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 88 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.32 |
| HSL | 333.12º | 0.8% | 0.38% | - |
| HSV(B) | 333.12º | 0.89% | 0.68% | - |
| XYZ | 19.23 | 10.05 | 10.16 | - |
| YUV | 72.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 88 | 0 | 0.89 | 0.49 | 0.32 | 333.12 | 0.8 | 0.38 |
| Hex | AD | 13 | 58 | 0 | 59 | 31 | 20 | 14D | 50 | 26 |
| Octal | 255 | 23 | 130 | 0 | 131 | 61 | 40 | 515 | 120 | 46 |
| Binary | 10101101 | 10011 | 1011000 | 0 | 1011001 | 110001 | 100000 | 101001101 | 1010000 | 100110 |
Color Harmonies of #AD1358
Complementary color
Monochromatic Colors of #AD1358
Black with #AD1358
Text Example
Text Example
White with #AD1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1358; }
p { color: rgb(173,19,88); }
H1.HeaderClassName
{
color: #AD1358;
}
.AnyTagClassName
{
color: #AD1358;
}
</style>
background-color css
<style>
a { background-color: #AD1358; }
a { background-color: rgb(173,19,88); }
div.DivClassName
{
background-color: #AD1358;
}
.BgClassName
{
background-color: #AD1358;
}
</style>
border-color css
<style>
span { border-color: #AD1358; }
span { border-color: rgb(173,19,88); }
td.TdClassName
{
border-color: #AD1358;
}
.TagClassName
{
border-color: #AD1358;
}
</style>