Shades of Jazzberry Jam #A3024B
Tints of Jazzberry Jam #A3024B
RGB
CMYK
RGB Variations
Color information
#A3024B (or 0xA3024B) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 4B. RGB value is (163,2,75). Sum of RGB (Red+Green+Blue) = 163+2+75=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3024B is #5CFDB4. Grayscale: #3A3A3A. Windows color (decimal): -6094261 or 4915875. OLE color: 4915875.
HSL color Cylindrical-coordinate representation of color #A3024B: hue angle of 332.8º 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 #A3024B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.36 |
| HSL | 332.8º | 0.98% | 0.32% | - |
| HSV(B) | 332.8º | 0.99% | 0.64% | - |
| XYZ | 16.4 | 8.34 | 7.4 | - |
| YUV | 58.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 75 | 0 | 0.99 | 0.54 | 0.36 | 332.8 | 0.98 | 0.32 |
| Hex | A3 | 2 | 4B | 0 | 63 | 36 | 24 | 14D | 62 | 20 |
| Octal | 243 | 2 | 113 | 0 | 143 | 66 | 44 | 515 | 142 | 40 |
| Binary | 10100011 | 10 | 1001011 | 0 | 1100011 | 110110 | 100100 | 101001101 | 1100010 | 100000 |
Color Harmonies of #A3024B
Complementary color
Monochromatic Colors of #A3024B
Black with #A3024B
Text Example
Text Example
White with #A3024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3024B; }
p { color: rgb(163,2,75); }
H1.HeaderClassName
{
color: #A3024B;
}
.AnyTagClassName
{
color: #A3024B;
}
</style>
background-color css
<style>
a { background-color: #A3024B; }
a { background-color: rgb(163,2,75); }
div.DivClassName
{
background-color: #A3024B;
}
.BgClassName
{
background-color: #A3024B;
}
</style>
border-color css
<style>
span { border-color: #A3024B; }
span { border-color: rgb(163,2,75); }
td.TdClassName
{
border-color: #A3024B;
}
.TagClassName
{
border-color: #A3024B;
}
</style>