Shades of Acadia #312D28
Tints of Acadia #312D28
RGB
CMYK
RGB Variations
Color information
#312D28 (or 0x312D28) is known color: Acadia. HEX triplet: 31, 2D and 28. RGB value is (49,45,40). Sum of RGB (Red+Green+Blue) = 49+45+40=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D28 is #CED2D7. Grayscale: #2D2D2D. Windows color (decimal): -13554392 or 2633009. OLE color: 2633009.
HSL color Cylindrical-coordinate representation of color #312D28: hue angle of 33.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312D28 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 40 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.81 |
| HSL | 33.33º | 0.1% | 0.17% | - |
| HSV(B) | 33.33º | 0.18% | 0.19% | - |
| XYZ | 2.59 | 2.68 | 2.39 | - |
| YUV | 45.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 40 | 0 | 0.08 | 0.18 | 0.81 | 33.33 | 0.1 | 0.17 |
| Hex | 31 | 2D | 28 | 0 | 8 | 12 | 51 | 21 | A | 11 |
| Octal | 61 | 55 | 50 | 0 | 10 | 22 | 121 | 41 | 12 | 21 |
| Binary | 110001 | 101101 | 101000 | 0 | 1000 | 10010 | 1010001 | 100001 | 1010 | 10001 |
Color Harmonies of #312D28
Complementary color
Monochromatic Colors of #312D28
Black with #312D28
Text Example
Text Example
White with #312D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D28; }
p { color: rgb(49,45,40); }
H1.HeaderClassName
{
color: #312D28;
}
.AnyTagClassName
{
color: #312D28;
}
</style>
background-color css
<style>
a { background-color: #312D28; }
a { background-color: rgb(49,45,40); }
div.DivClassName
{
background-color: #312D28;
}
.BgClassName
{
background-color: #312D28;
}
</style>
border-color css
<style>
span { border-color: #312D28; }
span { border-color: rgb(49,45,40); }
td.TdClassName
{
border-color: #312D28;
}
.TagClassName
{
border-color: #312D28;
}
</style>