Shades of Jazzberry Jam #A40349
Tints of Jazzberry Jam #A40349
RGB
CMYK
RGB Variations
Color information
#A40349 (or 0xA40349) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 49. RGB value is (164,3,73). Sum of RGB (Red+Green+Blue) = 164+3+73=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A40349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40349 is #5BFCB6. Grayscale: #3B3B3B. Windows color (decimal): -6028471 or 4785060. OLE color: 4785060.
HSL color Cylindrical-coordinate representation of color #A40349: hue angle of 333.91º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40349 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 73 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.36 |
| HSL | 333.91º | 0.96% | 0.33% | - |
| HSV(B) | 333.91º | 0.98% | 0.64% | - |
| XYZ | 16.55 | 8.44 | 7.06 | - |
| YUV | 59.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 73 | 0 | 0.98 | 0.55 | 0.36 | 333.91 | 0.96 | 0.33 |
| Hex | A4 | 3 | 49 | 0 | 62 | 37 | 24 | 14E | 60 | 21 |
| Octal | 244 | 3 | 111 | 0 | 142 | 67 | 44 | 516 | 140 | 41 |
| Binary | 10100100 | 11 | 1001001 | 0 | 1100010 | 110111 | 100100 | 101001110 | 1100000 | 100001 |
Color Harmonies of #A40349
Complementary color
Monochromatic Colors of #A40349
Black with #A40349
Text Example
Text Example
White with #A40349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40349; }
p { color: rgb(164,3,73); }
H1.HeaderClassName
{
color: #A40349;
}
.AnyTagClassName
{
color: #A40349;
}
</style>
background-color css
<style>
a { background-color: #A40349; }
a { background-color: rgb(164,3,73); }
div.DivClassName
{
background-color: #A40349;
}
.BgClassName
{
background-color: #A40349;
}
</style>
border-color css
<style>
span { border-color: #A40349; }
span { border-color: rgb(164,3,73); }
td.TdClassName
{
border-color: #A40349;
}
.TagClassName
{
border-color: #A40349;
}
</style>