Shades of Jazzberry Jam #AD003D
Tints of Jazzberry Jam #AD003D
RGB
CMYK
RGB Variations
Color information
#AD003D (or 0xAD003D) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 3D. RGB value is (173,0,61). Sum of RGB (Red+Green+Blue) = 173+0+61=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD003D is #52FFC2. Grayscale: #3A3A3A. Windows color (decimal): -5439427 or 3997869. OLE color: 3997869.
HSL color Cylindrical-coordinate representation of color #AD003D: hue angle of 338.84º 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 #AD003D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.65 | 0.32 |
| HSL | 338.84º | 1% | 0.34% | - |
| HSV(B) | 338.84º | 1% | 0.68% | - |
| XYZ | 18.08 | 9.22 | 5.24 | - |
| YUV | 58.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 61 | 0 | 1 | 0.65 | 0.32 | 338.84 | 1 | 0.34 |
| Hex | AD | 0 | 3D | 0 | 64 | 41 | 20 | 153 | 64 | 22 |
| Octal | 255 | 0 | 75 | 0 | 144 | 101 | 40 | 523 | 144 | 42 |
| Binary | 10101101 | 0 | 111101 | 0 | 1100100 | 1000001 | 100000 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AD003D
Complementary color
Monochromatic Colors of #AD003D
Black with #AD003D
Text Example
Text Example
White with #AD003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD003D; }
p { color: rgb(173,0,61); }
H1.HeaderClassName
{
color: #AD003D;
}
.AnyTagClassName
{
color: #AD003D;
}
</style>
background-color css
<style>
a { background-color: #AD003D; }
a { background-color: rgb(173,0,61); }
div.DivClassName
{
background-color: #AD003D;
}
.BgClassName
{
background-color: #AD003D;
}
</style>
border-color css
<style>
span { border-color: #AD003D; }
span { border-color: rgb(173,0,61); }
td.TdClassName
{
border-color: #AD003D;
}
.TagClassName
{
border-color: #AD003D;
}
</style>