Shades of Acadia #322F2B
Tints of Acadia #322F2B
RGB
CMYK
RGB Variations
Color information
#322F2B (or 0x322F2B) is known color: Acadia. HEX triplet: 32, 2F and 2B. RGB value is (50,47,43). Sum of RGB (Red+Green+Blue) = 50+47+43=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F2B is #CDD0D4. Grayscale: #2F2F2F. Windows color (decimal): -13488341 or 2830130. OLE color: 2830130.
HSL color Cylindrical-coordinate representation of color #322F2B: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322F2B is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 43 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.80 |
| HSL | 34.29º | 0.08% | 0.18% | - |
| HSV(B) | 34.29º | 0.14% | 0.2% | - |
| XYZ | 2.77 | 2.89 | 2.7 | - |
| YUV | 47.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 43 | 0 | 0.06 | 0.14 | 0.80 | 34.29 | 0.08 | 0.18 |
| Hex | 32 | 2F | 2B | 0 | 6 | E | 50 | 22 | 8 | 12 |
| Octal | 62 | 57 | 53 | 0 | 6 | 16 | 120 | 42 | 10 | 22 |
| Binary | 110010 | 101111 | 101011 | 0 | 110 | 1110 | 1010000 | 100010 | 1000 | 10010 |
Color Harmonies of #322F2B
Complementary color
Monochromatic Colors of #322F2B
Black with #322F2B
Text Example
Text Example
White with #322F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F2B; }
p { color: rgb(50,47,43); }
H1.HeaderClassName
{
color: #322F2B;
}
.AnyTagClassName
{
color: #322F2B;
}
</style>
background-color css
<style>
a { background-color: #322F2B; }
a { background-color: rgb(50,47,43); }
div.DivClassName
{
background-color: #322F2B;
}
.BgClassName
{
background-color: #322F2B;
}
</style>
border-color css
<style>
span { border-color: #322F2B; }
span { border-color: rgb(50,47,43); }
td.TdClassName
{
border-color: #322F2B;
}
.TagClassName
{
border-color: #322F2B;
}
</style>