Shades of Jazzberry Jam #A00C3E
Tints of Jazzberry Jam #A00C3E
RGB
CMYK
RGB Variations
Color information
#A00C3E (or 0xA00C3E) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 3E. RGB value is (160,12,62). Sum of RGB (Red+Green+Blue) = 160+12+62=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C3E is #5FF3C1. Grayscale: #3D3D3D. Windows color (decimal): -6288322 or 4066464. OLE color: 4066464.
HSL color Cylindrical-coordinate representation of color #A00C3E: hue angle of 339.73º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C3E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 62 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.37 |
| HSL | 339.73º | 0.86% | 0.34% | - |
| HSV(B) | 339.73º | 0.93% | 0.63% | - |
| XYZ | 15.5 | 8.08 | 5.3 | - |
| YUV | 61.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 62 | 0 | 0.93 | 0.61 | 0.37 | 339.73 | 0.86 | 0.34 |
| Hex | A0 | C | 3E | 0 | 5D | 3D | 25 | 154 | 56 | 22 |
| Octal | 240 | 14 | 76 | 0 | 135 | 75 | 45 | 524 | 126 | 42 |
| Binary | 10100000 | 1100 | 111110 | 0 | 1011101 | 111101 | 100101 | 101010100 | 1010110 | 100010 |
Color Harmonies of #A00C3E
Complementary color
Monochromatic Colors of #A00C3E
Black with #A00C3E
Text Example
Text Example
White with #A00C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C3E; }
p { color: rgb(160,12,62); }
H1.HeaderClassName
{
color: #A00C3E;
}
.AnyTagClassName
{
color: #A00C3E;
}
</style>
background-color css
<style>
a { background-color: #A00C3E; }
a { background-color: rgb(160,12,62); }
div.DivClassName
{
background-color: #A00C3E;
}
.BgClassName
{
background-color: #A00C3E;
}
</style>
border-color css
<style>
span { border-color: #A00C3E; }
span { border-color: rgb(160,12,62); }
td.TdClassName
{
border-color: #A00C3E;
}
.TagClassName
{
border-color: #A00C3E;
}
</style>