Shades of Jazzberry Jam #AA003A
Tints of Jazzberry Jam #AA003A
RGB
CMYK
RGB Variations
Color information
#AA003A (or 0xAA003A) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 3A. RGB value is (170,0,58). Sum of RGB (Red+Green+Blue) = 170+0+58=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003A is #55FFC5. Grayscale: #393939. Windows color (decimal): -5636038 or 3801258. OLE color: 3801258.
HSL color Cylindrical-coordinate representation of color #AA003A: hue angle of 339.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA003A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.66 | 0.33 |
| HSL | 339.53º | 1% | 0.33% | - |
| HSV(B) | 339.53º | 1% | 0.67% | - |
| XYZ | 17.34 | 8.85 | 4.8 | - |
| YUV | 57.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 58 | 0 | 1 | 0.66 | 0.33 | 339.53 | 1 | 0.33 |
| Hex | AA | 0 | 3A | 0 | 64 | 42 | 21 | 154 | 64 | 21 |
| Octal | 252 | 0 | 72 | 0 | 144 | 102 | 41 | 524 | 144 | 41 |
| Binary | 10101010 | 0 | 111010 | 0 | 1100100 | 1000010 | 100001 | 101010100 | 1100100 | 100001 |
Color Harmonies of #AA003A
Complementary color
Monochromatic Colors of #AA003A
Black with #AA003A
Text Example
Text Example
White with #AA003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA003A; }
p { color: rgb(170,0,58); }
H1.HeaderClassName
{
color: #AA003A;
}
.AnyTagClassName
{
color: #AA003A;
}
</style>
background-color css
<style>
a { background-color: #AA003A; }
a { background-color: rgb(170,0,58); }
div.DivClassName
{
background-color: #AA003A;
}
.BgClassName
{
background-color: #AA003A;
}
</style>
border-color css
<style>
span { border-color: #AA003A; }
span { border-color: rgb(170,0,58); }
td.TdClassName
{
border-color: #AA003A;
}
.TagClassName
{
border-color: #AA003A;
}
</style>