Shades of Jazzberry Jam #A7023F
Tints of Jazzberry Jam #A7023F
RGB
CMYK
RGB Variations
Color information
#A7023F (or 0xA7023F) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 3F. RGB value is (167,2,63). Sum of RGB (Red+Green+Blue) = 167+2+63=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A7023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7023F is #58FDC0. Grayscale: #3A3A3A. Windows color (decimal): -5832129 or 4129447. OLE color: 4129447.
HSL color Cylindrical-coordinate representation of color #A7023F: hue angle of 337.82º 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 #A7023F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.35 |
| HSL | 337.82º | 0.98% | 0.33% | - |
| HSV(B) | 337.82º | 0.99% | 0.65% | - |
| XYZ | 16.86 | 8.62 | 5.48 | - |
| YUV | 58.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 63 | 0 | 0.99 | 0.62 | 0.35 | 337.82 | 0.98 | 0.33 |
| Hex | A7 | 2 | 3F | 0 | 63 | 3E | 23 | 152 | 62 | 21 |
| Octal | 247 | 2 | 77 | 0 | 143 | 76 | 43 | 522 | 142 | 41 |
| Binary | 10100111 | 10 | 111111 | 0 | 1100011 | 111110 | 100011 | 101010010 | 1100010 | 100001 |
Color Harmonies of #A7023F
Complementary color
Monochromatic Colors of #A7023F
Black with #A7023F
Text Example
Text Example
White with #A7023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7023F; }
p { color: rgb(167,2,63); }
H1.HeaderClassName
{
color: #A7023F;
}
.AnyTagClassName
{
color: #A7023F;
}
</style>
background-color css
<style>
a { background-color: #A7023F; }
a { background-color: rgb(167,2,63); }
div.DivClassName
{
background-color: #A7023F;
}
.BgClassName
{
background-color: #A7023F;
}
</style>
border-color css
<style>
span { border-color: #A7023F; }
span { border-color: rgb(167,2,63); }
td.TdClassName
{
border-color: #A7023F;
}
.TagClassName
{
border-color: #A7023F;
}
</style>