Shades of Jazzberry Jam #A2013B
Tints of Jazzberry Jam #A2013B
RGB
CMYK
RGB Variations
Color information
#A2013B (or 0xA2013B) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 3B. RGB value is (162,1,59). Sum of RGB (Red+Green+Blue) = 162+1+59=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2013B is #5DFEC4. Grayscale: #373737. Windows color (decimal): -6160069 or 3867042. OLE color: 3867042.
HSL color Cylindrical-coordinate representation of color #A2013B: hue angle of 338.39º degrees, saturation: 0.99, 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 #A2013B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.36 |
| HSL | 338.39º | 0.99% | 0.32% | - |
| HSV(B) | 338.39º | 0.99% | 0.64% | - |
| XYZ | 15.7 | 8.02 | 4.86 | - |
| YUV | 55.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 59 | 0 | 0.99 | 0.64 | 0.36 | 338.39 | 0.99 | 0.32 |
| Hex | A2 | 1 | 3B | 0 | 63 | 40 | 24 | 152 | 63 | 20 |
| Octal | 242 | 1 | 73 | 0 | 143 | 100 | 44 | 522 | 143 | 40 |
| Binary | 10100010 | 1 | 111011 | 0 | 1100011 | 1000000 | 100100 | 101010010 | 1100011 | 100000 |
Color Harmonies of #A2013B
Complementary color
Monochromatic Colors of #A2013B
Black with #A2013B
Text Example
Text Example
White with #A2013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2013B; }
p { color: rgb(162,1,59); }
H1.HeaderClassName
{
color: #A2013B;
}
.AnyTagClassName
{
color: #A2013B;
}
</style>
background-color css
<style>
a { background-color: #A2013B; }
a { background-color: rgb(162,1,59); }
div.DivClassName
{
background-color: #A2013B;
}
.BgClassName
{
background-color: #A2013B;
}
</style>
border-color css
<style>
span { border-color: #A2013B; }
span { border-color: rgb(162,1,59); }
td.TdClassName
{
border-color: #A2013B;
}
.TagClassName
{
border-color: #A2013B;
}
</style>