Shades of Jazzberry Jam #A00345
Tints of Jazzberry Jam #A00345
RGB
CMYK
RGB Variations
Color information
#A00345 (or 0xA00345) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 45. RGB value is (160,3,69). Sum of RGB (Red+Green+Blue) = 160+3+69=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00345 is #5FFCBA. Grayscale: #393939. Windows color (decimal): -6290619 or 4522912. OLE color: 4522912.
HSL color Cylindrical-coordinate representation of color #A00345: hue angle of 334.78º 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 #A00345 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.37 |
| HSL | 334.78º | 0.96% | 0.32% | - |
| HSV(B) | 334.78º | 0.98% | 0.63% | - |
| XYZ | 15.6 | 7.97 | 6.35 | - |
| YUV | 57.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 69 | 0 | 0.98 | 0.57 | 0.37 | 334.78 | 0.96 | 0.32 |
| Hex | A0 | 3 | 45 | 0 | 62 | 39 | 25 | 14F | 60 | 20 |
| Octal | 240 | 3 | 105 | 0 | 142 | 71 | 45 | 517 | 140 | 40 |
| Binary | 10100000 | 11 | 1000101 | 0 | 1100010 | 111001 | 100101 | 101001111 | 1100000 | 100000 |
Color Harmonies of #A00345
Complementary color
Monochromatic Colors of #A00345
Black with #A00345
Text Example
Text Example
White with #A00345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00345; }
p { color: rgb(160,3,69); }
H1.HeaderClassName
{
color: #A00345;
}
.AnyTagClassName
{
color: #A00345;
}
</style>
background-color css
<style>
a { background-color: #A00345; }
a { background-color: rgb(160,3,69); }
div.DivClassName
{
background-color: #A00345;
}
.BgClassName
{
background-color: #A00345;
}
</style>
border-color css
<style>
span { border-color: #A00345; }
span { border-color: rgb(160,3,69); }
td.TdClassName
{
border-color: #A00345;
}
.TagClassName
{
border-color: #A00345;
}
</style>