Shades of Jazzberry Jam #A3033F
Tints of Jazzberry Jam #A3033F
RGB
CMYK
RGB Variations
Color information
#A3033F (or 0xA3033F) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 3F. RGB value is (163,3,63). Sum of RGB (Red+Green+Blue) = 163+3+63=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3033F is #5CFCC0. Grayscale: #393939. Windows color (decimal): -6094017 or 4129699. OLE color: 4129699.
HSL color Cylindrical-coordinate representation of color #A3033F: hue angle of 337.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3033F is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.36 |
| HSL | 337.5º | 0.96% | 0.33% | - |
| HSV(B) | 337.5º | 0.98% | 0.64% | - |
| XYZ | 16.03 | 8.21 | 5.44 | - |
| YUV | 57.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 63 | 0 | 0.98 | 0.61 | 0.36 | 337.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 3F | 0 | 62 | 3D | 24 | 152 | 60 | 21 |
| Octal | 243 | 3 | 77 | 0 | 142 | 75 | 44 | 522 | 140 | 41 |
| Binary | 10100011 | 11 | 111111 | 0 | 1100010 | 111101 | 100100 | 101010010 | 1100000 | 100001 |
Color Harmonies of #A3033F
Complementary color
Monochromatic Colors of #A3033F
Black with #A3033F
Text Example
Text Example
White with #A3033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3033F; }
p { color: rgb(163,3,63); }
H1.HeaderClassName
{
color: #A3033F;
}
.AnyTagClassName
{
color: #A3033F;
}
</style>
background-color css
<style>
a { background-color: #A3033F; }
a { background-color: rgb(163,3,63); }
div.DivClassName
{
background-color: #A3033F;
}
.BgClassName
{
background-color: #A3033F;
}
</style>
border-color css
<style>
span { border-color: #A3033F; }
span { border-color: rgb(163,3,63); }
td.TdClassName
{
border-color: #A3033F;
}
.TagClassName
{
border-color: #A3033F;
}
</style>