Shades of Oil #363934
Tints of Oil #363934
RGB
CMYK
RGB Variations
Color information
#363934 (or 0x363934) is known color: Oil. HEX triplet: 36, 39 and 34. RGB value is (54,57,52). Sum of RGB (Red+Green+Blue) = 54+57+52=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 57 - color contains mainly: green. Hex color #363934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363934 is #C9C6CB. Grayscale: #373737. Windows color (decimal): -13223628 or 3422518. OLE color: 3422518.
HSL color Cylindrical-coordinate representation of color #363934: hue angle of 96º 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 #363934 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 52 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.78 |
| HSL | 96º | 0.05% | 0.21% | - |
| HSV(B) | 96º | 0.09% | 0.22% | - |
| XYZ | 3.6 | 3.96 | 3.82 | - |
| YUV | 55.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 52 | 0.05 | 0 | 0.09 | 0.78 | 96 | 0.05 | 0.21 |
| Hex | 36 | 39 | 34 | 5 | 0 | 9 | 4E | 60 | 5 | 15 |
| Octal | 66 | 71 | 64 | 5 | 0 | 11 | 116 | 140 | 5 | 25 |
| Binary | 110110 | 111001 | 110100 | 101 | 0 | 1001 | 1001110 | 1100000 | 101 | 10101 |
Color Harmonies of #363934
Complementary color
Monochromatic Colors of #363934
Black with #363934
Text Example
Text Example
White with #363934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363934; }
p { color: rgb(54,57,52); }
H1.HeaderClassName
{
color: #363934;
}
.AnyTagClassName
{
color: #363934;
}
</style>
background-color css
<style>
a { background-color: #363934; }
a { background-color: rgb(54,57,52); }
div.DivClassName
{
background-color: #363934;
}
.BgClassName
{
background-color: #363934;
}
</style>
border-color css
<style>
span { border-color: #363934; }
span { border-color: rgb(54,57,52); }
td.TdClassName
{
border-color: #363934;
}
.TagClassName
{
border-color: #363934;
}
</style>