Shades of Jazzberry Jam #A20E3E
Tints of Jazzberry Jam #A20E3E
RGB
CMYK
RGB Variations
Color information
#A20E3E (or 0xA20E3E) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 3E. RGB value is (162,14,62). Sum of RGB (Red+Green+Blue) = 162+14+62=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E3E is #5DF1C1. Grayscale: #3F3F3F. Windows color (decimal): -6156738 or 4066978. OLE color: 4066978.
HSL color Cylindrical-coordinate representation of color #A20E3E: hue angle of 340.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E3E is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 62 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.36 |
| HSL | 340.54º | 0.84% | 0.35% | - |
| HSV(B) | 340.54º | 0.91% | 0.64% | - |
| XYZ | 15.93 | 8.34 | 5.33 | - |
| YUV | 63.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 62 | 0 | 0.91 | 0.62 | 0.36 | 340.54 | 0.84 | 0.35 |
| Hex | A2 | E | 3E | 0 | 5B | 3E | 24 | 155 | 54 | 23 |
| Octal | 242 | 16 | 76 | 0 | 133 | 76 | 44 | 525 | 124 | 43 |
| Binary | 10100010 | 1110 | 111110 | 0 | 1011011 | 111110 | 100100 | 101010101 | 1010100 | 100011 |
Color Harmonies of #A20E3E
Complementary color
Monochromatic Colors of #A20E3E
Black with #A20E3E
Text Example
Text Example
White with #A20E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E3E; }
p { color: rgb(162,14,62); }
H1.HeaderClassName
{
color: #A20E3E;
}
.AnyTagClassName
{
color: #A20E3E;
}
</style>
background-color css
<style>
a { background-color: #A20E3E; }
a { background-color: rgb(162,14,62); }
div.DivClassName
{
background-color: #A20E3E;
}
.BgClassName
{
background-color: #A20E3E;
}
</style>
border-color css
<style>
span { border-color: #A20E3E; }
span { border-color: rgb(162,14,62); }
td.TdClassName
{
border-color: #A20E3E;
}
.TagClassName
{
border-color: #A20E3E;
}
</style>