Shades of Jazzberry Jam #AA0345
Tints of Jazzberry Jam #AA0345
RGB
CMYK
RGB Variations
Color information
#AA0345 (or 0xAA0345) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 45. RGB value is (170,3,69). Sum of RGB (Red+Green+Blue) = 170+3+69=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0345 is #55FCBA. Grayscale: #3C3C3C. Windows color (decimal): -5635259 or 4522922. OLE color: 4522922.
HSL color Cylindrical-coordinate representation of color #AA0345: hue angle of 336.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0345 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.33 |
| HSL | 336.29º | 0.97% | 0.34% | - |
| HSV(B) | 336.29º | 0.98% | 0.67% | - |
| XYZ | 17.68 | 9.04 | 6.44 | - |
| YUV | 60.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 69 | 0 | 0.98 | 0.59 | 0.33 | 336.29 | 0.97 | 0.34 |
| Hex | AA | 3 | 45 | 0 | 62 | 3B | 21 | 150 | 61 | 22 |
| Octal | 252 | 3 | 105 | 0 | 142 | 73 | 41 | 520 | 141 | 42 |
| Binary | 10101010 | 11 | 1000101 | 0 | 1100010 | 111011 | 100001 | 101010000 | 1100001 | 100010 |
Color Harmonies of #AA0345
Complementary color
Monochromatic Colors of #AA0345
Black with #AA0345
Text Example
Text Example
White with #AA0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0345; }
p { color: rgb(170,3,69); }
H1.HeaderClassName
{
color: #AA0345;
}
.AnyTagClassName
{
color: #AA0345;
}
</style>
background-color css
<style>
a { background-color: #AA0345; }
a { background-color: rgb(170,3,69); }
div.DivClassName
{
background-color: #AA0345;
}
.BgClassName
{
background-color: #AA0345;
}
</style>
border-color css
<style>
span { border-color: #AA0345; }
span { border-color: rgb(170,3,69); }
td.TdClassName
{
border-color: #AA0345;
}
.TagClassName
{
border-color: #AA0345;
}
</style>