Shades of Jazzberry Jam #A1023D
Tints of Jazzberry Jam #A1023D
RGB
CMYK
RGB Variations
Color information
#A1023D (or 0xA1023D) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 3D. RGB value is (161,2,61). Sum of RGB (Red+Green+Blue) = 161+2+61=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1023D is #5EFDC2. Grayscale: #383838. Windows color (decimal): -6225347 or 3998369. OLE color: 3998369.
HSL color Cylindrical-coordinate representation of color #A1023D: hue angle of 337.74º 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 #A1023D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.37 |
| HSL | 337.74º | 0.98% | 0.32% | - |
| HSV(B) | 337.74º | 0.99% | 0.63% | - |
| XYZ | 15.56 | 7.96 | 5.13 | - |
| YUV | 56.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 61 | 0 | 0.99 | 0.62 | 0.37 | 337.74 | 0.98 | 0.32 |
| Hex | A1 | 2 | 3D | 0 | 63 | 3E | 25 | 152 | 62 | 20 |
| Octal | 241 | 2 | 75 | 0 | 143 | 76 | 45 | 522 | 142 | 40 |
| Binary | 10100001 | 10 | 111101 | 0 | 1100011 | 111110 | 100101 | 101010010 | 1100010 | 100000 |
Color Harmonies of #A1023D
Complementary color
Monochromatic Colors of #A1023D
Black with #A1023D
Text Example
Text Example
White with #A1023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1023D; }
p { color: rgb(161,2,61); }
H1.HeaderClassName
{
color: #A1023D;
}
.AnyTagClassName
{
color: #A1023D;
}
</style>
background-color css
<style>
a { background-color: #A1023D; }
a { background-color: rgb(161,2,61); }
div.DivClassName
{
background-color: #A1023D;
}
.BgClassName
{
background-color: #A1023D;
}
</style>
border-color css
<style>
span { border-color: #A1023D; }
span { border-color: rgb(161,2,61); }
td.TdClassName
{
border-color: #A1023D;
}
.TagClassName
{
border-color: #A1023D;
}
</style>