Shades of Jazzberry Jam #A00A3E
Tints of Jazzberry Jam #A00A3E
RGB
CMYK
RGB Variations
Color information
#A00A3E (or 0xA00A3E) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 3E. RGB value is (160,10,62). Sum of RGB (Red+Green+Blue) = 160+10+62=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A3E is #5FF5C1. Grayscale: #3C3C3C. Windows color (decimal): -6288834 or 4065952. OLE color: 4065952.
HSL color Cylindrical-coordinate representation of color #A00A3E: hue angle of 339.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A3E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 62 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.37 |
| HSL | 339.2º | 0.88% | 0.33% | - |
| HSV(B) | 339.2º | 0.94% | 0.63% | - |
| XYZ | 15.48 | 8.04 | 5.29 | - |
| YUV | 60.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 62 | 0 | 0.94 | 0.61 | 0.37 | 339.2 | 0.88 | 0.33 |
| Hex | A0 | A | 3E | 0 | 5E | 3D | 25 | 153 | 58 | 21 |
| Octal | 240 | 12 | 76 | 0 | 136 | 75 | 45 | 523 | 130 | 41 |
| Binary | 10100000 | 1010 | 111110 | 0 | 1011110 | 111101 | 100101 | 101010011 | 1011000 | 100001 |
Color Harmonies of #A00A3E
Complementary color
Monochromatic Colors of #A00A3E
Black with #A00A3E
Text Example
Text Example
White with #A00A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A3E; }
p { color: rgb(160,10,62); }
H1.HeaderClassName
{
color: #A00A3E;
}
.AnyTagClassName
{
color: #A00A3E;
}
</style>
background-color css
<style>
a { background-color: #A00A3E; }
a { background-color: rgb(160,10,62); }
div.DivClassName
{
background-color: #A00A3E;
}
.BgClassName
{
background-color: #A00A3E;
}
</style>
border-color css
<style>
span { border-color: #A00A3E; }
span { border-color: rgb(160,10,62); }
td.TdClassName
{
border-color: #A00A3E;
}
.TagClassName
{
border-color: #A00A3E;
}
</style>