Shades of Jazzberry Jam #A00240
Tints of Jazzberry Jam #A00240
RGB
CMYK
RGB Variations
Color information
#A00240 (or 0xA00240) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 40. RGB value is (160,2,64). Sum of RGB (Red+Green+Blue) = 160+2+64=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A00240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00240 is #5FFDBF. Grayscale: #383838. Windows color (decimal): -6290880 or 4194976. OLE color: 4194976.
HSL color Cylindrical-coordinate representation of color #A00240: hue angle of 336.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00240 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.37 |
| HSL | 336.46º | 0.98% | 0.32% | - |
| HSV(B) | 336.46º | 0.99% | 0.63% | - |
| XYZ | 15.44 | 7.89 | 5.56 | - |
| YUV | 56.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 64 | 0 | 0.99 | 0.6 | 0.37 | 336.46 | 0.98 | 0.32 |
| Hex | A0 | 2 | 40 | 0 | 63 | 3C | 25 | 150 | 62 | 20 |
| Octal | 240 | 2 | 100 | 0 | 143 | 74 | 45 | 520 | 142 | 40 |
| Binary | 10100000 | 10 | 1000000 | 0 | 1100011 | 111100 | 100101 | 101010000 | 1100010 | 100000 |
Color Harmonies of #A00240
Complementary color
Monochromatic Colors of #A00240
Black with #A00240
Text Example
Text Example
White with #A00240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00240; }
p { color: rgb(160,2,64); }
H1.HeaderClassName
{
color: #A00240;
}
.AnyTagClassName
{
color: #A00240;
}
</style>
background-color css
<style>
a { background-color: #A00240; }
a { background-color: rgb(160,2,64); }
div.DivClassName
{
background-color: #A00240;
}
.BgClassName
{
background-color: #A00240;
}
</style>
border-color css
<style>
span { border-color: #A00240; }
span { border-color: rgb(160,2,64); }
td.TdClassName
{
border-color: #A00240;
}
.TagClassName
{
border-color: #A00240;
}
</style>