Shades of Acadia #34312C
Tints of Acadia #34312C
RGB
CMYK
RGB Variations
Color information
#34312C (or 0x34312C) is known color: Acadia. HEX triplet: 34, 31 and 2C. RGB value is (52,49,44). Sum of RGB (Red+Green+Blue) = 52+49+44=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #34312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34312C is #CBCED3. Grayscale: #313131. Windows color (decimal): -13356756 or 2896180. OLE color: 2896180.
HSL color Cylindrical-coordinate representation of color #34312C: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34312C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 44 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.80 |
| HSL | 37.5º | 0.08% | 0.19% | - |
| HSV(B) | 37.5º | 0.15% | 0.2% | - |
| XYZ | 2.97 | 3.11 | 2.83 | - |
| YUV | 49.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 44 | 0 | 0.06 | 0.15 | 0.80 | 37.5 | 0.08 | 0.19 |
| Hex | 34 | 31 | 2C | 0 | 6 | F | 50 | 26 | 8 | 13 |
| Octal | 64 | 61 | 54 | 0 | 6 | 17 | 120 | 46 | 10 | 23 |
| Binary | 110100 | 110001 | 101100 | 0 | 110 | 1111 | 1010000 | 100110 | 1000 | 10011 |
Color Harmonies of #34312C
Complementary color
Monochromatic Colors of #34312C
Black with #34312C
Text Example
Text Example
White with #34312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34312C; }
p { color: rgb(52,49,44); }
H1.HeaderClassName
{
color: #34312C;
}
.AnyTagClassName
{
color: #34312C;
}
</style>
background-color css
<style>
a { background-color: #34312C; }
a { background-color: rgb(52,49,44); }
div.DivClassName
{
background-color: #34312C;
}
.BgClassName
{
background-color: #34312C;
}
</style>
border-color css
<style>
span { border-color: #34312C; }
span { border-color: rgb(52,49,44); }
td.TdClassName
{
border-color: #34312C;
}
.TagClassName
{
border-color: #34312C;
}
</style>