Shades of Acadia #312E2B
Tints of Acadia #312E2B
RGB
CMYK
RGB Variations
Color information
#312E2B (or 0x312E2B) is known color: Acadia. HEX triplet: 31, 2E and 2B. RGB value is (49,46,43). Sum of RGB (Red+Green+Blue) = 49+46+43=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2B is #CED1D4. Grayscale: #2E2E2E. Windows color (decimal): -13554133 or 2829873. OLE color: 2829873.
HSL color Cylindrical-coordinate representation of color #312E2B: hue angle of 30º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312E2B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
RGB | 49 | 46 | 43 | - |
CMYK | 0 | 0.06 | 0.12 | 0.81 |
HSL | 30º | 0.07% | 0.18% | - |
HSV(B) | 30º | 0.12% | 0.19% | - |
XYZ | 2.68 | 2.78 | 2.68 | - |
YUV | 46.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 46 | 43 | 0 | 0.06 | 0.12 | 0.81 | 30 | 0.07 | 0.18 |
Hex | 31 | 2E | 2B | 0 | 6 | C | 51 | 1E | 7 | 12 |
Octal | 61 | 56 | 53 | 0 | 6 | 14 | 121 | 36 | 7 | 22 |
Binary | 110001 | 101110 | 101011 | 0 | 110 | 1100 | 1010001 | 11110 | 111 | 10010 |
Color Harmonies of #312E2B
Complementary color
Monochromatic Colors of #312E2B
Black with #312E2B
Text Example
Text Example
White with #312E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E2B; }
p { color: rgb(49,46,43); }
H1.HeaderClassName
{
color: #312E2B;
}
.AnyTagClassName
{
color: #312E2B;
}
</style>
background-color css
<style>
a { background-color: #312E2B; }
a { background-color: rgb(49,46,43); }
div.DivClassName
{
background-color: #312E2B;
}
.BgClassName
{
background-color: #312E2B;
}
</style>
border-color css
<style>
span { border-color: #312E2B; }
span { border-color: rgb(49,46,43); }
td.TdClassName
{
border-color: #312E2B;
}
.TagClassName
{
border-color: #312E2B;
}
</style>