Shades of Jazzberry Jam #AA0343
Tints of Jazzberry Jam #AA0343
RGB
CMYK
RGB Variations
Color information
#AA0343 (or 0xAA0343) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 43. RGB value is (170,3,67). Sum of RGB (Red+Green+Blue) = 170+3+67=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0343 is #55FCBC. Grayscale: #3C3C3C. Windows color (decimal): -5635261 or 4391850. OLE color: 4391850.
HSL color Cylindrical-coordinate representation of color #AA0343: hue angle of 337.01º 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 #AA0343 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.33 |
| HSL | 337.01º | 0.97% | 0.34% | - |
| HSV(B) | 337.01º | 0.98% | 0.67% | - |
| XYZ | 17.62 | 9.02 | 6.12 | - |
| YUV | 60.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 67 | 0 | 0.98 | 0.61 | 0.33 | 337.01 | 0.97 | 0.34 |
| Hex | AA | 3 | 43 | 0 | 62 | 3D | 21 | 151 | 61 | 22 |
| Octal | 252 | 3 | 103 | 0 | 142 | 75 | 41 | 521 | 141 | 42 |
| Binary | 10101010 | 11 | 1000011 | 0 | 1100010 | 111101 | 100001 | 101010001 | 1100001 | 100010 |
Color Harmonies of #AA0343
Complementary color
Monochromatic Colors of #AA0343
Black with #AA0343
Text Example
Text Example
White with #AA0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0343; }
p { color: rgb(170,3,67); }
H1.HeaderClassName
{
color: #AA0343;
}
.AnyTagClassName
{
color: #AA0343;
}
</style>
background-color css
<style>
a { background-color: #AA0343; }
a { background-color: rgb(170,3,67); }
div.DivClassName
{
background-color: #AA0343;
}
.BgClassName
{
background-color: #AA0343;
}
</style>
border-color css
<style>
span { border-color: #AA0343; }
span { border-color: rgb(170,3,67); }
td.TdClassName
{
border-color: #AA0343;
}
.TagClassName
{
border-color: #AA0343;
}
</style>