Shades of Jazzberry Jam #A2033B
Tints of Jazzberry Jam #A2033B
RGB
CMYK
RGB Variations
Color information
#A2033B (or 0xA2033B) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 3B. RGB value is (162,3,59). Sum of RGB (Red+Green+Blue) = 162+3+59=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2033B is #5DFCC4. Grayscale: #383838. Windows color (decimal): -6159557 or 3867554. OLE color: 3867554.
HSL color Cylindrical-coordinate representation of color #A2033B: hue angle of 338.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2033B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.36 |
| HSL | 338.87º | 0.96% | 0.32% | - |
| HSV(B) | 338.87º | 0.98% | 0.64% | - |
| XYZ | 15.72 | 8.06 | 4.87 | - |
| YUV | 56.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 59 | 0 | 0.98 | 0.64 | 0.36 | 338.87 | 0.96 | 0.32 |
| Hex | A2 | 3 | 3B | 0 | 62 | 40 | 24 | 153 | 60 | 20 |
| Octal | 242 | 3 | 73 | 0 | 142 | 100 | 44 | 523 | 140 | 40 |
| Binary | 10100010 | 11 | 111011 | 0 | 1100010 | 1000000 | 100100 | 101010011 | 1100000 | 100000 |
Color Harmonies of #A2033B
Complementary color
Monochromatic Colors of #A2033B
Black with #A2033B
Text Example
Text Example
White with #A2033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2033B; }
p { color: rgb(162,3,59); }
H1.HeaderClassName
{
color: #A2033B;
}
.AnyTagClassName
{
color: #A2033B;
}
</style>
background-color css
<style>
a { background-color: #A2033B; }
a { background-color: rgb(162,3,59); }
div.DivClassName
{
background-color: #A2033B;
}
.BgClassName
{
background-color: #A2033B;
}
</style>
border-color css
<style>
span { border-color: #A2033B; }
span { border-color: rgb(162,3,59); }
td.TdClassName
{
border-color: #A2033B;
}
.TagClassName
{
border-color: #A2033B;
}
</style>