Shades of Jazzberry Jam #A10C3E
Tints of Jazzberry Jam #A10C3E
RGB
CMYK
RGB Variations
Color information
#A10C3E (or 0xA10C3E) is known color: Jazzberry Jam. HEX triplet: A1, 0C and 3E. RGB value is (161,12,62). Sum of RGB (Red+Green+Blue) = 161+12+62=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10C3E is #5EF3C1. Grayscale: #3E3E3E. Windows color (decimal): -6222786 or 4066465. OLE color: 4066465.
HSL color Cylindrical-coordinate representation of color #A10C3E: hue angle of 339.87º 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 #A10C3E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 12 | 62 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.37 |
| HSL | 339.87º | 0.86% | 0.34% | - |
| HSV(B) | 339.87º | 0.93% | 0.63% | - |
| XYZ | 15.7 | 8.19 | 5.31 | - |
| YUV | 62.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 62 | 0 | 0.93 | 0.61 | 0.37 | 339.87 | 0.86 | 0.34 |
| Hex | A1 | C | 3E | 0 | 5D | 3D | 25 | 154 | 56 | 22 |
| Octal | 241 | 14 | 76 | 0 | 135 | 75 | 45 | 524 | 126 | 42 |
| Binary | 10100001 | 1100 | 111110 | 0 | 1011101 | 111101 | 100101 | 101010100 | 1010110 | 100010 |
Color Harmonies of #A10C3E
Complementary color
Monochromatic Colors of #A10C3E
Black with #A10C3E
Text Example
Text Example
White with #A10C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10C3E; }
p { color: rgb(161,12,62); }
H1.HeaderClassName
{
color: #A10C3E;
}
.AnyTagClassName
{
color: #A10C3E;
}
</style>
background-color css
<style>
a { background-color: #A10C3E; }
a { background-color: rgb(161,12,62); }
div.DivClassName
{
background-color: #A10C3E;
}
.BgClassName
{
background-color: #A10C3E;
}
</style>
border-color css
<style>
span { border-color: #A10C3E; }
span { border-color: rgb(161,12,62); }
td.TdClassName
{
border-color: #A10C3E;
}
.TagClassName
{
border-color: #A10C3E;
}
</style>