Shades of Jazzberry Jam #AD003F
Tints of Jazzberry Jam #AD003F
RGB
CMYK
RGB Variations
Color information
#AD003F (or 0xAD003F) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 3F. RGB value is (173,0,63). Sum of RGB (Red+Green+Blue) = 173+0+63=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD003F is #52FFC0. Grayscale: #3A3A3A. Windows color (decimal): -5439425 or 4128941. OLE color: 4128941.
HSL color Cylindrical-coordinate representation of color #AD003F: hue angle of 338.15º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD003F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.64 | 0.32 |
| HSL | 338.15º | 1% | 0.34% | - |
| HSV(B) | 338.15º | 1% | 0.68% | - |
| XYZ | 18.13 | 9.24 | 5.53 | - |
| YUV | 58.91 | 130.31 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 63 | 0 | 1 | 0.64 | 0.32 | 338.15 | 1 | 0.34 |
| Hex | AD | 0 | 3F | 0 | 64 | 40 | 20 | 152 | 64 | 22 |
| Octal | 255 | 0 | 77 | 0 | 144 | 100 | 40 | 522 | 144 | 42 |
| Binary | 10101101 | 0 | 111111 | 0 | 1100100 | 1000000 | 100000 | 101010010 | 1100100 | 100010 |
Color Harmonies of #AD003F
Complementary color
Monochromatic Colors of #AD003F
Black with #AD003F
Text Example
Text Example
White with #AD003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD003F; }
p { color: rgb(173,0,63); }
H1.HeaderClassName
{
color: #AD003F;
}
.AnyTagClassName
{
color: #AD003F;
}
</style>
background-color css
<style>
a { background-color: #AD003F; }
a { background-color: rgb(173,0,63); }
div.DivClassName
{
background-color: #AD003F;
}
.BgClassName
{
background-color: #AD003F;
}
</style>
border-color css
<style>
span { border-color: #AD003F; }
span { border-color: rgb(173,0,63); }
td.TdClassName
{
border-color: #AD003F;
}
.TagClassName
{
border-color: #AD003F;
}
</style>