Shades of Acadia #312E2A
Tints of Acadia #312E2A
RGB
CMYK
RGB Variations
Color information
#312E2A (or 0x312E2A) is known color: Acadia. HEX triplet: 31, 2E and 2A. RGB value is (49,46,42). Sum of RGB (Red+Green+Blue) = 49+46+42=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2A is #CED1D5. Grayscale: #2E2E2E. Windows color (decimal): -13554134 or 2764337. OLE color: 2764337.
HSL color Cylindrical-coordinate representation of color #312E2A: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312E2A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 42 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.81 |
| HSL | 34.29º | 0.08% | 0.18% | - |
| HSV(B) | 34.29º | 0.14% | 0.19% | - |
| XYZ | 2.66 | 2.77 | 2.59 | - |
| YUV | 46.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 42 | 0 | 0.06 | 0.14 | 0.81 | 34.29 | 0.08 | 0.18 |
| Hex | 31 | 2E | 2A | 0 | 6 | E | 51 | 22 | 8 | 12 |
| Octal | 61 | 56 | 52 | 0 | 6 | 16 | 121 | 42 | 10 | 22 |
| Binary | 110001 | 101110 | 101010 | 0 | 110 | 1110 | 1010001 | 100010 | 1000 | 10010 |
Color Harmonies of #312E2A
Complementary color
Monochromatic Colors of #312E2A
Black with #312E2A
Text Example
Text Example
White with #312E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E2A; }
p { color: rgb(49,46,42); }
H1.HeaderClassName
{
color: #312E2A;
}
.AnyTagClassName
{
color: #312E2A;
}
</style>
background-color css
<style>
a { background-color: #312E2A; }
a { background-color: rgb(49,46,42); }
div.DivClassName
{
background-color: #312E2A;
}
.BgClassName
{
background-color: #312E2A;
}
</style>
border-color css
<style>
span { border-color: #312E2A; }
span { border-color: rgb(49,46,42); }
td.TdClassName
{
border-color: #312E2A;
}
.TagClassName
{
border-color: #312E2A;
}
</style>