Shades of Jazzberry Jam #A20E3F
Tints of Jazzberry Jam #A20E3F
RGB
CMYK
RGB Variations
Color information
#A20E3F (or 0xA20E3F) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 3F. RGB value is (162,14,63). Sum of RGB (Red+Green+Blue) = 162+14+63=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E3F is #5DF1C0. Grayscale: #3F3F3F. Windows color (decimal): -6156737 or 4132514. OLE color: 4132514.
HSL color Cylindrical-coordinate representation of color #A20E3F: hue angle of 340.14º 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 #A20E3F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 63 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.36 |
| HSL | 340.14º | 0.84% | 0.35% | - |
| HSV(B) | 340.14º | 0.91% | 0.64% | - |
| XYZ | 15.95 | 8.35 | 5.47 | - |
| YUV | 63.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 63 | 0 | 0.91 | 0.61 | 0.36 | 340.14 | 0.84 | 0.35 |
| Hex | A2 | E | 3F | 0 | 5B | 3D | 24 | 154 | 54 | 23 |
| Octal | 242 | 16 | 77 | 0 | 133 | 75 | 44 | 524 | 124 | 43 |
| Binary | 10100010 | 1110 | 111111 | 0 | 1011011 | 111101 | 100100 | 101010100 | 1010100 | 100011 |
Color Harmonies of #A20E3F
Complementary color
Monochromatic Colors of #A20E3F
Black with #A20E3F
Text Example
Text Example
White with #A20E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E3F; }
p { color: rgb(162,14,63); }
H1.HeaderClassName
{
color: #A20E3F;
}
.AnyTagClassName
{
color: #A20E3F;
}
</style>
background-color css
<style>
a { background-color: #A20E3F; }
a { background-color: rgb(162,14,63); }
div.DivClassName
{
background-color: #A20E3F;
}
.BgClassName
{
background-color: #A20E3F;
}
</style>
border-color css
<style>
span { border-color: #A20E3F; }
span { border-color: rgb(162,14,63); }
td.TdClassName
{
border-color: #A20E3F;
}
.TagClassName
{
border-color: #A20E3F;
}
</style>