Shades of Oil #363935
Tints of Oil #363935
RGB
CMYK
RGB Variations
Color information
#363935 (or 0x363935) is known color: Oil. HEX triplet: 36, 39 and 35. RGB value is (54,57,53). Sum of RGB (Red+Green+Blue) = 54+57+53=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 57 - color contains mainly: green. Hex color #363935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363935 is #C9C6CA. Grayscale: #373737. Windows color (decimal): -13223627 or 3488054. OLE color: 3488054.
HSL color Cylindrical-coordinate representation of color #363935: hue angle of 105º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363935 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 53 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.78 |
| HSL | 105º | 0.04% | 0.22% | - |
| HSV(B) | 105º | 0.07% | 0.22% | - |
| XYZ | 3.63 | 3.97 | 3.94 | - |
| YUV | 55.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 53 | 0.05 | 0 | 0.07 | 0.78 | 105 | 0.04 | 0.22 |
| Hex | 36 | 39 | 35 | 5 | 0 | 7 | 4E | 69 | 4 | 16 |
| Octal | 66 | 71 | 65 | 5 | 0 | 7 | 116 | 151 | 4 | 26 |
| Binary | 110110 | 111001 | 110101 | 101 | 0 | 111 | 1001110 | 1101001 | 100 | 10110 |
Color Harmonies of #363935
Complementary color
Monochromatic Colors of #363935
Black with #363935
Text Example
Text Example
White with #363935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363935; }
p { color: rgb(54,57,53); }
H1.HeaderClassName
{
color: #363935;
}
.AnyTagClassName
{
color: #363935;
}
</style>
background-color css
<style>
a { background-color: #363935; }
a { background-color: rgb(54,57,53); }
div.DivClassName
{
background-color: #363935;
}
.BgClassName
{
background-color: #363935;
}
</style>
border-color css
<style>
span { border-color: #363935; }
span { border-color: rgb(54,57,53); }
td.TdClassName
{
border-color: #363935;
}
.TagClassName
{
border-color: #363935;
}
</style>