Shades of Log Cabin #363931
Tints of Log Cabin #363931
RGB
CMYK
RGB Variations
Color information
#363931 (or 0x363931) is known color: Log Cabin. HEX triplet: 36, 39 and 31. RGB value is (54,57,49). Sum of RGB (Red+Green+Blue) = 54+57+49=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 57 - color contains mainly: green. Hex color #363931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363931 is #C9C6CE. Grayscale: #373737. Windows color (decimal): -13223631 or 3225910. OLE color: 3225910.
HSL color Cylindrical-coordinate representation of color #363931: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #363931 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 49 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.78 |
| HSL | 82.5º | 0.08% | 0.21% | - |
| HSV(B) | 82.5º | 0.14% | 0.22% | - |
| XYZ | 3.54 | 3.93 | 3.48 | - |
| YUV | 55.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 49 | 0.05 | 0 | 0.14 | 0.78 | 82.5 | 0.08 | 0.21 |
| Hex | 36 | 39 | 31 | 5 | 0 | E | 4E | 52 | 8 | 15 |
| Octal | 66 | 71 | 61 | 5 | 0 | 16 | 116 | 122 | 10 | 25 |
| Binary | 110110 | 111001 | 110001 | 101 | 0 | 1110 | 1001110 | 1010010 | 1000 | 10101 |
Color Harmonies of #363931
Complementary color
Monochromatic Colors of #363931
Black with #363931
Text Example
Text Example
White with #363931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363931; }
p { color: rgb(54,57,49); }
H1.HeaderClassName
{
color: #363931;
}
.AnyTagClassName
{
color: #363931;
}
</style>
background-color css
<style>
a { background-color: #363931; }
a { background-color: rgb(54,57,49); }
div.DivClassName
{
background-color: #363931;
}
.BgClassName
{
background-color: #363931;
}
</style>
border-color css
<style>
span { border-color: #363931; }
span { border-color: rgb(54,57,49); }
td.TdClassName
{
border-color: #363931;
}
.TagClassName
{
border-color: #363931;
}
</style>