Shades of Jazzberry Jam #A30751
Tints of Jazzberry Jam #A30751
RGB
CMYK
RGB Variations
Color information
#A30751 (or 0xA30751) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 51. RGB value is (163,7,81). Sum of RGB (Red+Green+Blue) = 163+7+81=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A30751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30751 is #5CF8AE. Grayscale: #3D3D3D. Windows color (decimal): -6092975 or 5310371. OLE color: 5310371.
HSL color Cylindrical-coordinate representation of color #A30751: hue angle of 331.54º 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 #A30751 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.36 |
| HSL | 331.54º | 0.92% | 0.33% | - |
| HSV(B) | 331.54º | 0.96% | 0.64% | - |
| XYZ | 16.67 | 8.53 | 8.55 | - |
| YUV | 62.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 81 | 0 | 0.96 | 0.50 | 0.36 | 331.54 | 0.92 | 0.33 |
| Hex | A3 | 7 | 51 | 0 | 60 | 32 | 24 | 14C | 5C | 21 |
| Octal | 243 | 7 | 121 | 0 | 140 | 62 | 44 | 514 | 134 | 41 |
| Binary | 10100011 | 111 | 1010001 | 0 | 1100000 | 110010 | 100100 | 101001100 | 1011100 | 100001 |
Color Harmonies of #A30751
Complementary color
Monochromatic Colors of #A30751
Black with #A30751
Text Example
Text Example
White with #A30751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30751; }
p { color: rgb(163,7,81); }
H1.HeaderClassName
{
color: #A30751;
}
.AnyTagClassName
{
color: #A30751;
}
</style>
background-color css
<style>
a { background-color: #A30751; }
a { background-color: rgb(163,7,81); }
div.DivClassName
{
background-color: #A30751;
}
.BgClassName
{
background-color: #A30751;
}
</style>
border-color css
<style>
span { border-color: #A30751; }
span { border-color: rgb(163,7,81); }
td.TdClassName
{
border-color: #A30751;
}
.TagClassName
{
border-color: #A30751;
}
</style>