Shades of Jazzberry Jam #A00B3D
Tints of Jazzberry Jam #A00B3D
RGB
CMYK
RGB Variations
Color information
#A00B3D (or 0xA00B3D) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 3D. RGB value is (160,11,61). Sum of RGB (Red+Green+Blue) = 160+11+61=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B3D is #5FF4C2. Grayscale: #3D3D3D. Windows color (decimal): -6288579 or 4000672. OLE color: 4000672.
HSL color Cylindrical-coordinate representation of color #A00B3D: hue angle of 339.87º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B3D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 61 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.37 |
| HSL | 339.87º | 0.87% | 0.34% | - |
| HSV(B) | 339.87º | 0.93% | 0.63% | - |
| XYZ | 15.46 | 8.05 | 5.15 | - |
| YUV | 61.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 61 | 0 | 0.93 | 0.62 | 0.37 | 339.87 | 0.87 | 0.34 |
| Hex | A0 | B | 3D | 0 | 5D | 3E | 25 | 154 | 57 | 22 |
| Octal | 240 | 13 | 75 | 0 | 135 | 76 | 45 | 524 | 127 | 42 |
| Binary | 10100000 | 1011 | 111101 | 0 | 1011101 | 111110 | 100101 | 101010100 | 1010111 | 100010 |
Color Harmonies of #A00B3D
Complementary color
Monochromatic Colors of #A00B3D
Black with #A00B3D
Text Example
Text Example
White with #A00B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B3D; }
p { color: rgb(160,11,61); }
H1.HeaderClassName
{
color: #A00B3D;
}
.AnyTagClassName
{
color: #A00B3D;
}
</style>
background-color css
<style>
a { background-color: #A00B3D; }
a { background-color: rgb(160,11,61); }
div.DivClassName
{
background-color: #A00B3D;
}
.BgClassName
{
background-color: #A00B3D;
}
</style>
border-color css
<style>
span { border-color: #A00B3D; }
span { border-color: rgb(160,11,61); }
td.TdClassName
{
border-color: #A00B3D;
}
.TagClassName
{
border-color: #A00B3D;
}
</style>