Shades of Acadia #36312B
Tints of Acadia #36312B
RGB
CMYK
RGB Variations
Color information
#36312B (or 0x36312B) is known color: Acadia. HEX triplet: 36, 31 and 2B. RGB value is (54,49,43). Sum of RGB (Red+Green+Blue) = 54+49+43=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #36312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36312B is #C9CED4. Grayscale: #313131. Windows color (decimal): -13225685 or 2830646. OLE color: 2830646.
HSL color Cylindrical-coordinate representation of color #36312B: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #36312B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 43 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.79 |
| HSL | 32.73º | 0.11% | 0.19% | - |
| HSV(B) | 32.73º | 0.2% | 0.21% | - |
| XYZ | 3.06 | 3.16 | 2.73 | - |
| YUV | 49.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 43 | 0 | 0.09 | 0.20 | 0.79 | 32.73 | 0.11 | 0.19 |
| Hex | 36 | 31 | 2B | 0 | 9 | 14 | 4F | 21 | B | 13 |
| Octal | 66 | 61 | 53 | 0 | 11 | 24 | 117 | 41 | 13 | 23 |
| Binary | 110110 | 110001 | 101011 | 0 | 1001 | 10100 | 1001111 | 100001 | 1011 | 10011 |
Color Harmonies of #36312B
Complementary color
Monochromatic Colors of #36312B
Black with #36312B
Text Example
Text Example
White with #36312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36312B; }
p { color: rgb(54,49,43); }
H1.HeaderClassName
{
color: #36312B;
}
.AnyTagClassName
{
color: #36312B;
}
</style>
background-color css
<style>
a { background-color: #36312B; }
a { background-color: rgb(54,49,43); }
div.DivClassName
{
background-color: #36312B;
}
.BgClassName
{
background-color: #36312B;
}
</style>
border-color css
<style>
span { border-color: #36312B; }
span { border-color: rgb(54,49,43); }
td.TdClassName
{
border-color: #36312B;
}
.TagClassName
{
border-color: #36312B;
}
</style>