Shades of Jazzberry Jam #A00347
Tints of Jazzberry Jam #A00347
RGB
CMYK
RGB Variations
Color information
#A00347 (or 0xA00347) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 47. RGB value is (160,3,71). Sum of RGB (Red+Green+Blue) = 160+3+71=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A00347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00347 is #5FFCB8. Grayscale: #393939. Windows color (decimal): -6290617 or 4653984. OLE color: 4653984.
HSL color Cylindrical-coordinate representation of color #A00347: hue angle of 334.01º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00347 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 71 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.37 |
| HSL | 334.01º | 0.96% | 0.32% | - |
| HSV(B) | 334.01º | 0.98% | 0.63% | - |
| XYZ | 15.67 | 7.99 | 6.68 | - |
| YUV | 57.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 71 | 0 | 0.98 | 0.56 | 0.37 | 334.01 | 0.96 | 0.32 |
| Hex | A0 | 3 | 47 | 0 | 62 | 38 | 25 | 14E | 60 | 20 |
| Octal | 240 | 3 | 107 | 0 | 142 | 70 | 45 | 516 | 140 | 40 |
| Binary | 10100000 | 11 | 1000111 | 0 | 1100010 | 111000 | 100101 | 101001110 | 1100000 | 100000 |
Color Harmonies of #A00347
Complementary color
Monochromatic Colors of #A00347
Black with #A00347
Text Example
Text Example
White with #A00347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00347; }
p { color: rgb(160,3,71); }
H1.HeaderClassName
{
color: #A00347;
}
.AnyTagClassName
{
color: #A00347;
}
</style>
background-color css
<style>
a { background-color: #A00347; }
a { background-color: rgb(160,3,71); }
div.DivClassName
{
background-color: #A00347;
}
.BgClassName
{
background-color: #A00347;
}
</style>
border-color css
<style>
span { border-color: #A00347; }
span { border-color: rgb(160,3,71); }
td.TdClassName
{
border-color: #A00347;
}
.TagClassName
{
border-color: #A00347;
}
</style>