Shades of Jazzberry Jam #A30249
Tints of Jazzberry Jam #A30249
RGB
CMYK
RGB Variations
Color information
#A30249 (or 0xA30249) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 49. RGB value is (163,2,73). Sum of RGB (Red+Green+Blue) = 163+2+73=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30249 is #5CFDB6. Grayscale: #3A3A3A. Windows color (decimal): -6094263 or 4784803. OLE color: 4784803.
HSL color Cylindrical-coordinate representation of color #A30249: hue angle of 333.54º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30249 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.36 |
| HSL | 333.54º | 0.98% | 0.32% | - |
| HSV(B) | 333.54º | 0.99% | 0.64% | - |
| XYZ | 16.33 | 8.31 | 7.05 | - |
| YUV | 58.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 73 | 0 | 0.99 | 0.55 | 0.36 | 333.54 | 0.98 | 0.32 |
| Hex | A3 | 2 | 49 | 0 | 63 | 37 | 24 | 14E | 62 | 20 |
| Octal | 243 | 2 | 111 | 0 | 143 | 67 | 44 | 516 | 142 | 40 |
| Binary | 10100011 | 10 | 1001001 | 0 | 1100011 | 110111 | 100100 | 101001110 | 1100010 | 100000 |
Color Harmonies of #A30249
Complementary color
Monochromatic Colors of #A30249
Black with #A30249
Text Example
Text Example
White with #A30249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30249; }
p { color: rgb(163,2,73); }
H1.HeaderClassName
{
color: #A30249;
}
.AnyTagClassName
{
color: #A30249;
}
</style>
background-color css
<style>
a { background-color: #A30249; }
a { background-color: rgb(163,2,73); }
div.DivClassName
{
background-color: #A30249;
}
.BgClassName
{
background-color: #A30249;
}
</style>
border-color css
<style>
span { border-color: #A30249; }
span { border-color: rgb(163,2,73); }
td.TdClassName
{
border-color: #A30249;
}
.TagClassName
{
border-color: #A30249;
}
</style>