Shades of Jazzberry Jam #AD1348
Tints of Jazzberry Jam #AD1348
RGB
CMYK
RGB Variations
Color information
#AD1348 (or 0xAD1348) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 48. RGB value is (173,19,72). Sum of RGB (Red+Green+Blue) = 173+19+72=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1348 is #52ECB7. Grayscale: #474747. Windows color (decimal): -5434552 or 4723629. OLE color: 4723629.
HSL color Cylindrical-coordinate representation of color #AD1348: hue angle of 339.35º 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 #AD1348 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 72 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.32 |
| HSL | 339.35º | 0.8% | 0.38% | - |
| HSV(B) | 339.35º | 0.89% | 0.68% | - |
| XYZ | 18.64 | 9.82 | 7.04 | - |
| YUV | 71.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 72 | 0 | 0.89 | 0.58 | 0.32 | 339.35 | 0.8 | 0.38 |
| Hex | AD | 13 | 48 | 0 | 59 | 3A | 20 | 153 | 50 | 26 |
| Octal | 255 | 23 | 110 | 0 | 131 | 72 | 40 | 523 | 120 | 46 |
| Binary | 10101101 | 10011 | 1001000 | 0 | 1011001 | 111010 | 100000 | 101010011 | 1010000 | 100110 |
Color Harmonies of #AD1348
Complementary color
Monochromatic Colors of #AD1348
Black with #AD1348
Text Example
Text Example
White with #AD1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1348; }
p { color: rgb(173,19,72); }
H1.HeaderClassName
{
color: #AD1348;
}
.AnyTagClassName
{
color: #AD1348;
}
</style>
background-color css
<style>
a { background-color: #AD1348; }
a { background-color: rgb(173,19,72); }
div.DivClassName
{
background-color: #AD1348;
}
.BgClassName
{
background-color: #AD1348;
}
</style>
border-color css
<style>
span { border-color: #AD1348; }
span { border-color: rgb(173,19,72); }
td.TdClassName
{
border-color: #AD1348;
}
.TagClassName
{
border-color: #AD1348;
}
</style>