Shades of Jazzberry Jam #AD033F
Tints of Jazzberry Jam #AD033F
RGB
CMYK
RGB Variations
Color information
#AD033F (or 0xAD033F) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 3F. RGB value is (173,3,63). Sum of RGB (Red+Green+Blue) = 173+3+63=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD033F is #52FCC0. Grayscale: #3C3C3C. Windows color (decimal): -5438657 or 4129709. OLE color: 4129709.
HSL color Cylindrical-coordinate representation of color #AD033F: hue angle of 338.82º 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 #AD033F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.32 |
| HSL | 338.82º | 0.97% | 0.35% | - |
| HSV(B) | 338.82º | 0.98% | 0.68% | - |
| XYZ | 18.16 | 9.31 | 5.54 | - |
| YUV | 60.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 63 | 0 | 0.98 | 0.64 | 0.32 | 338.82 | 0.97 | 0.35 |
| Hex | AD | 3 | 3F | 0 | 62 | 40 | 20 | 153 | 61 | 23 |
| Octal | 255 | 3 | 77 | 0 | 142 | 100 | 40 | 523 | 141 | 43 |
| Binary | 10101101 | 11 | 111111 | 0 | 1100010 | 1000000 | 100000 | 101010011 | 1100001 | 100011 |
Color Harmonies of #AD033F
Complementary color
Monochromatic Colors of #AD033F
Black with #AD033F
Text Example
Text Example
White with #AD033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD033F; }
p { color: rgb(173,3,63); }
H1.HeaderClassName
{
color: #AD033F;
}
.AnyTagClassName
{
color: #AD033F;
}
</style>
background-color css
<style>
a { background-color: #AD033F; }
a { background-color: rgb(173,3,63); }
div.DivClassName
{
background-color: #AD033F;
}
.BgClassName
{
background-color: #AD033F;
}
</style>
border-color css
<style>
span { border-color: #AD033F; }
span { border-color: rgb(173,3,63); }
td.TdClassName
{
border-color: #AD033F;
}
.TagClassName
{
border-color: #AD033F;
}
</style>