Shades of Jazzberry Jam #AD003C
Tints of Jazzberry Jam #AD003C
RGB
CMYK
RGB Variations
Color information
#AD003C (or 0xAD003C) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 3C. RGB value is (173,0,60). Sum of RGB (Red+Green+Blue) = 173+0+60=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD003C is #52FFC3. Grayscale: #3A3A3A. Windows color (decimal): -5439428 or 3932333. OLE color: 3932333.
HSL color Cylindrical-coordinate representation of color #AD003C: hue angle of 339.19º 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 #AD003C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.65 | 0.32 |
| HSL | 339.19º | 1% | 0.34% | - |
| HSV(B) | 339.19º | 1% | 0.68% | - |
| XYZ | 18.05 | 9.21 | 5.1 | - |
| YUV | 58.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 60 | 0 | 1 | 0.65 | 0.32 | 339.19 | 1 | 0.34 |
| Hex | AD | 0 | 3C | 0 | 64 | 41 | 20 | 153 | 64 | 22 |
| Octal | 255 | 0 | 74 | 0 | 144 | 101 | 40 | 523 | 144 | 42 |
| Binary | 10101101 | 0 | 111100 | 0 | 1100100 | 1000001 | 100000 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AD003C
Complementary color
Monochromatic Colors of #AD003C
Black with #AD003C
Text Example
Text Example
White with #AD003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD003C; }
p { color: rgb(173,0,60); }
H1.HeaderClassName
{
color: #AD003C;
}
.AnyTagClassName
{
color: #AD003C;
}
</style>
background-color css
<style>
a { background-color: #AD003C; }
a { background-color: rgb(173,0,60); }
div.DivClassName
{
background-color: #AD003C;
}
.BgClassName
{
background-color: #AD003C;
}
</style>
border-color css
<style>
span { border-color: #AD003C; }
span { border-color: rgb(173,0,60); }
td.TdClassName
{
border-color: #AD003C;
}
.TagClassName
{
border-color: #AD003C;
}
</style>