Shades of Jazzberry Jam #A11348
Tints of Jazzberry Jam #A11348
RGB
CMYK
RGB Variations
Color information
#A11348 (or 0xA11348) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 48. RGB value is (161,19,72). Sum of RGB (Red+Green+Blue) = 161+19+72=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A11348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11348 is #5EECB7. Grayscale: #434343. Windows color (decimal): -6220984 or 4723617. OLE color: 4723617.
HSL color Cylindrical-coordinate representation of color #A11348: hue angle of 337.61º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11348 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 72 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.37 |
| HSL | 337.61º | 0.79% | 0.35% | - |
| HSV(B) | 337.61º | 0.88% | 0.63% | - |
| XYZ | 16.1 | 8.51 | 6.93 | - |
| YUV | 67.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 72 | 0 | 0.88 | 0.55 | 0.37 | 337.61 | 0.79 | 0.35 |
| Hex | A1 | 13 | 48 | 0 | 58 | 37 | 25 | 152 | 4F | 23 |
| Octal | 241 | 23 | 110 | 0 | 130 | 67 | 45 | 522 | 117 | 43 |
| Binary | 10100001 | 10011 | 1001000 | 0 | 1011000 | 110111 | 100101 | 101010010 | 1001111 | 100011 |
Color Harmonies of #A11348
Complementary color
Monochromatic Colors of #A11348
Black with #A11348
Text Example
Text Example
White with #A11348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11348; }
p { color: rgb(161,19,72); }
H1.HeaderClassName
{
color: #A11348;
}
.AnyTagClassName
{
color: #A11348;
}
</style>
background-color css
<style>
a { background-color: #A11348; }
a { background-color: rgb(161,19,72); }
div.DivClassName
{
background-color: #A11348;
}
.BgClassName
{
background-color: #A11348;
}
</style>
border-color css
<style>
span { border-color: #A11348; }
span { border-color: rgb(161,19,72); }
td.TdClassName
{
border-color: #A11348;
}
.TagClassName
{
border-color: #A11348;
}
</style>