Shades of Acadia #36312C
Tints of Acadia #36312C
RGB
CMYK
RGB Variations
Color information
#36312C (or 0x36312C) is known color: Acadia. HEX triplet: 36, 31 and 2C. RGB value is (54,49,44). Sum of RGB (Red+Green+Blue) = 54+49+44=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #36312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36312C is #C9CED3. Grayscale: #313131. Windows color (decimal): -13225684 or 2896182. OLE color: 2896182.
HSL color Cylindrical-coordinate representation of color #36312C: hue angle of 30º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36312C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 44 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.79 |
| HSL | 30º | 0.1% | 0.19% | - |
| HSV(B) | 30º | 0.19% | 0.21% | - |
| XYZ | 3.07 | 3.16 | 2.83 | - |
| YUV | 49.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 44 | 0 | 0.09 | 0.19 | 0.79 | 30 | 0.1 | 0.19 |
| Hex | 36 | 31 | 2C | 0 | 9 | 13 | 4F | 1E | A | 13 |
| Octal | 66 | 61 | 54 | 0 | 11 | 23 | 117 | 36 | 12 | 23 |
| Binary | 110110 | 110001 | 101100 | 0 | 1001 | 10011 | 1001111 | 11110 | 1010 | 10011 |
Color Harmonies of #36312C
Complementary color
Monochromatic Colors of #36312C
Black with #36312C
Text Example
Text Example
White with #36312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36312C; }
p { color: rgb(54,49,44); }
H1.HeaderClassName
{
color: #36312C;
}
.AnyTagClassName
{
color: #36312C;
}
</style>
background-color css
<style>
a { background-color: #36312C; }
a { background-color: rgb(54,49,44); }
div.DivClassName
{
background-color: #36312C;
}
.BgClassName
{
background-color: #36312C;
}
</style>
border-color css
<style>
span { border-color: #36312C; }
span { border-color: rgb(54,49,44); }
td.TdClassName
{
border-color: #36312C;
}
.TagClassName
{
border-color: #36312C;
}
</style>