Shades of Acadia #393530
Tints of Acadia #393530
RGB
CMYK
RGB Variations
Color information
#393530 (or 0x393530) is known color: Acadia. HEX triplet: 39, 35 and 30. RGB value is (57,53,48). Sum of RGB (Red+Green+Blue) = 57+53+48=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #393530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393530 is #C6CACF. Grayscale: #353535. Windows color (decimal): -13028048 or 3159353. OLE color: 3159353.
HSL color Cylindrical-coordinate representation of color #393530: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393530 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 48 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.78 |
| HSL | 33.33º | 0.09% | 0.21% | - |
| HSV(B) | 33.33º | 0.16% | 0.22% | - |
| XYZ | 3.49 | 3.63 | 3.31 | - |
| YUV | 53.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 48 | 0 | 0.07 | 0.16 | 0.78 | 33.33 | 0.09 | 0.21 |
| Hex | 39 | 35 | 30 | 0 | 7 | 10 | 4E | 21 | 9 | 15 |
| Octal | 71 | 65 | 60 | 0 | 7 | 20 | 116 | 41 | 11 | 25 |
| Binary | 111001 | 110101 | 110000 | 0 | 111 | 10000 | 1001110 | 100001 | 1001 | 10101 |
Color Harmonies of #393530
Complementary color
Monochromatic Colors of #393530
Black with #393530
Text Example
Text Example
White with #393530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393530; }
p { color: rgb(57,53,48); }
H1.HeaderClassName
{
color: #393530;
}
.AnyTagClassName
{
color: #393530;
}
</style>
background-color css
<style>
a { background-color: #393530; }
a { background-color: rgb(57,53,48); }
div.DivClassName
{
background-color: #393530;
}
.BgClassName
{
background-color: #393530;
}
</style>
border-color css
<style>
span { border-color: #393530; }
span { border-color: rgb(57,53,48); }
td.TdClassName
{
border-color: #393530;
}
.TagClassName
{
border-color: #393530;
}
</style>