Shades of Jazzberry Jam #A9013B
Tints of Jazzberry Jam #A9013B
RGB
CMYK
RGB Variations
Color information
#A9013B (or 0xA9013B) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 3B. RGB value is (169,1,59). Sum of RGB (Red+Green+Blue) = 169+1+59=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A9013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9013B is #56FEC4. Grayscale: #393939. Windows color (decimal): -5701317 or 3867049. OLE color: 3867049.
HSL color Cylindrical-coordinate representation of color #A9013B: hue angle of 339.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9013B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.34 |
| HSL | 339.29º | 0.99% | 0.33% | - |
| HSV(B) | 339.29º | 0.99% | 0.66% | - |
| XYZ | 17.16 | 8.77 | 4.93 | - |
| YUV | 57.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 59 | 0 | 0.99 | 0.65 | 0.34 | 339.29 | 0.99 | 0.33 |
| Hex | A9 | 1 | 3B | 0 | 63 | 41 | 22 | 153 | 63 | 21 |
| Octal | 251 | 1 | 73 | 0 | 143 | 101 | 42 | 523 | 143 | 41 |
| Binary | 10101001 | 1 | 111011 | 0 | 1100011 | 1000001 | 100010 | 101010011 | 1100011 | 100001 |
Color Harmonies of #A9013B
Complementary color
Monochromatic Colors of #A9013B
Black with #A9013B
Text Example
Text Example
White with #A9013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9013B; }
p { color: rgb(169,1,59); }
H1.HeaderClassName
{
color: #A9013B;
}
.AnyTagClassName
{
color: #A9013B;
}
</style>
background-color css
<style>
a { background-color: #A9013B; }
a { background-color: rgb(169,1,59); }
div.DivClassName
{
background-color: #A9013B;
}
.BgClassName
{
background-color: #A9013B;
}
</style>
border-color css
<style>
span { border-color: #A9013B; }
span { border-color: rgb(169,1,59); }
td.TdClassName
{
border-color: #A9013B;
}
.TagClassName
{
border-color: #A9013B;
}
</style>