Shades of Jazzberry Jam #A30D3F
Tints of Jazzberry Jam #A30D3F
RGB
CMYK
RGB Variations
Color information
#A30D3F (or 0xA30D3F) is known color: Jazzberry Jam. HEX triplet: A3, 0D and 3F. RGB value is (163,13,63). Sum of RGB (Red+Green+Blue) = 163+13+63=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30D3F is #5CF2C0. Grayscale: #3F3F3F. Windows color (decimal): -6091457 or 4132259. OLE color: 4132259.
HSL color Cylindrical-coordinate representation of color #A30D3F: hue angle of 340º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D3F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 63 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.36 |
| HSL | 340º | 0.85% | 0.35% | - |
| HSV(B) | 340º | 0.92% | 0.64% | - |
| XYZ | 16.15 | 8.43 | 5.48 | - |
| YUV | 63.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 63 | 0 | 0.92 | 0.61 | 0.36 | 340 | 0.85 | 0.35 |
| Hex | A3 | D | 3F | 0 | 5C | 3D | 24 | 154 | 55 | 23 |
| Octal | 243 | 15 | 77 | 0 | 134 | 75 | 44 | 524 | 125 | 43 |
| Binary | 10100011 | 1101 | 111111 | 0 | 1011100 | 111101 | 100100 | 101010100 | 1010101 | 100011 |
Color Harmonies of #A30D3F
Complementary color
Monochromatic Colors of #A30D3F
Black with #A30D3F
Text Example
Text Example
White with #A30D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D3F; }
p { color: rgb(163,13,63); }
H1.HeaderClassName
{
color: #A30D3F;
}
.AnyTagClassName
{
color: #A30D3F;
}
</style>
background-color css
<style>
a { background-color: #A30D3F; }
a { background-color: rgb(163,13,63); }
div.DivClassName
{
background-color: #A30D3F;
}
.BgClassName
{
background-color: #A30D3F;
}
</style>
border-color css
<style>
span { border-color: #A30D3F; }
span { border-color: rgb(163,13,63); }
td.TdClassName
{
border-color: #A30D3F;
}
.TagClassName
{
border-color: #A30D3F;
}
</style>