Shades of Acadia #3A322A
Tints of Acadia #3A322A
RGB
CMYK
RGB Variations
Color information
#3A322A (or 0x3A322A) is known color: Acadia. HEX triplet: 3A, 32 and 2A. RGB value is (58,50,42). Sum of RGB (Red+Green+Blue) = 58+50+42=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A322A is #C5CDD5. Grayscale: #333333. Windows color (decimal): -12963286 or 2765370. OLE color: 2765370.
HSL color Cylindrical-coordinate representation of color #3A322A: hue angle of 30º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A322A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 42 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.77 |
| HSL | 30º | 0.16% | 0.2% | - |
| HSV(B) | 30º | 0.28% | 0.23% | - |
| XYZ | 3.3 | 3.35 | 2.66 | - |
| YUV | 51.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 42 | 0 | 0.14 | 0.28 | 0.77 | 30 | 0.16 | 0.2 |
| Hex | 3A | 32 | 2A | 0 | E | 1C | 4D | 1E | 10 | 14 |
| Octal | 72 | 62 | 52 | 0 | 16 | 34 | 115 | 36 | 20 | 24 |
| Binary | 111010 | 110010 | 101010 | 0 | 1110 | 11100 | 1001101 | 11110 | 10000 | 10100 |
Color Harmonies of #3A322A
Complementary color
Monochromatic Colors of #3A322A
Black with #3A322A
Text Example
Text Example
White with #3A322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A322A; }
p { color: rgb(58,50,42); }
H1.HeaderClassName
{
color: #3A322A;
}
.AnyTagClassName
{
color: #3A322A;
}
</style>
background-color css
<style>
a { background-color: #3A322A; }
a { background-color: rgb(58,50,42); }
div.DivClassName
{
background-color: #3A322A;
}
.BgClassName
{
background-color: #3A322A;
}
</style>
border-color css
<style>
span { border-color: #3A322A; }
span { border-color: rgb(58,50,42); }
td.TdClassName
{
border-color: #3A322A;
}
.TagClassName
{
border-color: #3A322A;
}
</style>