Shades of Acadia #3B352E
Tints of Acadia #3B352E
RGB
CMYK
RGB Variations
Color information
#3B352E (or 0x3B352E) is known color: Acadia. HEX triplet: 3B, 35 and 2E. RGB value is (59,53,46). Sum of RGB (Red+Green+Blue) = 59+53+46=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B352E is #C4CAD1. Grayscale: #363636. Windows color (decimal): -12896978 or 3028283. OLE color: 3028283.
HSL color Cylindrical-coordinate representation of color #3B352E: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B352E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 46 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.77 |
| HSL | 32.31º | 0.12% | 0.21% | - |
| HSV(B) | 32.31º | 0.22% | 0.23% | - |
| XYZ | 3.57 | 3.67 | 3.11 | - |
| YUV | 54 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 46 | 0 | 0.10 | 0.22 | 0.77 | 32.31 | 0.12 | 0.21 |
| Hex | 3B | 35 | 2E | 0 | A | 16 | 4D | 20 | C | 15 |
| Octal | 73 | 65 | 56 | 0 | 12 | 26 | 115 | 40 | 14 | 25 |
| Binary | 111011 | 110101 | 101110 | 0 | 1010 | 10110 | 1001101 | 100000 | 1100 | 10101 |
Color Harmonies of #3B352E
Complementary color
Monochromatic Colors of #3B352E
Black with #3B352E
Text Example
Text Example
White with #3B352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B352E; }
p { color: rgb(59,53,46); }
H1.HeaderClassName
{
color: #3B352E;
}
.AnyTagClassName
{
color: #3B352E;
}
</style>
background-color css
<style>
a { background-color: #3B352E; }
a { background-color: rgb(59,53,46); }
div.DivClassName
{
background-color: #3B352E;
}
.BgClassName
{
background-color: #3B352E;
}
</style>
border-color css
<style>
span { border-color: #3B352E; }
span { border-color: rgb(59,53,46); }
td.TdClassName
{
border-color: #3B352E;
}
.TagClassName
{
border-color: #3B352E;
}
</style>