Shades of Jazzberry Jam #A7023A
Tints of Jazzberry Jam #A7023A
RGB
CMYK
RGB Variations
Color information
#A7023A (or 0xA7023A) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 3A. RGB value is (167,2,58). Sum of RGB (Red+Green+Blue) = 167+2+58=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A7023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7023A is #58FDC5. Grayscale: #393939. Windows color (decimal): -5832134 or 3801767. OLE color: 3801767.
HSL color Cylindrical-coordinate representation of color #A7023A: hue angle of 339.64º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7023A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.35 |
| HSL | 339.64º | 0.98% | 0.33% | - |
| HSV(B) | 339.64º | 0.99% | 0.65% | - |
| XYZ | 16.72 | 8.56 | 4.77 | - |
| YUV | 57.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 58 | 0 | 0.99 | 0.65 | 0.35 | 339.64 | 0.98 | 0.33 |
| Hex | A7 | 2 | 3A | 0 | 63 | 41 | 23 | 154 | 62 | 21 |
| Octal | 247 | 2 | 72 | 0 | 143 | 101 | 43 | 524 | 142 | 41 |
| Binary | 10100111 | 10 | 111010 | 0 | 1100011 | 1000001 | 100011 | 101010100 | 1100010 | 100001 |
Color Harmonies of #A7023A
Complementary color
Monochromatic Colors of #A7023A
Black with #A7023A
Text Example
Text Example
White with #A7023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7023A; }
p { color: rgb(167,2,58); }
H1.HeaderClassName
{
color: #A7023A;
}
.AnyTagClassName
{
color: #A7023A;
}
</style>
background-color css
<style>
a { background-color: #A7023A; }
a { background-color: rgb(167,2,58); }
div.DivClassName
{
background-color: #A7023A;
}
.BgClassName
{
background-color: #A7023A;
}
</style>
border-color css
<style>
span { border-color: #A7023A; }
span { border-color: rgb(167,2,58); }
td.TdClassName
{
border-color: #A7023A;
}
.TagClassName
{
border-color: #A7023A;
}
</style>