Shades of Jazzberry Jam #A20C3E
Tints of Jazzberry Jam #A20C3E
RGB
CMYK
RGB Variations
Color information
#A20C3E (or 0xA20C3E) is known color: Jazzberry Jam. HEX triplet: A2, 0C and 3E. RGB value is (162,12,62). Sum of RGB (Red+Green+Blue) = 162+12+62=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C3E is #5DF3C1. Grayscale: #3E3E3E. Windows color (decimal): -6157250 or 4066466. OLE color: 4066466.
HSL color Cylindrical-coordinate representation of color #A20C3E: hue angle of 340º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C3E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 62 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.36 |
| HSL | 340º | 0.86% | 0.34% | - |
| HSV(B) | 340º | 0.93% | 0.64% | - |
| XYZ | 15.9 | 8.29 | 5.32 | - |
| YUV | 62.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 62 | 0 | 0.93 | 0.62 | 0.36 | 340 | 0.86 | 0.34 |
| Hex | A2 | C | 3E | 0 | 5D | 3E | 24 | 154 | 56 | 22 |
| Octal | 242 | 14 | 76 | 0 | 135 | 76 | 44 | 524 | 126 | 42 |
| Binary | 10100010 | 1100 | 111110 | 0 | 1011101 | 111110 | 100100 | 101010100 | 1010110 | 100010 |
Color Harmonies of #A20C3E
Complementary color
Monochromatic Colors of #A20C3E
Black with #A20C3E
Text Example
Text Example
White with #A20C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C3E; }
p { color: rgb(162,12,62); }
H1.HeaderClassName
{
color: #A20C3E;
}
.AnyTagClassName
{
color: #A20C3E;
}
</style>
background-color css
<style>
a { background-color: #A20C3E; }
a { background-color: rgb(162,12,62); }
div.DivClassName
{
background-color: #A20C3E;
}
.BgClassName
{
background-color: #A20C3E;
}
</style>
border-color css
<style>
span { border-color: #A20C3E; }
span { border-color: rgb(162,12,62); }
td.TdClassName
{
border-color: #A20C3E;
}
.TagClassName
{
border-color: #A20C3E;
}
</style>