Shades of Acadia #393129
Tints of Acadia #393129
RGB
CMYK
RGB Variations
Color information
#393129 (or 0x393129) is known color: Acadia. HEX triplet: 39, 31 and 29. RGB value is (57,49,41). Sum of RGB (Red+Green+Blue) = 57+49+41=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #393129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393129 is #C6CED6. Grayscale: #323232. Windows color (decimal): -13029079 or 2699577. OLE color: 2699577.
HSL color Cylindrical-coordinate representation of color #393129: hue angle of 30º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393129 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 49 | 41 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.78 |
| HSL | 30º | 0.16% | 0.19% | - |
| HSV(B) | 30º | 0.28% | 0.22% | - |
| XYZ | 3.19 | 3.23 | 2.55 | - |
| YUV | 50.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 41 | 0 | 0.14 | 0.28 | 0.78 | 30 | 0.16 | 0.19 |
| Hex | 39 | 31 | 29 | 0 | E | 1C | 4E | 1E | 10 | 13 |
| Octal | 71 | 61 | 51 | 0 | 16 | 34 | 116 | 36 | 20 | 23 |
| Binary | 111001 | 110001 | 101001 | 0 | 1110 | 11100 | 1001110 | 11110 | 10000 | 10011 |
Color Harmonies of #393129
Complementary color
Monochromatic Colors of #393129
Black with #393129
Text Example
Text Example
White with #393129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393129; }
p { color: rgb(57,49,41); }
H1.HeaderClassName
{
color: #393129;
}
.AnyTagClassName
{
color: #393129;
}
</style>
background-color css
<style>
a { background-color: #393129; }
a { background-color: rgb(57,49,41); }
div.DivClassName
{
background-color: #393129;
}
.BgClassName
{
background-color: #393129;
}
</style>
border-color css
<style>
span { border-color: #393129; }
span { border-color: rgb(57,49,41); }
td.TdClassName
{
border-color: #393129;
}
.TagClassName
{
border-color: #393129;
}
</style>