Shades of Jazzberry Jam #A00142
Tints of Jazzberry Jam #A00142
RGB
CMYK
RGB Variations
Color information
#A00142 (or 0xA00142) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 42. RGB value is (160,1,66). Sum of RGB (Red+Green+Blue) = 160+1+66=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A00142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00142 is #5FFEBD. Grayscale: #373737. Windows color (decimal): -6291134 or 4325792. OLE color: 4325792.
HSL color Cylindrical-coordinate representation of color #A00142: hue angle of 335.47º degrees, saturation: 0.99, 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 #A00142 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.37 |
| HSL | 335.47º | 0.99% | 0.32% | - |
| HSV(B) | 335.47º | 0.99% | 0.63% | - |
| XYZ | 15.49 | 7.89 | 5.86 | - |
| YUV | 55.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 66 | 0 | 0.99 | 0.59 | 0.37 | 335.47 | 0.99 | 0.32 |
| Hex | A0 | 1 | 42 | 0 | 63 | 3B | 25 | 14F | 63 | 20 |
| Octal | 240 | 1 | 102 | 0 | 143 | 73 | 45 | 517 | 143 | 40 |
| Binary | 10100000 | 1 | 1000010 | 0 | 1100011 | 111011 | 100101 | 101001111 | 1100011 | 100000 |
Color Harmonies of #A00142
Complementary color
Monochromatic Colors of #A00142
Black with #A00142
Text Example
Text Example
White with #A00142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00142; }
p { color: rgb(160,1,66); }
H1.HeaderClassName
{
color: #A00142;
}
.AnyTagClassName
{
color: #A00142;
}
</style>
background-color css
<style>
a { background-color: #A00142; }
a { background-color: rgb(160,1,66); }
div.DivClassName
{
background-color: #A00142;
}
.BgClassName
{
background-color: #A00142;
}
</style>
border-color css
<style>
span { border-color: #A00142; }
span { border-color: rgb(160,1,66); }
td.TdClassName
{
border-color: #A00142;
}
.TagClassName
{
border-color: #A00142;
}
</style>