Shades of Jazzberry Jam #A3023D
Tints of Jazzberry Jam #A3023D
RGB
CMYK
RGB Variations
Color information
#A3023D (or 0xA3023D) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 3D. RGB value is (163,2,61). Sum of RGB (Red+Green+Blue) = 163+2+61=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A3023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3023D is #5CFDC2. Grayscale: #383838. Windows color (decimal): -6094275 or 3998371. OLE color: 3998371.
HSL color Cylindrical-coordinate representation of color #A3023D: hue angle of 338.01º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3023D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.36 |
| HSL | 338.01º | 0.98% | 0.32% | - |
| HSV(B) | 338.01º | 0.99% | 0.64% | - |
| XYZ | 15.97 | 8.17 | 5.15 | - |
| YUV | 56.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 61 | 0 | 0.99 | 0.63 | 0.36 | 338.01 | 0.98 | 0.32 |
| Hex | A3 | 2 | 3D | 0 | 63 | 3F | 24 | 152 | 62 | 20 |
| Octal | 243 | 2 | 75 | 0 | 143 | 77 | 44 | 522 | 142 | 40 |
| Binary | 10100011 | 10 | 111101 | 0 | 1100011 | 111111 | 100100 | 101010010 | 1100010 | 100000 |
Color Harmonies of #A3023D
Complementary color
Monochromatic Colors of #A3023D
Black with #A3023D
Text Example
Text Example
White with #A3023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3023D; }
p { color: rgb(163,2,61); }
H1.HeaderClassName
{
color: #A3023D;
}
.AnyTagClassName
{
color: #A3023D;
}
</style>
background-color css
<style>
a { background-color: #A3023D; }
a { background-color: rgb(163,2,61); }
div.DivClassName
{
background-color: #A3023D;
}
.BgClassName
{
background-color: #A3023D;
}
</style>
border-color css
<style>
span { border-color: #A3023D; }
span { border-color: rgb(163,2,61); }
td.TdClassName
{
border-color: #A3023D;
}
.TagClassName
{
border-color: #A3023D;
}
</style>