Shades of Jazzberry Jam #A30049
Tints of Jazzberry Jam #A30049
RGB
CMYK
RGB Variations
Color information
#A30049 (or 0xA30049) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 49. RGB value is (163,0,73). Sum of RGB (Red+Green+Blue) = 163+0+73=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30049 is #5CFFB6. Grayscale: #383838. Windows color (decimal): -6094775 or 4784291. OLE color: 4784291.
HSL color Cylindrical-coordinate representation of color #A30049: hue angle of 333.13º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30049 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.55 | 0.36 |
| HSL | 333.13º | 1% | 0.32% | - |
| HSV(B) | 333.13º | 1% | 0.64% | - |
| XYZ | 16.31 | 8.27 | 7.04 | - |
| YUV | 57.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 73 | 0 | 1 | 0.55 | 0.36 | 333.13 | 1 | 0.32 |
| Hex | A3 | 0 | 49 | 0 | 64 | 37 | 24 | 14D | 64 | 20 |
| Octal | 243 | 0 | 111 | 0 | 144 | 67 | 44 | 515 | 144 | 40 |
| Binary | 10100011 | 0 | 1001001 | 0 | 1100100 | 110111 | 100100 | 101001101 | 1100100 | 100000 |
Color Harmonies of #A30049
Complementary color
Monochromatic Colors of #A30049
Black with #A30049
Text Example
Text Example
White with #A30049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30049; }
p { color: rgb(163,0,73); }
H1.HeaderClassName
{
color: #A30049;
}
.AnyTagClassName
{
color: #A30049;
}
</style>
background-color css
<style>
a { background-color: #A30049; }
a { background-color: rgb(163,0,73); }
div.DivClassName
{
background-color: #A30049;
}
.BgClassName
{
background-color: #A30049;
}
</style>
border-color css
<style>
span { border-color: #A30049; }
span { border-color: rgb(163,0,73); }
td.TdClassName
{
border-color: #A30049;
}
.TagClassName
{
border-color: #A30049;
}
</style>