Shades of Acadia #363432
Tints of Acadia #363432
RGB
CMYK
RGB Variations
Color information
#363432 (or 0x363432) is known color: Acadia. HEX triplet: 36, 34 and 32. RGB value is (54,52,50). Sum of RGB (Red+Green+Blue) = 54+52+50=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363432 is #C9CBCD. Grayscale: #343434. Windows color (decimal): -13224910 or 3290166. OLE color: 3290166.
HSL color Cylindrical-coordinate representation of color #363432: hue angle of 30º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363432 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 52 | 50 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.79 |
| HSL | 30º | 0.04% | 0.2% | - |
| HSV(B) | 30º | 0.07% | 0.21% | - |
| XYZ | 3.33 | 3.47 | 3.51 | - |
| YUV | 52.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 50 | 0 | 0.04 | 0.07 | 0.79 | 30 | 0.04 | 0.2 |
| Hex | 36 | 34 | 32 | 0 | 4 | 7 | 4F | 1E | 4 | 14 |
| Octal | 66 | 64 | 62 | 0 | 4 | 7 | 117 | 36 | 4 | 24 |
| Binary | 110110 | 110100 | 110010 | 0 | 100 | 111 | 1001111 | 11110 | 100 | 10100 |
Color Harmonies of #363432
Complementary color
Monochromatic Colors of #363432
Black with #363432
Text Example
Text Example
White with #363432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363432; }
p { color: rgb(54,52,50); }
H1.HeaderClassName
{
color: #363432;
}
.AnyTagClassName
{
color: #363432;
}
</style>
background-color css
<style>
a { background-color: #363432; }
a { background-color: rgb(54,52,50); }
div.DivClassName
{
background-color: #363432;
}
.BgClassName
{
background-color: #363432;
}
</style>
border-color css
<style>
span { border-color: #363432; }
span { border-color: rgb(54,52,50); }
td.TdClassName
{
border-color: #363432;
}
.TagClassName
{
border-color: #363432;
}
</style>