Shades of Jazzberry Jam #A00251
Tints of Jazzberry Jam #A00251
RGB
CMYK
RGB Variations
Color information
#A00251 (or 0xA00251) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 51. RGB value is (160,2,81). Sum of RGB (Red+Green+Blue) = 160+2+81=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A00251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00251 is #5FFDAE. Grayscale: #3A3A3A. Windows color (decimal): -6290863 or 5309088. OLE color: 5309088.
HSL color Cylindrical-coordinate representation of color #A00251: hue angle of 330º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00251 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.37 |
| HSL | 330º | 0.98% | 0.32% | - |
| HSV(B) | 330º | 0.99% | 0.63% | - |
| XYZ | 16 | 8.11 | 8.51 | - |
| YUV | 58.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 81 | 0 | 0.99 | 0.49 | 0.37 | 330 | 0.98 | 0.32 |
| Hex | A0 | 2 | 51 | 0 | 63 | 31 | 25 | 14A | 62 | 20 |
| Octal | 240 | 2 | 121 | 0 | 143 | 61 | 45 | 512 | 142 | 40 |
| Binary | 10100000 | 10 | 1010001 | 0 | 1100011 | 110001 | 100101 | 101001010 | 1100010 | 100000 |
Color Harmonies of #A00251
Complementary color
Monochromatic Colors of #A00251
Black with #A00251
Text Example
Text Example
White with #A00251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00251; }
p { color: rgb(160,2,81); }
H1.HeaderClassName
{
color: #A00251;
}
.AnyTagClassName
{
color: #A00251;
}
</style>
background-color css
<style>
a { background-color: #A00251; }
a { background-color: rgb(160,2,81); }
div.DivClassName
{
background-color: #A00251;
}
.BgClassName
{
background-color: #A00251;
}
</style>
border-color css
<style>
span { border-color: #A00251; }
span { border-color: rgb(160,2,81); }
td.TdClassName
{
border-color: #A00251;
}
.TagClassName
{
border-color: #A00251;
}
</style>