Shades of Jazzberry Jam #A0033F
Tints of Jazzberry Jam #A0033F
RGB
CMYK
RGB Variations
Color information
#A0033F (or 0xA0033F) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 3F. RGB value is (160,3,63). Sum of RGB (Red+Green+Blue) = 160+3+63=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0033F is #5FFCC0. Grayscale: #383838. Windows color (decimal): -6290625 or 4129696. OLE color: 4129696.
HSL color Cylindrical-coordinate representation of color #A0033F: hue angle of 337.07º 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 #A0033F is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.37 |
| HSL | 337.07º | 0.96% | 0.32% | - |
| HSV(B) | 337.07º | 0.98% | 0.63% | - |
| XYZ | 15.43 | 7.9 | 5.41 | - |
| YUV | 56.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 63 | 0 | 0.98 | 0.61 | 0.37 | 337.07 | 0.96 | 0.32 |
| Hex | A0 | 3 | 3F | 0 | 62 | 3D | 25 | 151 | 60 | 20 |
| Octal | 240 | 3 | 77 | 0 | 142 | 75 | 45 | 521 | 140 | 40 |
| Binary | 10100000 | 11 | 111111 | 0 | 1100010 | 111101 | 100101 | 101010001 | 1100000 | 100000 |
Color Harmonies of #A0033F
Complementary color
Monochromatic Colors of #A0033F
Black with #A0033F
Text Example
Text Example
White with #A0033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0033F; }
p { color: rgb(160,3,63); }
H1.HeaderClassName
{
color: #A0033F;
}
.AnyTagClassName
{
color: #A0033F;
}
</style>
background-color css
<style>
a { background-color: #A0033F; }
a { background-color: rgb(160,3,63); }
div.DivClassName
{
background-color: #A0033F;
}
.BgClassName
{
background-color: #A0033F;
}
</style>
border-color css
<style>
span { border-color: #A0033F; }
span { border-color: rgb(160,3,63); }
td.TdClassName
{
border-color: #A0033F;
}
.TagClassName
{
border-color: #A0033F;
}
</style>