Shades of Jazzberry Jam #A1013B
Tints of Jazzberry Jam #A1013B
RGB
CMYK
RGB Variations
Color information
#A1013B (or 0xA1013B) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 3B. RGB value is (161,1,59). Sum of RGB (Red+Green+Blue) = 161+1+59=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1013B is #5EFEC4. Grayscale: #373737. Windows color (decimal): -6225605 or 3867041. OLE color: 3867041.
HSL color Cylindrical-coordinate representation of color #A1013B: hue angle of 338.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1013B is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.37 |
| HSL | 338.25º | 0.99% | 0.32% | - |
| HSV(B) | 338.25º | 0.99% | 0.63% | - |
| XYZ | 15.5 | 7.91 | 4.85 | - |
| YUV | 55.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 59 | 0 | 0.99 | 0.63 | 0.37 | 338.25 | 0.99 | 0.32 |
| Hex | A1 | 1 | 3B | 0 | 63 | 3F | 25 | 152 | 63 | 20 |
| Octal | 241 | 1 | 73 | 0 | 143 | 77 | 45 | 522 | 143 | 40 |
| Binary | 10100001 | 1 | 111011 | 0 | 1100011 | 111111 | 100101 | 101010010 | 1100011 | 100000 |
Color Harmonies of #A1013B
Complementary color
Monochromatic Colors of #A1013B
Black with #A1013B
Text Example
Text Example
White with #A1013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1013B; }
p { color: rgb(161,1,59); }
H1.HeaderClassName
{
color: #A1013B;
}
.AnyTagClassName
{
color: #A1013B;
}
</style>
background-color css
<style>
a { background-color: #A1013B; }
a { background-color: rgb(161,1,59); }
div.DivClassName
{
background-color: #A1013B;
}
.BgClassName
{
background-color: #A1013B;
}
</style>
border-color css
<style>
span { border-color: #A1013B; }
span { border-color: rgb(161,1,59); }
td.TdClassName
{
border-color: #A1013B;
}
.TagClassName
{
border-color: #A1013B;
}
</style>