Shades of Jazzberry Jam #A3023B
Tints of Jazzberry Jam #A3023B
RGB
CMYK
RGB Variations
Color information
#A3023B (or 0xA3023B) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 3B. RGB value is (163,2,59). Sum of RGB (Red+Green+Blue) = 163+2+59=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3023B is #5CFDC4. Grayscale: #383838. Windows color (decimal): -6094277 or 3867299. OLE color: 3867299.
HSL color Cylindrical-coordinate representation of color #A3023B: hue angle of 338.76º 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 #A3023B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.36 |
| HSL | 338.76º | 0.98% | 0.32% | - |
| HSV(B) | 338.76º | 0.99% | 0.64% | - |
| XYZ | 15.92 | 8.15 | 4.87 | - |
| YUV | 56.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 59 | 0 | 0.99 | 0.64 | 0.36 | 338.76 | 0.98 | 0.32 |
| Hex | A3 | 2 | 3B | 0 | 63 | 40 | 24 | 153 | 62 | 20 |
| Octal | 243 | 2 | 73 | 0 | 143 | 100 | 44 | 523 | 142 | 40 |
| Binary | 10100011 | 10 | 111011 | 0 | 1100011 | 1000000 | 100100 | 101010011 | 1100010 | 100000 |
Color Harmonies of #A3023B
Complementary color
Monochromatic Colors of #A3023B
Black with #A3023B
Text Example
Text Example
White with #A3023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3023B; }
p { color: rgb(163,2,59); }
H1.HeaderClassName
{
color: #A3023B;
}
.AnyTagClassName
{
color: #A3023B;
}
</style>
background-color css
<style>
a { background-color: #A3023B; }
a { background-color: rgb(163,2,59); }
div.DivClassName
{
background-color: #A3023B;
}
.BgClassName
{
background-color: #A3023B;
}
</style>
border-color css
<style>
span { border-color: #A3023B; }
span { border-color: rgb(163,2,59); }
td.TdClassName
{
border-color: #A3023B;
}
.TagClassName
{
border-color: #A3023B;
}
</style>