Shades of Jazzberry Jam #A10342
Tints of Jazzberry Jam #A10342
RGB
CMYK
RGB Variations
Color information
#A10342 (or 0xA10342) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 42. RGB value is (161,3,66). Sum of RGB (Red+Green+Blue) = 161+3+66=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A10342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10342 is #5EFCBD. Grayscale: #393939. Windows color (decimal): -6225086 or 4326305. OLE color: 4326305.
HSL color Cylindrical-coordinate representation of color #A10342: hue angle of 336.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10342 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.37 |
| HSL | 336.08º | 0.96% | 0.32% | - |
| HSV(B) | 336.08º | 0.98% | 0.63% | - |
| XYZ | 15.71 | 8.04 | 5.88 | - |
| YUV | 57.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 66 | 0 | 0.98 | 0.59 | 0.37 | 336.08 | 0.96 | 0.32 |
| Hex | A1 | 3 | 42 | 0 | 62 | 3B | 25 | 150 | 60 | 20 |
| Octal | 241 | 3 | 102 | 0 | 142 | 73 | 45 | 520 | 140 | 40 |
| Binary | 10100001 | 11 | 1000010 | 0 | 1100010 | 111011 | 100101 | 101010000 | 1100000 | 100000 |
Color Harmonies of #A10342
Complementary color
Monochromatic Colors of #A10342
Black with #A10342
Text Example
Text Example
White with #A10342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10342; }
p { color: rgb(161,3,66); }
H1.HeaderClassName
{
color: #A10342;
}
.AnyTagClassName
{
color: #A10342;
}
</style>
background-color css
<style>
a { background-color: #A10342; }
a { background-color: rgb(161,3,66); }
div.DivClassName
{
background-color: #A10342;
}
.BgClassName
{
background-color: #A10342;
}
</style>
border-color css
<style>
span { border-color: #A10342; }
span { border-color: rgb(161,3,66); }
td.TdClassName
{
border-color: #A10342;
}
.TagClassName
{
border-color: #A10342;
}
</style>