Shades of Jazzberry Jam #A3073B
Tints of Jazzberry Jam #A3073B
RGB
CMYK
RGB Variations
Color information
#A3073B (or 0xA3073B) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 3B. RGB value is (163,7,59). Sum of RGB (Red+Green+Blue) = 163+7+59=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3073B is #5CF8C4. Grayscale: #3B3B3B. Windows color (decimal): -6092997 or 3868579. OLE color: 3868579.
HSL color Cylindrical-coordinate representation of color #A3073B: hue angle of 340º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3073B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.36 |
| HSL | 340º | 0.92% | 0.33% | - |
| HSV(B) | 340º | 0.96% | 0.64% | - |
| XYZ | 15.97 | 8.25 | 4.89 | - |
| YUV | 59.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 59 | 0 | 0.96 | 0.64 | 0.36 | 340 | 0.92 | 0.33 |
| Hex | A3 | 7 | 3B | 0 | 60 | 40 | 24 | 154 | 5C | 21 |
| Octal | 243 | 7 | 73 | 0 | 140 | 100 | 44 | 524 | 134 | 41 |
| Binary | 10100011 | 111 | 111011 | 0 | 1100000 | 1000000 | 100100 | 101010100 | 1011100 | 100001 |
Color Harmonies of #A3073B
Complementary color
Monochromatic Colors of #A3073B
Black with #A3073B
Text Example
Text Example
White with #A3073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3073B; }
p { color: rgb(163,7,59); }
H1.HeaderClassName
{
color: #A3073B;
}
.AnyTagClassName
{
color: #A3073B;
}
</style>
background-color css
<style>
a { background-color: #A3073B; }
a { background-color: rgb(163,7,59); }
div.DivClassName
{
background-color: #A3073B;
}
.BgClassName
{
background-color: #A3073B;
}
</style>
border-color css
<style>
span { border-color: #A3073B; }
span { border-color: rgb(163,7,59); }
td.TdClassName
{
border-color: #A3073B;
}
.TagClassName
{
border-color: #A3073B;
}
</style>