Shades of Jazzberry Jam #A1003C
Tints of Jazzberry Jam #A1003C
RGB
CMYK
RGB Variations
Color information
#A1003C (or 0xA1003C) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 3C. RGB value is (161,0,60). Sum of RGB (Red+Green+Blue) = 161+0+60=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1003C is #5EFFC3. Grayscale: #363636. Windows color (decimal): -6225860 or 3932321. OLE color: 3932321.
HSL color Cylindrical-coordinate representation of color #A1003C: hue angle of 337.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1003C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.63 | 0.37 |
| HSL | 337.64º | 1% | 0.32% | - |
| HSV(B) | 337.64º | 1% | 0.63% | - |
| XYZ | 15.51 | 7.9 | 4.98 | - |
| YUV | 54.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 60 | 0 | 1 | 0.63 | 0.37 | 337.64 | 1 | 0.32 |
| Hex | A1 | 0 | 3C | 0 | 64 | 3F | 25 | 152 | 64 | 20 |
| Octal | 241 | 0 | 74 | 0 | 144 | 77 | 45 | 522 | 144 | 40 |
| Binary | 10100001 | 0 | 111100 | 0 | 1100100 | 111111 | 100101 | 101010010 | 1100100 | 100000 |
Color Harmonies of #A1003C
Complementary color
Monochromatic Colors of #A1003C
Black with #A1003C
Text Example
Text Example
White with #A1003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1003C; }
p { color: rgb(161,0,60); }
H1.HeaderClassName
{
color: #A1003C;
}
.AnyTagClassName
{
color: #A1003C;
}
</style>
background-color css
<style>
a { background-color: #A1003C; }
a { background-color: rgb(161,0,60); }
div.DivClassName
{
background-color: #A1003C;
}
.BgClassName
{
background-color: #A1003C;
}
</style>
border-color css
<style>
span { border-color: #A1003C; }
span { border-color: rgb(161,0,60); }
td.TdClassName
{
border-color: #A1003C;
}
.TagClassName
{
border-color: #A1003C;
}
</style>