Shades of Acadia #363431
Tints of Acadia #363431
RGB
CMYK
RGB Variations
Color information
#363431 (or 0x363431) is known color: Acadia. HEX triplet: 36, 34 and 31. RGB value is (54,52,49). Sum of RGB (Red+Green+Blue) = 54+52+49=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363431 is #C9CBCE. Grayscale: #343434. Windows color (decimal): -13224911 or 3224630. OLE color: 3224630.
HSL color Cylindrical-coordinate representation of color #363431: hue angle of 36º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363431 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 52 | 49 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.79 |
| HSL | 36º | 0.05% | 0.2% | - |
| HSV(B) | 36º | 0.09% | 0.21% | - |
| XYZ | 3.3 | 3.46 | 3.4 | - |
| YUV | 52.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 49 | 0 | 0.04 | 0.09 | 0.79 | 36 | 0.05 | 0.2 |
| Hex | 36 | 34 | 31 | 0 | 4 | 9 | 4F | 24 | 5 | 14 |
| Octal | 66 | 64 | 61 | 0 | 4 | 11 | 117 | 44 | 5 | 24 |
| Binary | 110110 | 110100 | 110001 | 0 | 100 | 1001 | 1001111 | 100100 | 101 | 10100 |
Color Harmonies of #363431
Complementary color
Monochromatic Colors of #363431
Black with #363431
Text Example
Text Example
White with #363431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363431; }
p { color: rgb(54,52,49); }
H1.HeaderClassName
{
color: #363431;
}
.AnyTagClassName
{
color: #363431;
}
</style>
background-color css
<style>
a { background-color: #363431; }
a { background-color: rgb(54,52,49); }
div.DivClassName
{
background-color: #363431;
}
.BgClassName
{
background-color: #363431;
}
</style>
border-color css
<style>
span { border-color: #363431; }
span { border-color: rgb(54,52,49); }
td.TdClassName
{
border-color: #363431;
}
.TagClassName
{
border-color: #363431;
}
</style>