Shades of Jazzberry Jam #AA003E
Tints of Jazzberry Jam #AA003E
RGB
CMYK
RGB Variations
Color information
#AA003E (or 0xAA003E) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 3E. RGB value is (170,0,62). Sum of RGB (Red+Green+Blue) = 170+0+62=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003E is #55FFC1. Grayscale: #393939. Windows color (decimal): -5636034 or 4063402. OLE color: 4063402.
HSL color Cylindrical-coordinate representation of color #AA003E: hue angle of 338.12º 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 #AA003E is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.64 | 0.33 |
| HSL | 338.12º | 1% | 0.33% | - |
| HSV(B) | 338.12º | 1% | 0.67% | - |
| XYZ | 17.45 | 8.89 | 5.35 | - |
| YUV | 57.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 62 | 0 | 1 | 0.64 | 0.33 | 338.12 | 1 | 0.33 |
| Hex | AA | 0 | 3E | 0 | 64 | 40 | 21 | 152 | 64 | 21 |
| Octal | 252 | 0 | 76 | 0 | 144 | 100 | 41 | 522 | 144 | 41 |
| Binary | 10101010 | 0 | 111110 | 0 | 1100100 | 1000000 | 100001 | 101010010 | 1100100 | 100001 |
Color Harmonies of #AA003E
Complementary color
Monochromatic Colors of #AA003E
Black with #AA003E
Text Example
Text Example
White with #AA003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA003E; }
p { color: rgb(170,0,62); }
H1.HeaderClassName
{
color: #AA003E;
}
.AnyTagClassName
{
color: #AA003E;
}
</style>
background-color css
<style>
a { background-color: #AA003E; }
a { background-color: rgb(170,0,62); }
div.DivClassName
{
background-color: #AA003E;
}
.BgClassName
{
background-color: #AA003E;
}
</style>
border-color css
<style>
span { border-color: #AA003E; }
span { border-color: rgb(170,0,62); }
td.TdClassName
{
border-color: #AA003E;
}
.TagClassName
{
border-color: #AA003E;
}
</style>