Shades of Jazzberry Jam #AD0340
Tints of Jazzberry Jam #AD0340
RGB
CMYK
RGB Variations
Color information
#AD0340 (or 0xAD0340) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 40. RGB value is (173,3,64). Sum of RGB (Red+Green+Blue) = 173+3+64=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0340 is #52FCBF. Grayscale: #3C3C3C. Windows color (decimal): -5438656 or 4195245. OLE color: 4195245.
HSL color Cylindrical-coordinate representation of color #AD0340: hue angle of 338.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0340 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.32 |
| HSL | 338.47º | 0.97% | 0.35% | - |
| HSV(B) | 338.47º | 0.98% | 0.68% | - |
| XYZ | 18.19 | 9.32 | 5.69 | - |
| YUV | 60.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 64 | 0 | 0.98 | 0.63 | 0.32 | 338.47 | 0.97 | 0.35 |
| Hex | AD | 3 | 40 | 0 | 62 | 3F | 20 | 152 | 61 | 23 |
| Octal | 255 | 3 | 100 | 0 | 142 | 77 | 40 | 522 | 141 | 43 |
| Binary | 10101101 | 11 | 1000000 | 0 | 1100010 | 111111 | 100000 | 101010010 | 1100001 | 100011 |
Color Harmonies of #AD0340
Complementary color
Monochromatic Colors of #AD0340
Black with #AD0340
Text Example
Text Example
White with #AD0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0340; }
p { color: rgb(173,3,64); }
H1.HeaderClassName
{
color: #AD0340;
}
.AnyTagClassName
{
color: #AD0340;
}
</style>
background-color css
<style>
a { background-color: #AD0340; }
a { background-color: rgb(173,3,64); }
div.DivClassName
{
background-color: #AD0340;
}
.BgClassName
{
background-color: #AD0340;
}
</style>
border-color css
<style>
span { border-color: #AD0340; }
span { border-color: rgb(173,3,64); }
td.TdClassName
{
border-color: #AD0340;
}
.TagClassName
{
border-color: #AD0340;
}
</style>