Shades of Jazzberry Jam #A30F3F
Tints of Jazzberry Jam #A30F3F
RGB
CMYK
RGB Variations
Color information
#A30F3F (or 0xA30F3F) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 3F. RGB value is (163,15,63). Sum of RGB (Red+Green+Blue) = 163+15+63=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F3F is #5CF0C0. Grayscale: #404040. Windows color (decimal): -6090945 or 4132771. OLE color: 4132771.
HSL color Cylindrical-coordinate representation of color #A30F3F: hue angle of 340.54º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F3F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 63 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.36 |
| HSL | 340.54º | 0.83% | 0.35% | - |
| HSV(B) | 340.54º | 0.91% | 0.64% | - |
| XYZ | 16.17 | 8.49 | 5.49 | - |
| YUV | 64.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 63 | 0 | 0.91 | 0.61 | 0.36 | 340.54 | 0.83 | 0.35 |
| Hex | A3 | F | 3F | 0 | 5B | 3D | 24 | 155 | 53 | 23 |
| Octal | 243 | 17 | 77 | 0 | 133 | 75 | 44 | 525 | 123 | 43 |
| Binary | 10100011 | 1111 | 111111 | 0 | 1011011 | 111101 | 100100 | 101010101 | 1010011 | 100011 |
Color Harmonies of #A30F3F
Complementary color
Monochromatic Colors of #A30F3F
Black with #A30F3F
Text Example
Text Example
White with #A30F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F3F; }
p { color: rgb(163,15,63); }
H1.HeaderClassName
{
color: #A30F3F;
}
.AnyTagClassName
{
color: #A30F3F;
}
</style>
background-color css
<style>
a { background-color: #A30F3F; }
a { background-color: rgb(163,15,63); }
div.DivClassName
{
background-color: #A30F3F;
}
.BgClassName
{
background-color: #A30F3F;
}
</style>
border-color css
<style>
span { border-color: #A30F3F; }
span { border-color: rgb(163,15,63); }
td.TdClassName
{
border-color: #A30F3F;
}
.TagClassName
{
border-color: #A30F3F;
}
</style>