Shades of Jazzberry Jam #A5003B
Tints of Jazzberry Jam #A5003B
RGB
CMYK
RGB Variations
Color information
#A5003B (or 0xA5003B) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 3B. RGB value is (165,0,59). Sum of RGB (Red+Green+Blue) = 165+0+59=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003B is #5AFFC4. Grayscale: #373737. Windows color (decimal): -5963717 or 3866789. OLE color: 3866789.
HSL color Cylindrical-coordinate representation of color #A5003B: hue angle of 338.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5003B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.64 | 0.35 |
| HSL | 338.55º | 1% | 0.32% | - |
| HSV(B) | 338.55º | 1% | 0.65% | - |
| XYZ | 16.31 | 8.32 | 4.88 | - |
| YUV | 56.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 59 | 0 | 1 | 0.64 | 0.35 | 338.55 | 1 | 0.32 |
| Hex | A5 | 0 | 3B | 0 | 64 | 40 | 23 | 153 | 64 | 20 |
| Octal | 245 | 0 | 73 | 0 | 144 | 100 | 43 | 523 | 144 | 40 |
| Binary | 10100101 | 0 | 111011 | 0 | 1100100 | 1000000 | 100011 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A5003B
Complementary color
Monochromatic Colors of #A5003B
Black with #A5003B
Text Example
Text Example
White with #A5003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5003B; }
p { color: rgb(165,0,59); }
H1.HeaderClassName
{
color: #A5003B;
}
.AnyTagClassName
{
color: #A5003B;
}
</style>
background-color css
<style>
a { background-color: #A5003B; }
a { background-color: rgb(165,0,59); }
div.DivClassName
{
background-color: #A5003B;
}
.BgClassName
{
background-color: #A5003B;
}
</style>
border-color css
<style>
span { border-color: #A5003B; }
span { border-color: rgb(165,0,59); }
td.TdClassName
{
border-color: #A5003B;
}
.TagClassName
{
border-color: #A5003B;
}
</style>