Shades of Acadia #3B3731
Tints of Acadia #3B3731
RGB
CMYK
RGB Variations
Color information
#3B3731 (or 0x3B3731) is known color: Acadia. HEX triplet: 3B, 37 and 31. RGB value is (59,55,49). Sum of RGB (Red+Green+Blue) = 59+55+49=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3731 is #C4C8CE. Grayscale: #373737. Windows color (decimal): -12896463 or 3225403. OLE color: 3225403.
HSL color Cylindrical-coordinate representation of color #3B3731: hue angle of 36º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3731 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 49 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.77 |
| HSL | 36º | 0.09% | 0.21% | - |
| HSV(B) | 36º | 0.17% | 0.23% | - |
| XYZ | 3.72 | 3.88 | 3.46 | - |
| YUV | 55.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 49 | 0 | 0.07 | 0.17 | 0.77 | 36 | 0.09 | 0.21 |
| Hex | 3B | 37 | 31 | 0 | 7 | 11 | 4D | 24 | 9 | 15 |
| Octal | 73 | 67 | 61 | 0 | 7 | 21 | 115 | 44 | 11 | 25 |
| Binary | 111011 | 110111 | 110001 | 0 | 111 | 10001 | 1001101 | 100100 | 1001 | 10101 |
Color Harmonies of #3B3731
Complementary color
Monochromatic Colors of #3B3731
Black with #3B3731
Text Example
Text Example
White with #3B3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3731; }
p { color: rgb(59,55,49); }
H1.HeaderClassName
{
color: #3B3731;
}
.AnyTagClassName
{
color: #3B3731;
}
</style>
background-color css
<style>
a { background-color: #3B3731; }
a { background-color: rgb(59,55,49); }
div.DivClassName
{
background-color: #3B3731;
}
.BgClassName
{
background-color: #3B3731;
}
</style>
border-color css
<style>
span { border-color: #3B3731; }
span { border-color: rgb(59,55,49); }
td.TdClassName
{
border-color: #3B3731;
}
.TagClassName
{
border-color: #3B3731;
}
</style>