Shades of Jazzberry Jam #A3023C
Tints of Jazzberry Jam #A3023C
RGB
CMYK
RGB Variations
Color information
#A3023C (or 0xA3023C) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 3C. RGB value is (163,2,60). Sum of RGB (Red+Green+Blue) = 163+2+60=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3023C is #5CFDC3. Grayscale: #383838. Windows color (decimal): -6094276 or 3932835. OLE color: 3932835.
HSL color Cylindrical-coordinate representation of color #A3023C: hue angle of 338.39º 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 #A3023C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.36 |
| HSL | 338.39º | 0.98% | 0.32% | - |
| HSV(B) | 338.39º | 0.99% | 0.64% | - |
| XYZ | 15.94 | 8.16 | 5.01 | - |
| YUV | 56.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 60 | 0 | 0.99 | 0.63 | 0.36 | 338.39 | 0.98 | 0.32 |
| Hex | A3 | 2 | 3C | 0 | 63 | 3F | 24 | 152 | 62 | 20 |
| Octal | 243 | 2 | 74 | 0 | 143 | 77 | 44 | 522 | 142 | 40 |
| Binary | 10100011 | 10 | 111100 | 0 | 1100011 | 111111 | 100100 | 101010010 | 1100010 | 100000 |
Color Harmonies of #A3023C
Complementary color
Monochromatic Colors of #A3023C
Black with #A3023C
Text Example
Text Example
White with #A3023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3023C; }
p { color: rgb(163,2,60); }
H1.HeaderClassName
{
color: #A3023C;
}
.AnyTagClassName
{
color: #A3023C;
}
</style>
background-color css
<style>
a { background-color: #A3023C; }
a { background-color: rgb(163,2,60); }
div.DivClassName
{
background-color: #A3023C;
}
.BgClassName
{
background-color: #A3023C;
}
</style>
border-color css
<style>
span { border-color: #A3023C; }
span { border-color: rgb(163,2,60); }
td.TdClassName
{
border-color: #A3023C;
}
.TagClassName
{
border-color: #A3023C;
}
</style>