Shades of Jazzberry Jam #A30C3E
Tints of Jazzberry Jam #A30C3E
RGB
CMYK
RGB Variations
Color information
#A30C3E (or 0xA30C3E) is known color: Jazzberry Jam. HEX triplet: A3, 0C and 3E. RGB value is (163,12,62). Sum of RGB (Red+Green+Blue) = 163+12+62=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30C3E is #5CF3C1. Grayscale: #3E3E3E. Windows color (decimal): -6091714 or 4066467. OLE color: 4066467.
HSL color Cylindrical-coordinate representation of color #A30C3E: hue angle of 340.13º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C3E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 12 | 62 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.36 |
| HSL | 340.13º | 0.86% | 0.34% | - |
| HSV(B) | 340.13º | 0.93% | 0.64% | - |
| XYZ | 16.11 | 8.4 | 5.33 | - |
| YUV | 62.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 62 | 0 | 0.93 | 0.62 | 0.36 | 340.13 | 0.86 | 0.34 |
| Hex | A3 | C | 3E | 0 | 5D | 3E | 24 | 154 | 56 | 22 |
| Octal | 243 | 14 | 76 | 0 | 135 | 76 | 44 | 524 | 126 | 42 |
| Binary | 10100011 | 1100 | 111110 | 0 | 1011101 | 111110 | 100100 | 101010100 | 1010110 | 100010 |
Color Harmonies of #A30C3E
Complementary color
Monochromatic Colors of #A30C3E
Black with #A30C3E
Text Example
Text Example
White with #A30C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30C3E; }
p { color: rgb(163,12,62); }
H1.HeaderClassName
{
color: #A30C3E;
}
.AnyTagClassName
{
color: #A30C3E;
}
</style>
background-color css
<style>
a { background-color: #A30C3E; }
a { background-color: rgb(163,12,62); }
div.DivClassName
{
background-color: #A30C3E;
}
.BgClassName
{
background-color: #A30C3E;
}
</style>
border-color css
<style>
span { border-color: #A30C3E; }
span { border-color: rgb(163,12,62); }
td.TdClassName
{
border-color: #A30C3E;
}
.TagClassName
{
border-color: #A30C3E;
}
</style>