Shades of Jazzberry Jam #A0033C
Tints of Jazzberry Jam #A0033C
RGB
CMYK
RGB Variations
Color information
#A0033C (or 0xA0033C) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 3C. RGB value is (160,3,60). Sum of RGB (Red+Green+Blue) = 160+3+60=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0033C is #5FFCC3. Grayscale: #383838. Windows color (decimal): -6290628 or 3933088. OLE color: 3933088.
HSL color Cylindrical-coordinate representation of color #A0033C: hue angle of 338.22º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0033C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.37 |
| HSL | 338.22º | 0.96% | 0.32% | - |
| HSV(B) | 338.22º | 0.98% | 0.63% | - |
| XYZ | 15.35 | 7.86 | 4.98 | - |
| YUV | 56.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 60 | 0 | 0.98 | 0.62 | 0.37 | 338.22 | 0.96 | 0.32 |
| Hex | A0 | 3 | 3C | 0 | 62 | 3E | 25 | 152 | 60 | 20 |
| Octal | 240 | 3 | 74 | 0 | 142 | 76 | 45 | 522 | 140 | 40 |
| Binary | 10100000 | 11 | 111100 | 0 | 1100010 | 111110 | 100101 | 101010010 | 1100000 | 100000 |
Color Harmonies of #A0033C
Complementary color
Monochromatic Colors of #A0033C
Black with #A0033C
Text Example
Text Example
White with #A0033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0033C; }
p { color: rgb(160,3,60); }
H1.HeaderClassName
{
color: #A0033C;
}
.AnyTagClassName
{
color: #A0033C;
}
</style>
background-color css
<style>
a { background-color: #A0033C; }
a { background-color: rgb(160,3,60); }
div.DivClassName
{
background-color: #A0033C;
}
.BgClassName
{
background-color: #A0033C;
}
</style>
border-color css
<style>
span { border-color: #A0033C; }
span { border-color: rgb(160,3,60); }
td.TdClassName
{
border-color: #A0033C;
}
.TagClassName
{
border-color: #A0033C;
}
</style>