Shades of Acadia #373532
Tints of Acadia #373532
RGB
CMYK
RGB Variations
Color information
#373532 (or 0x373532) is known color: Acadia. HEX triplet: 37, 35 and 32. RGB value is (55,53,50). Sum of RGB (Red+Green+Blue) = 55+53+50=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 55 - color contains mainly: red. Hex color #373532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373532 is #C8CACD. Grayscale: #353535. Windows color (decimal): -13159118 or 3290423. OLE color: 3290423.
HSL color Cylindrical-coordinate representation of color #373532: hue angle of 36º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #373532 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 50 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.78 |
| HSL | 36º | 0.05% | 0.21% | - |
| HSV(B) | 36º | 0.09% | 0.22% | - |
| XYZ | 3.42 | 3.59 | 3.53 | - |
| YUV | 53.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 50 | 0 | 0.04 | 0.09 | 0.78 | 36 | 0.05 | 0.21 |
| Hex | 37 | 35 | 32 | 0 | 4 | 9 | 4E | 24 | 5 | 15 |
| Octal | 67 | 65 | 62 | 0 | 4 | 11 | 116 | 44 | 5 | 25 |
| Binary | 110111 | 110101 | 110010 | 0 | 100 | 1001 | 1001110 | 100100 | 101 | 10101 |
Color Harmonies of #373532
Complementary color
Monochromatic Colors of #373532
Black with #373532
Text Example
Text Example
White with #373532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373532; }
p { color: rgb(55,53,50); }
H1.HeaderClassName
{
color: #373532;
}
.AnyTagClassName
{
color: #373532;
}
</style>
background-color css
<style>
a { background-color: #373532; }
a { background-color: rgb(55,53,50); }
div.DivClassName
{
background-color: #373532;
}
.BgClassName
{
background-color: #373532;
}
</style>
border-color css
<style>
span { border-color: #373532; }
span { border-color: rgb(55,53,50); }
td.TdClassName
{
border-color: #373532;
}
.TagClassName
{
border-color: #373532;
}
</style>