Shades of Acadia #35322F
Tints of Acadia #35322F
RGB
CMYK
RGB Variations
Color information
#35322F (or 0x35322F) is known color: Acadia. HEX triplet: 35, 32 and 2F. RGB value is (53,50,47). Sum of RGB (Red+Green+Blue) = 53+50+47=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #35322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322F is #CACDD0. Grayscale: #323232. Windows color (decimal): -13290961 or 3093045. OLE color: 3093045.
HSL color Cylindrical-coordinate representation of color #35322F: hue angle of 30º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #35322F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 47 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.79 |
| HSL | 30º | 0.06% | 0.2% | - |
| HSV(B) | 30º | 0.11% | 0.21% | - |
| XYZ | 3.12 | 3.24 | 3.15 | - |
| YUV | 50.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 47 | 0 | 0.06 | 0.11 | 0.79 | 30 | 0.06 | 0.2 |
| Hex | 35 | 32 | 2F | 0 | 6 | B | 4F | 1E | 6 | 14 |
| Octal | 65 | 62 | 57 | 0 | 6 | 13 | 117 | 36 | 6 | 24 |
| Binary | 110101 | 110010 | 101111 | 0 | 110 | 1011 | 1001111 | 11110 | 110 | 10100 |
Color Harmonies of #35322F
Complementary color
Monochromatic Colors of #35322F
Black with #35322F
Text Example
Text Example
White with #35322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35322F; }
p { color: rgb(53,50,47); }
H1.HeaderClassName
{
color: #35322F;
}
.AnyTagClassName
{
color: #35322F;
}
</style>
background-color css
<style>
a { background-color: #35322F; }
a { background-color: rgb(53,50,47); }
div.DivClassName
{
background-color: #35322F;
}
.BgClassName
{
background-color: #35322F;
}
</style>
border-color css
<style>
span { border-color: #35322F; }
span { border-color: rgb(53,50,47); }
td.TdClassName
{
border-color: #35322F;
}
.TagClassName
{
border-color: #35322F;
}
</style>